|
@@ -730,7 +730,7 @@
|
|
|
},
|
|
|
goodsNameChange(e) {
|
|
|
for (let q = 0; q < this.goodnameList.length; q++) {
|
|
|
- if (this.goodnameList[q].goodsName = e) {
|
|
|
+ if (this.goodnameList[q].goodsName == e) {
|
|
|
this.deptBudgetList.goodsName = this.goodnameList[q].goodsName
|
|
|
this.deptBudgetList.goodsNameKey = this.goodnameList[q].goodsNameKey
|
|
|
}
|
|
@@ -745,7 +745,7 @@
|
|
|
|
|
|
}
|
|
|
for (let q = 0; q < this.outContractNo.length; q++) {
|
|
|
- if (this.outContractNo[q].contractNo = this.deptBudgetList.contractNo) {
|
|
|
+ if (this.outContractNo[q].contractNo == this.deptBudgetList.contractNo) {
|
|
|
this.deptBudgetList.goodsName = this.outContractNo[q].goodsName
|
|
|
this.deptBudgetList.goodsNameKey = this.outContractNo[q].goodsNameKey
|
|
|
}
|
|
@@ -2428,6 +2428,7 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ debugger
|
|
|
if (!data) return
|
|
|
for (var i = 0; i < this.outContractNo.length; i++) {
|
|
|
if (
|