|
@@ -998,12 +998,18 @@ export default {
|
|
|
this.deptBudgetList.grade = this.outContractNo[i].grade
|
|
|
this.deptBudgetList.inOutType = this.outContractNo[i].inOutType
|
|
|
if (this.outContractNo[i].inOutType == '销售出库') {
|
|
|
- this.deptBudgetList.tips =
|
|
|
+ if(this.outContractNo[i].unitContractPrice){
|
|
|
+ this.deptBudgetList.tips =
|
|
|
+ '买方' +
|
|
|
+ this.outContractNo[i].seller
|
|
|
+ }else{
|
|
|
+ this.deptBudgetList.tips =
|
|
|
'买方' +
|
|
|
- this.outContractNo[i].buyer +
|
|
|
+ this.outContractNo[i].seller +
|
|
|
'( ' +
|
|
|
this.outContractNo[i].unitContractPrice +
|
|
|
'元/吨)'
|
|
|
+ }
|
|
|
this.deptBudgetList.inOutTypeKey = 1
|
|
|
} else if (this.outContractNo[i].inOutType == '移库出库') {
|
|
|
this.deptBudgetList.goodsName = data.goodsName
|