|
@@ -500,10 +500,10 @@
|
|
|
for (var i = 0; i < this.contractNoList.length; i++) {
|
|
|
if (this.contractNoList[i].contractNo == this.detailData.contractNo) {
|
|
|
if (this.detailData.inOutType == '采购入库') {
|
|
|
- this.detailData.tips = '卖方' + this.contractNoList[i].seller+this.contractNoList[i].unitContractPrice+'(元/吨)'
|
|
|
+ this.detailData.tips = '卖方' + this.contractNoList[i].seller+'('+this.contractNoList[i].unitContractPrice+'元/吨)'
|
|
|
} else if (this.detailData.inOutType == '移库入库') {
|
|
|
if(this.contractNoList[i].unitContractPrice){
|
|
|
- this.detailData.tips = '出货库' + this.inOutNoList[e[0]].sendWarehouse+this.contractNoList[i].unitContractPrice+'(元/吨)'
|
|
|
+ this.detailData.tips = '出货库' + this.inOutNoList[e[0]].sendWarehouse+'('+this.contractNoList[i].unitContractPrice+'元/吨)'
|
|
|
}else{
|
|
|
this.detailData.tips = '出货库' + this.inOutNoList[e[0]].sendWarehouse
|
|
|
}
|