|
@@ -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 == '暂存入库') {
|