|
@@ -528,6 +528,7 @@ export default {
|
|
for (let i = 0; i < this.tranCarInfoList.length; i++) {
|
|
for (let i = 0; i < this.tranCarInfoList.length; i++) {
|
|
if (this.tranCarInfoList[i].carNo == this.deptBudgetList.carNo) {
|
|
if (this.tranCarInfoList[i].carNo == this.deptBudgetList.carNo) {
|
|
this.deptBudgetList.tranCarNo=this.tranCarInfoList[i].tranCarNo
|
|
this.deptBudgetList.tranCarNo=this.tranCarInfoList[i].tranCarNo
|
|
|
|
+ this.deptBudgetList.carId=this.tranCarInfoList[i].id
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|