zhangyuewww 3 years ago
parent
commit
38d7a4c5e1

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

@@ -1750,16 +1750,21 @@
               this.deptBudgetList.tips='卖方'+this.outContractNo[i].seller
               this.deptBudgetList.inOutTypeKey = 1
             } else if (this.outContractNo[i].inOutType == '移库入库') {
-              this.deptBudgetList.tips='货库'+data.warehouseName
+              this.deptBudgetList.tips='货库'+data.warehouseName
               this.deptBudgetList.inOutTypeKey = 3
             }else if (this.outContractNo[i].inOutType == '移库出库') {
-              this.deptBudgetList.tips='货库'+data.warehouseName
+              this.deptBudgetList.tips='货库'+data.warehouseName
             } else if (this.outContractNo[i].inOutType == '暂存入库') {
               this.deptBudgetList.inOutTypeKey = 4
             } else if (this.outContractNo[i].inOutType == '贸易服务入库') {
               this.deptBudgetList.inOutTypeKey = 5
             } else if (this.outContractNo[i].inOutType == '退库') {
-              this.deptBudgetList.tips='出货库'+data.warehouseName
+              if(this.deptBudgetList1[i].contractNo){
+                this.deptBudgetList.tips='买方'+this.outContractNo[i].buyer
+              }
+              else{
+                this.deptBudgetList.tips='出货库'+data.warehouseName
+              }
               this.deptBudgetList.inOutTypeKey = 6
             }
             console.log(this.outContractNo[i])

+ 1 - 1
src/views/warehouse/warehouseManagementTare.vue

@@ -519,7 +519,7 @@
               this.deptBudgetList.tips='买方'+this.outContractNo[i].buyer
               this.deptBudgetList.inOutTypeKey = 1
             } else if (this.outContractNo[i].inOutType == '移库出库') {
-              this.deptBudgetList.tips='货库'+data.warehouseName
+              this.deptBudgetList.tips='货库'+data.warehouseName
               this.deptBudgetList.inOutTypeKey = 3
             } else if (this.outContractNo[i].inOutType == '暂存入库') {
               this.deptBudgetList.inOutTypeKey = 4