|
@@ -502,6 +502,7 @@ export default {
|
|
|
this.tranCarInfoList = this.freightspace
|
|
|
this.tranCarInfoList.driver = this.deptBudgetList.driver
|
|
|
this.tranCarInfoList.driverPhone = this.deptBudgetList.driverPhone
|
|
|
+ this.tranCarInfoList.tranCarNo = this.deptBudgetList.tranCarNo
|
|
|
this.tranCarInfoList.carNo = this.deptBudgetList.carNo
|
|
|
this.tranCarInfoList.loadNetWeight =
|
|
|
this.deptBudgetList.loadNetWeight
|
|
@@ -519,6 +520,8 @@ export default {
|
|
|
var tranProcessInfo = {}
|
|
|
tranProcessInfo.id = this.deptBudgetList.id
|
|
|
tranProcessInfo.infoId = this.deptBudgetList.infoId
|
|
|
+ tranProcessInfo.processNo = this.deptBudgetList.processNo
|
|
|
+ tranProcessInfo.tranPrice = this.deptBudgetList.tranPrice
|
|
|
tranProcessInfo.tranCarInfoList = this.tranCarInfoList
|
|
|
// dispatchCat({tranCarInfo:{tranCarInfoList:[this.tranCarInfoList],id:this.deptBudgetList.id}
|
|
|
feedback(tranProcessInfo)
|