zhangyuewww 3 년 전
부모
커밋
0c84eb41c9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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 == '暂存入库') {