zhangyuewww 3 년 전
부모
커밋
df76381afc
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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',
               },
             ]
           }