zhangyuewww 3 năm trước cách đây
mục cha
commit
2328ab39bf

+ 3 - 0
src/views/tranManagement/tranManagementTransporFeedback.vue

@@ -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)

+ 1 - 0
src/views/tranManagement/tranManagementVehicleDispatching.vue

@@ -671,6 +671,7 @@ export default {
                 disabled: false,
                 tranType: '1',
                 tranCarNo: 'C001',
+                tranPrice:this.deptBudgetList.tranPrice
               },
             ]
           }