|
@@ -1727,10 +1727,14 @@
|
|
|
}
|
|
|
},
|
|
|
contractNoChange(e) {
|
|
|
- console.log(e)
|
|
|
for (let i = 0; i < this.deptBudgetList1.length; i++) {
|
|
|
if (this.deptBudgetList1[i].inOutTaskNo == e) {
|
|
|
- this.deptBudgetList.contractNo = this.deptBudgetList1[i].contractNo
|
|
|
+ if(this.deptBudgetList1[i].contractNo){
|
|
|
+ this.deptBudgetList.contractNo = this.deptBudgetList1[i].contractNo
|
|
|
+ }
|
|
|
+ else{
|
|
|
+ this.deptBudgetList.contractNo = this.deptBudgetList1[i].moveTaskNo
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
for (var i = 0; i < this.outContractNo.length; i++) {
|