|
@@ -2000,7 +2000,6 @@ export default {
|
|
for(let i = 0 ; i < this.deptBudgetList1.length ; i++){
|
|
for(let i = 0 ; i < this.deptBudgetList1.length ; i++){
|
|
if(this.deptBudgetList1[i].inOutTaskNo == e){
|
|
if(this.deptBudgetList1[i].inOutTaskNo == e){
|
|
this.deptBudgetList.contractNo = this.deptBudgetList1[i].contractNo
|
|
this.deptBudgetList.contractNo = this.deptBudgetList1[i].contractNo
|
|
- return
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
for (var i = 0; i < this.outContractNo.length; i++) {
|
|
for (var i = 0; i < this.outContractNo.length; i++) {
|
|
@@ -2016,6 +2015,7 @@ export default {
|
|
} else if (this.outContractNo[i].inOutType == '退库') {
|
|
} else if (this.outContractNo[i].inOutType == '退库') {
|
|
this.deptBudgetList.inOutTypeKey = 6
|
|
this.deptBudgetList.inOutTypeKey = 6
|
|
}
|
|
}
|
|
|
|
+ console.log(this.outContractNo[i])
|
|
this.deptBudgetList.goodsName = this.outContractNo[i].goodsName
|
|
this.deptBudgetList.goodsName = this.outContractNo[i].goodsName
|
|
this.deptBudgetList.goodsNameKey = this.outContractNo[i].goodsNameKey
|
|
this.deptBudgetList.goodsNameKey = this.outContractNo[i].goodsNameKey
|
|
// this.deptBudgetList.cost = this.outContractNo[i].contractPrice
|
|
// this.deptBudgetList.cost = this.outContractNo[i].contractPrice
|