zhangyuewww hace 3 años
padre
commit
df76381afc
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      src/views/tranManagement/tranManagementVehicleDispatching.vue

+ 3 - 3
src/views/tranManagement/tranManagementVehicleDispatching.vue

@@ -523,7 +523,7 @@ export default {
                 carNumber: '',
                 disabled: false,
                 tranType: '1',
-                tranCarNo: tmp1+(this.deptBudgetList.tranCarInfoList.length+1),
+                tranCarNo: tmp1+(this.deptBudgetList.count+1),
                 tranPrice:this.deptBudgetList.tranPrice
               })
           }
@@ -540,7 +540,7 @@ export default {
                 carNumber: '',
                 disabled: false,
                 tranType: '1',
-                tranCarNo: tmp1+(this.deptBudgetList.tranCarInfoList.length+1),
+                tranCarNo: tmp1+(this.deptBudgetList.count+1),
                 tranPrice:this.deptBudgetList.tranPrice
               })
           }
@@ -670,7 +670,7 @@ export default {
                 carNumber: '',
                 disabled: false,
                 tranType: '1',
-                tranCarNo: tmp1+(this.deptBudgetList.tranCarInfoList.length+1),
+                tranCarNo: 'C001',
               },
             ]
           }