From 3fee4c1152a794eeccb63b8ee277ca109bcf3b12 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Sat, 23 Apr 2022 09:16:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=AB=E7=A0=81=E7=9B=91=E5=90=AC=EF=BC=8C?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E6=A1=86=E4=BF=AE=E6=94=B9=EF=BC=8C=E4=BB=93?= =?UTF-8?q?=E5=BA=93=EF=BC=8C=E9=A2=86=E7=94=A8=EF=BC=8C=E6=8B=86=E5=88=86?= =?UTF-8?q?=E4=BA=A7=E5=93=81=E7=AD=89bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/UdiInfoselectErpUdi.vue | 13 +- src/views/basic/basicCompanyProducts.vue | 28 +- src/views/basic/invWarehouse.vue | 33 +- src/views/thrsys/ThrOrdedrReceiveAdd.vue | 1 + src/views/thrsys/thrOrderNew.vue | 2040 +++++++++++----------- src/views/warehouse/addHosOrder.vue | 17 +- src/views/warehouse/addOrder.vue | 2 +- src/views/warehouse/stockOrderEdit.vue | 18 +- 8 files changed, 1099 insertions(+), 1053 deletions(-) diff --git a/src/views/basic/UdiInfoselectErpUdi.vue b/src/views/basic/UdiInfoselectErpUdi.vue index 5cb378c..9e28a10 100644 --- a/src/views/basic/UdiInfoselectErpUdi.vue +++ b/src/views/basic/UdiInfoselectErpUdi.vue @@ -343,7 +343,12 @@ export default { supEnable: { type: Object, required: true, + }, + intentThirdId: { + type: Object, + required: true, } + }, data() { @@ -522,13 +527,13 @@ export default { }) .catch(() => { this.combineLoading = false; - this.combineQuery.thirdIds=[]; + this.combineQuery.thirdIds = []; this.$emit("closeUdi", false); }); }) .catch(() => { - this.combineQuery.thirdIds=[]; + this.combineQuery.thirdIds = []; }); } else { addErp(this.combineQuery) @@ -620,6 +625,8 @@ export default { if (this.defaultSys != null) { this.thirdSysFk = this.defaultSys; } + this.searchErpList(); + }) .catch(() => { this.loading = false; @@ -630,6 +637,8 @@ export default { created() { console.log("-------------" + this.uuid); this.getBasicThirdSys(); + this.erpQuery.code = this.intentThirdId; + }, }; diff --git a/src/views/basic/basicCompanyProducts.vue b/src/views/basic/basicCompanyProducts.vue index 3aaa065..48699cf 100644 --- a/src/views/basic/basicCompanyProducts.vue +++ b/src/views/basic/basicCompanyProducts.vue @@ -75,11 +75,11 @@ >选入产品 - 添加产品信息 - - + + + + + @@ -137,7 +137,7 @@ {{ lockStatusMap[scope.row.lockStatus] }} - +