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

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

@@ -474,7 +474,7 @@
 									if (this.detailData.inOutType == '销售出库') {
 										this.detailData.tips = '买方' + res.data.data[i].buyer
 									} 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  
@@ -533,7 +533,7 @@
 				} else if (this.detailData.inOutType == '移库出库') {
 					this.weightbills.buyer = this.inOutNoList[e[0]].receiveWarehouse
 					this.weightbills.seller = uni.getStorageSync('compName')
-					this.detailData.tips = '入货库' + this.inOutNoList[e[0]].warehouseName
+					this.detailData.tips = '入货库' + this.inOutNoList[e[0]].receiveWarehouse
 				}
 			},
 			toUpperCase(val) {