zhangyuewww 3 gadi atpakaļ
vecāks
revīzija
71f00b963b

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

@@ -387,14 +387,7 @@
 							if (this.detailData.inOutType == '销售出库') {
 								this.detailData.tips='买方'+this.contractNoList[i].buyer
 							} else if (this.detailData.inOutType == '移库出库') {
-								this.detailData.tips='出货库'+this.inOutNoList[0].warehouseName
-							}else if (this.detailData.inOutType == '退库') {
-								if(this.outContractNo[i].contractNo){
-									this.deptBudgetList.tips='卖方'+this.contractNoList[i].seller
-								}
-								else{
-									this.deptBudgetList.tips='入货库'+this.inOutNoList[e[0]].warehouseName
-								}
+								this.detailData.tips='入货库'+this.inOutNoList[0].warehouseName
 							}
 						}
 					}
@@ -414,14 +407,7 @@
 				if (this.detailData.inOutType == '销售出库') {
 					this.detailData.tips='买方'+this.contractNoList[i].buyer
 				} else if (this.detailData.inOutType == '移库出库') {
-					this.detailData.tips='出货库'+this.inOutNoList[e[0]].warehouseName
-				}else if (this.detailData.inOutType == '退库') {
-					if(this.contractNoList[i].contractNo){
-						this.deptBudgetList.tips='卖方'+this.contractNoList[i].seller
-					}
-					else{
-						this.deptBudgetList.tips='入货库'+this.inOutNoList[e[0]].warehouseName
-					}
+					this.detailData.tips='入货库'+this.inOutNoList[e[0]].warehouseName
 				}
 			},
 			toUpperCase(val) {

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

@@ -405,7 +405,7 @@
 							if (this.detailData.inOutType == '采购入库') {
 								this.detailData.tips='卖方'+this.contractNoList[i].seller
 							} else if (this.detailData.inOutType == '移库入库') {
-								this.detailData.tips='货库'+this.inOutNoList[0].warehouseName
+								this.detailData.tips='货库'+this.inOutNoList[0].warehouseName
 							}  else if (this.detailData.inOutType == '退库') {
 									this.detailData.tips='出货库'+this.inOutNoList[0].warehouseName
 							}
@@ -429,7 +429,7 @@
 							if (this.detailData.inOutType == '采购入库') {
 								this.detailData.tips='卖方'+this.contractNoList[i].seller
 							} else if (this.detailData.inOutType == '移库入库') {
-								this.detailData.tips='货库'+this.inOutNoList[e[0]].warehouseName
+								this.detailData.tips='货库'+this.inOutNoList[e[0]].warehouseName
 							}  else if (this.detailData.inOutType == '退库') {
 								if(this.contractNoList[i].contractNo){
 									this.deptBudgetList.tips='买方'+this.contractNoList[i].buyer