|
@@ -553,13 +553,18 @@
|
|
|
this.deptBudgetList.grade = this.outContractNo[i].grade
|
|
|
this.deptBudgetList.inOutType = this.outContractNo[i].inOutType
|
|
|
if (this.outContractNo[i].inOutType == '销售出库') {
|
|
|
- this.deptBudgetList.tips='买方'+this.outContractNo[i].buyer
|
|
|
+ this.deptBudgetList.tips='买方'+this.outContractNo[i].buyer+ '( '+this.outContractNo[i].unitContractPrice+'元/吨)'
|
|
|
this.deptBudgetList.inOutTypeKey = 1
|
|
|
} else if (this.outContractNo[i].inOutType == '移库出库') {
|
|
|
this.deptBudgetList.goodsName = data.goodsName
|
|
|
this.deptBudgetList.goodsNameKey = data.goodsNameKey
|
|
|
this.deptBudgetList.grade = data.grade
|
|
|
- this.deptBudgetList.tips='入货库'+data.receiveWarehouse
|
|
|
+ if(this.outContractNo[i].unitContractPrice){
|
|
|
+ this.deptBudgetList.tips='入货库'+data.receiveWarehouse+ '( '+this.outContractNo[i].unitContractPrice+'元/吨)'
|
|
|
+ }
|
|
|
+ else{
|
|
|
+ this.deptBudgetList.tips='入货库'+data.receiveWarehouse
|
|
|
+ }
|
|
|
this.deptBudgetList.inOutTypeKey = 3
|
|
|
} else if (this.outContractNo[i].inOutType == '暂存入库') {
|
|
|
this.deptBudgetList.inOutTypeKey = 4
|