gjy 3 年之前
父节点
当前提交
7c19de647c
共有 1 个文件被更改,包括 7 次插入2 次删除
  1. 7 2
      pages/erp/warehousing/warehousing.vue

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

@@ -500,9 +500,14 @@
 				for (var i = 0; i < this.contractNoList.length; i++) {
 				for (var i = 0; i < this.contractNoList.length; i++) {
 					if (this.contractNoList[i].contractNo == this.detailData.contractNo) {
 					if (this.contractNoList[i].contractNo == this.detailData.contractNo) {
 						if (this.detailData.inOutType == '采购入库') {
 						if (this.detailData.inOutType == '采购入库') {
-							this.detailData.tips = '卖方' + this.contractNoList[i].seller
+							this.detailData.tips = '卖方' + this.contractNoList[i].seller+this.contractNoList[i].unitContractPrice+'(元/吨)'
 						} else if (this.detailData.inOutType == '移库入库') {
 						} 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]].warehouseName+this.contractNoList[i].unitContractPrice+'(元/吨)'
+							}else{
+								this.detailData.tips = '出货库' + this.inOutNoList[e[0]].warehouseName
+							}
+							
 						} else if (this.detailData.inOutType == '退库') {
 						} else if (this.detailData.inOutType == '退库') {
 							if (this.contractNoList[i].contractNo) {
 							if (this.contractNoList[i].contractNo) {
 								this.deptBudgetList.tips = '买方' + this.contractNoList[i].buyer
 								this.deptBudgetList.tips = '买方' + this.contractNoList[i].buyer