|
@@ -377,6 +377,7 @@ export default {
|
|
|
return {
|
|
|
deptBudgetList: {
|
|
|
totalStorage: 0,
|
|
|
+ sendDateStart:''
|
|
|
},
|
|
|
tranCarInfoList: {
|
|
|
loadPoundImg: '',
|
|
@@ -639,14 +640,7 @@ export default {
|
|
|
if (valid) {
|
|
|
// this.deptBudgetList.totalStorage = this.totalStorage
|
|
|
this.tranCarInfoList = this.freightspace
|
|
|
- this.tranCarInfoList.driver = this.deptBudgetList.driver
|
|
|
- this.tranCarInfoList.driverPhone = this.deptBudgetList.driverPhone
|
|
|
- this.tranCarInfoList.sendDateStart = this.deptBudgetList.sendDateStart
|
|
|
- this.tranCarInfoList.receiveDateEnd = this.deptBudgetList.receiveDateEnd
|
|
|
- this.tranCarInfoList.shipName = this.deptBudgetList.shipName
|
|
|
- this.tranCarInfoList.shipNo = this.shipNo
|
|
|
- this.tranCarInfoList.shipType = this.deptBudgetList.shipType
|
|
|
- this.tranCarInfoList.boxNumber = this.deptBudgetList.boxNumber
|
|
|
+ this.tranCarInfoList[0].sendDateStart = this.deptBudgetList.sendDateStart
|
|
|
// this.tranCarInfoList.boxNo = this.arr.toString()
|
|
|
for (var i = 0; i < this.tranCarInfoList.length; i++) {
|
|
|
this.tranCarInfoList[i].id = this.freightspace[i].id
|
|
@@ -689,8 +683,7 @@ export default {
|
|
|
this.deptBudgetList.driver = response.tranCarInfoList[0].driver
|
|
|
this.deptBudgetList.driverPhone =
|
|
|
response.tranCarInfoList[0].driverPhone
|
|
|
- this.deptBudgetList.sendDateStart =
|
|
|
- response.tranCarInfoList[0].sendDateStart
|
|
|
+ this.$set(this.deptBudgetList,'sendDateStart',response.tranCarInfoList[0].sendDateStart)
|
|
|
this.deptBudgetList.receiveDateEnd =
|
|
|
response.tranCarInfoList[0].receiveDateEnd
|
|
|
this.deptBudgetList.shipName = response.tranCarInfoList[0].shipName
|