|
@@ -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',
|
|
|
},
|
|
|
]
|
|
|
}
|