gjy пре 3 година
родитељ
комит
a53ea2c4b7
2 измењених фајлова са 4 додато и 4 уклоњено
  1. 2 2
      pages/erp/exWarehousing/exWarehousing.vue
  2. 2 2
      pages/erp/warehousing/warehousing.vue

+ 2 - 2
pages/erp/exWarehousing/exWarehousing.vue

@@ -418,10 +418,10 @@
 				this.detailData.grade = this.inOutNoList[e[0]].grade
 				this.detailData.inOutType = this.inOutNoList[e[0]].inOutType
 				if (this.detailData.inOutType == '销售出库') {
-					this.detailData.tips = '买方' + this.contractNoList[i].buyer
+					this.detailData.tips = '买方' + this.contractNoList[i].buyer+'('+this.contractNoList[i].unitContractPrice+'元/吨)'
 				} else if (this.detailData.inOutType == '移库出库') {
 					if(+this.contractNoList[i].unitContractPrice){
-						this.detailData.tips = '入货库' + this.inOutNoList[e[0]].receiveWarehouse+this.contractNoList[i].unitContractPrice+'元/吨)'
+						this.detailData.tips = '入货库' + this.inOutNoList[e[0]].receiveWarehouse+'('+this.contractNoList[i].unitContractPrice+'元/吨)'
 					}else{
 						this.detailData.tips = '入货库' + this.inOutNoList[e[0]].receiveWarehouse
 					}

+ 2 - 2
pages/erp/warehousing/warehousing.vue

@@ -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
 							}