|
@@ -1745,7 +1745,9 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
for (var i = 0; i < this.outContractNo.length; i++) {
|
|
for (var i = 0; i < this.outContractNo.length; i++) {
|
|
|
|
+ console.log(this.outContractNo[i].contractNo,this.deptBudgetList.contractNo)
|
|
if (this.outContractNo[i].contractNo == this.deptBudgetList.contractNo) {
|
|
if (this.outContractNo[i].contractNo == this.deptBudgetList.contractNo) {
|
|
|
|
+
|
|
if (this.outContractNo[i].inOutType == '采购入库') {
|
|
if (this.outContractNo[i].inOutType == '采购入库') {
|
|
this.deptBudgetList.tips='卖方'+this.outContractNo[i].seller
|
|
this.deptBudgetList.tips='卖方'+this.outContractNo[i].seller
|
|
this.deptBudgetList.inOutTypeKey = 1
|
|
this.deptBudgetList.inOutTypeKey = 1
|
|
@@ -1759,7 +1761,7 @@
|
|
} else if (this.outContractNo[i].inOutType == '贸易服务入库') {
|
|
} else if (this.outContractNo[i].inOutType == '贸易服务入库') {
|
|
this.deptBudgetList.inOutTypeKey = 5
|
|
this.deptBudgetList.inOutTypeKey = 5
|
|
} else if (this.outContractNo[i].inOutType == '退库') {
|
|
} else if (this.outContractNo[i].inOutType == '退库') {
|
|
- if(this.deptBudgetList1[i].contractNo){
|
|
|
|
|
|
+ if(this.outContractNo[i].contractNo){
|
|
this.deptBudgetList.tips='买方'+this.outContractNo[i].buyer
|
|
this.deptBudgetList.tips='买方'+this.outContractNo[i].buyer
|
|
}
|
|
}
|
|
else{
|
|
else{
|