gjy 3 年 前
コミット
ec711f6a01

+ 5 - 1
pages/erp/exWarehousing/exWarehousing.vue

@@ -420,7 +420,11 @@
 				if (this.detailData.inOutType == '销售出库') {
 					this.detailData.tips = '买方' + this.contractNoList[i].buyer
 				} else if (this.detailData.inOutType == '移库出库') {
-					this.detailData.tips = '入货库' + this.inOutNoList[e[0]].warehouseName
+					if(+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
+					}
 				}
 			},
 			toUpperCase(val) {

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

@@ -503,9 +503,9 @@
 							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]].warehouseName+this.contractNoList[i].unitContractPrice+'(元/吨)'
+								this.detailData.tips = '出货库' + this.inOutNoList[e[0]].sendWarehouse+this.contractNoList[i].unitContractPrice+'(元/吨)'
 							}else{
-								this.detailData.tips = '出货库' + this.inOutNoList[e[0]].warehouseName
+								this.detailData.tips = '出货库' + this.inOutNoList[e[0]].sendWarehouse
 							}
 							
 						} else if (this.detailData.inOutType == '退库') {