|
@@ -1031,6 +1031,7 @@
|
|
|
}
|
|
|
},
|
|
|
dateChange(e) {
|
|
|
+ console.log(1111)
|
|
|
this.detailData.sendDateStart = e.year + "-" + e.month + "-" + e.day
|
|
|
},
|
|
|
train(index){
|
|
@@ -1041,9 +1042,13 @@
|
|
|
},
|
|
|
dateChange1(e){
|
|
|
this.$set(this.freightspace[this.index],'unloadingDate',e.year + "-" + e.month + "-" + e.day)
|
|
|
+ this.freightspace[this.index].show2 = false
|
|
|
+ this.$forceUpdate();
|
|
|
},
|
|
|
dateChange2(e){
|
|
|
- this.$set(this.freightspace[this.index],'receiveDateEnd',e.year + "-" + e.month + "-" + e.day)
|
|
|
+ this.$set(this.freightspace[this.index],'unloadingDate',e.year + "-" + e.month + "-" + e.day)
|
|
|
+ this.freightspace[this.index].show2 = false
|
|
|
+ this.$forceUpdate();
|
|
|
},
|
|
|
statuschange(e) {
|
|
|
this.status = this.statusList[e[0]].name
|