zhangyuewww 3 years ago
parent
commit
0c84eb41c9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/warehouse/warehouseManagementDelivery.vue

+ 2 - 2
src/views/warehouse/warehouseManagementDelivery.vue

@@ -554,10 +554,10 @@ export default {
               this.deptBudgetList.inOutTypeKey = 1
             } else if (this.outContractNo[i].inOutType == '移库出库') {
                if(this.outContractNo[i].unitContractPrice){
-                   this.deptBudgetList.tips='入货库'+data.receiveWarehouse+ '( '+this.outContractNo[i].unitContractPrice+'元/吨)'
+                   this.deptBudgetList.tips='入货库'+this.outContractNo[i].receiveWarehouse+ '( '+this.outContractNo[i].unitContractPrice+'元/吨)'
               }
               else{
-                this.deptBudgetList.tips='入货库'+data.receiveWarehouse
+                this.deptBudgetList.tips='入货库'+this.outContractNo[i].receiveWarehouse
               }
               this.deptBudgetList.inOutTypeKey = 3
             } else if (this.outContractNo[i].inOutType == '暂存入库') {