gjy 3 năm trước cách đây
mục cha
commit
1ec6a88771
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/views/warehouse/warehouseManagementGross.vue

+ 3 - 1
src/views/warehouse/warehouseManagementGross.vue

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