zhangyuewww 3 years ago
parent
commit
889d3636c7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/erp/exWarehousing/exWarehousing.vue

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

@@ -474,7 +474,7 @@
 									if (this.detailData.inOutType == '销售出库') {
 									if (this.detailData.inOutType == '销售出库') {
 										this.detailData.tips = '买方' + res.data.data[i].buyer
 										this.detailData.tips = '买方' + res.data.data[i].buyer
 									} else if (this.detailData.inOutType == '移库出库') {
 									} else if (this.detailData.inOutType == '移库出库') {
-										this.detailData.tips = '入货库' + this.inOutNoList[0].warehouseName
+										this.detailData.tips = '入货库' + this.inOutNoList[0].receiveWarehouse
 									}
 									}
 									//如果查到该合同
 									//如果查到该合同
 									res.data.data[i].deliverType  = !res.data.data[i].deliverType?'1':res.data.data[i].deliverType  
 									res.data.data[i].deliverType  = !res.data.data[i].deliverType?'1':res.data.data[i].deliverType  
@@ -533,7 +533,7 @@
 				} else if (this.detailData.inOutType == '移库出库') {
 				} else if (this.detailData.inOutType == '移库出库') {
 					this.weightbills.buyer = this.inOutNoList[e[0]].receiveWarehouse
 					this.weightbills.buyer = this.inOutNoList[e[0]].receiveWarehouse
 					this.weightbills.seller = uni.getStorageSync('compName')
 					this.weightbills.seller = uni.getStorageSync('compName')
-					this.detailData.tips = '入货库' + this.inOutNoList[e[0]].warehouseName
+					this.detailData.tips = '入货库' + this.inOutNoList[e[0]].receiveWarehouse
 				}
 				}
 			},
 			},
 			toUpperCase(val) {
 			toUpperCase(val) {