|
@@ -539,14 +539,14 @@ export default {
|
|
|
for (var i = 0; i < this.outContractNo.length; i++) {
|
|
|
if (this.outContractNo[i].contractNo == e) {
|
|
|
if (this.outContractNo[i].inOutType == '销售出库') {
|
|
|
- if(this.outContractNo[i].unitContractPrice){
|
|
|
+ if(!this.outContractNo[i].unitContractPrice){
|
|
|
this.deptBudgetList.tips =
|
|
|
'买方' +
|
|
|
- this.outContractNo[i].seller
|
|
|
+ this.outContractNo[i].buyer
|
|
|
}else{
|
|
|
this.deptBudgetList.tips =
|
|
|
'买方' +
|
|
|
- this.outContractNo[i].seller +
|
|
|
+ this.outContractNo[i].buyer +
|
|
|
'( ' +
|
|
|
this.outContractNo[i].unitContractPrice +
|
|
|
'元/吨)'
|