From 05d4e08f4ab88ccc07611f4bb619ce36326f444e Mon Sep 17 00:00:00 2001 From: "liang.chao" Date: Tue, 23 Apr 2024 13:13:48 +0800 Subject: [PATCH 1/7] =?UTF-8?q?tomcat=E7=89=88=E6=9C=AC=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a5e9d8d3..fa825fd7 100644 --- a/pom.xml +++ b/pom.xml @@ -205,7 +205,7 @@ org.apache.tomcat.embed tomcat-embed-core - 9.0.81 + 9.0.86 compile From 6e6420c65c3fb18840190ee61688a89557d060a2 Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Tue, 23 Apr 2024 13:44:50 +0800 Subject: [PATCH 2/7] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../constructionSite/constructionSite.vue | 2 ++ .../views/claimAndRefund/receive/receiveApply.vue | 2 ++ .../claimAndRefund/receiveByCq/receiveApply.vue | 2 ++ .../store/newBuy/newDevices/newDevicesAccept.vue | 1 - .../newBuy/newDevices/newDevicesWarehousing.vue | 12 ++++++------ 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/sgzb-ui/src/views/claimAndRefund/constructionSite/constructionSite.vue b/sgzb-ui/src/views/claimAndRefund/constructionSite/constructionSite.vue index 0f69eefc..b2bd6e9b 100644 --- a/sgzb-ui/src/views/claimAndRefund/constructionSite/constructionSite.vue +++ b/sgzb-ui/src/views/claimAndRefund/constructionSite/constructionSite.vue @@ -543,6 +543,8 @@ export default { }, /** 重置按钮操作 */ resetQuery() { + this.queryParams.unitId = '' + this.queryParams.lotId = '' this.resetForm('queryForm') this.handleQuery() }, diff --git a/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue b/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue index faa467ad..85d6af43 100644 --- a/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue +++ b/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue @@ -415,6 +415,8 @@ /** 重置按钮操作 */ resetQuery() { this.queryParams.time = [] + this.queryParams.unitId = '' + this.queryParams.proId = '' this.resetForm('queryForm') this.GetUnitData() this.GetProData() diff --git a/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveApply.vue b/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveApply.vue index 40b8f62a..14918e39 100644 --- a/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveApply.vue +++ b/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveApply.vue @@ -431,6 +431,8 @@ /** 重置按钮操作 */ resetQuery() { this.queryParams.time = [] + this.queryParams.unitId = '' + this.queryParams.proId = '' this.resetForm('queryForm') this.GetUnitData() this.GetProData() diff --git a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesAccept.vue b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesAccept.vue index 519abcbf..3ff849fb 100644 --- a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesAccept.vue +++ b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesAccept.vue @@ -227,7 +227,6 @@ :autosize="{ minRows: 4, maxRows: 6}" placeholder="请输入通知内容" style="width: 80%;" - disabled /> diff --git a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesWarehousing.vue b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesWarehousing.vue index 9201f191..7c8a8773 100644 --- a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesWarehousing.vue +++ b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesWarehousing.vue @@ -290,7 +290,7 @@ " >入库单
-
工程名称: -
+
-->
领料单号 -
-
--> +
Date: Tue, 23 Apr 2024 14:35:31 +0800 Subject: [PATCH 3/7] =?UTF-8?q?=E9=80=80=E6=96=99=E6=8E=A5=E6=94=B6?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue b/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue index 309ebc4d..8e9334d1 100644 --- a/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue +++ b/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue @@ -126,7 +126,7 @@ size="mini" type="primary" @click="handleNumReturn(scope.row)" - v-if="!isView&&(scope.row.manageType=='1'||'2')&&scope.row.num>0" + v-if="!isView&&(scope.row.manageType=='1'||scope.row.manageType=='2')&&scope.row.num>0" >数量退料 Date: Tue, 23 Apr 2024 14:53:54 +0800 Subject: [PATCH 4/7] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E9=80=80=E6=96=99?= =?UTF-8?q?=E6=8E=A5=E6=94=B6=E7=BC=96=E7=A0=81=E9=80=80=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue b/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue index 8e9334d1..1abaebf2 100644 --- a/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue +++ b/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue @@ -810,7 +810,7 @@ export default { let arr = [ { parentId: this.codeQuery.parentId, - typeId: row.modelId, + typeId: row.typeId, backNum: 1, backStatus: type, manageType: 0, From ae0b637828fbbd95c0dd9817bf3f630973168fde Mon Sep 17 00:00:00 2001 From: jackal <13856223047@163.com> Date: Tue, 23 Apr 2024 16:16:08 +0800 Subject: [PATCH 5/7] =?UTF-8?q?fix=EF=BC=9A=E6=96=B0=E8=B4=AD=E5=B7=A5?= =?UTF-8?q?=E6=9C=BA=E5=85=B7=E5=85=A5=E5=BA=93=E5=AE=A1=E6=A0=B8=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../newDevices/newDevicesWarehousing.vue | 268 ++++-------------- sgzb-ui/vue.config.js | 6 +- 2 files changed, 59 insertions(+), 215 deletions(-) diff --git a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesWarehousing.vue b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesWarehousing.vue index 7c8a8773..c4912952 100644 --- a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesWarehousing.vue +++ b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesWarehousing.vue @@ -1,37 +1,14 @@