|
@@ -2370,12 +2370,18 @@ export default {
|
|
this.deptBudgetList.goodsNameKey = this.outContractNo[i].goodsNameKey
|
|
this.deptBudgetList.goodsNameKey = this.outContractNo[i].goodsNameKey
|
|
this.deptBudgetList.grade = this.outContractNo[i].grade
|
|
this.deptBudgetList.grade = this.outContractNo[i].grade
|
|
if (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].seller +
|
|
this.outContractNo[i].seller +
|
|
'( ' +
|
|
'( ' +
|
|
this.outContractNo[i].unitContractPrice +
|
|
this.outContractNo[i].unitContractPrice +
|
|
'元/吨)'
|
|
'元/吨)'
|
|
|
|
+ }
|
|
this.deptBudgetList.inOutTypeKey = 1
|
|
this.deptBudgetList.inOutTypeKey = 1
|
|
} else if (this.outContractNo[i].inOutType == '移库入库') {
|
|
} else if (this.outContractNo[i].inOutType == '移库入库') {
|
|
this.deptBudgetList.goodsName = data.goodsName
|
|
this.deptBudgetList.goodsName = data.goodsName
|