From 4e1925060c40031cc0ebf6d398a8d6c72873fdae Mon Sep 17 00:00:00 2001 From: jinna Date: Fri, 27 Mar 2026 17:18:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=BA=E9=99=B7=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inboundOutboundManagement/glassCakeOutbound/index.vue | 4 ++++ src/views/inboundOutboundManagement/materialIssuing.vue | 4 ++++ .../inboundOutboundManagement/otherIssuing/detailsDialog.vue | 2 +- src/views/inboundOutboundManagement/otherIssuing/index.vue | 4 ++++ src/views/inboundOutboundManagement/otherReceiving.vue | 4 ++++ src/views/inboundOutboundManagement/returnReceiving.vue | 4 ++++ .../inboundOutboundManagement/warehouseTransfer/index.vue | 4 ++++ 7 files changed, 25 insertions(+), 1 deletion(-) diff --git a/src/views/inboundOutboundManagement/glassCakeOutbound/index.vue b/src/views/inboundOutboundManagement/glassCakeOutbound/index.vue index 2646312..5290a5b 100644 --- a/src/views/inboundOutboundManagement/glassCakeOutbound/index.vue +++ b/src/views/inboundOutboundManagement/glassCakeOutbound/index.vue @@ -368,6 +368,10 @@ export default { }, searchReset(){ this.query = {} + this.$store.dispatch("changeSetting", { + title: "pieOutParams", + form: this.query, + }); this.onLoad() }, currentChange(currentPage){ diff --git a/src/views/inboundOutboundManagement/materialIssuing.vue b/src/views/inboundOutboundManagement/materialIssuing.vue index 3b8dc95..5b5d2c1 100644 --- a/src/views/inboundOutboundManagement/materialIssuing.vue +++ b/src/views/inboundOutboundManagement/materialIssuing.vue @@ -434,6 +434,10 @@ export default { }, searchReset(){ this.query = {} + this.$store.dispatch("changeSetting", { + title: "exchangeOutParams", + form: this.query, + }); this.onLoad() }, currentChange(currentPage){ diff --git a/src/views/inboundOutboundManagement/otherIssuing/detailsDialog.vue b/src/views/inboundOutboundManagement/otherIssuing/detailsDialog.vue index a9e91c1..8357720 100644 --- a/src/views/inboundOutboundManagement/otherIssuing/detailsDialog.vue +++ b/src/views/inboundOutboundManagement/otherIssuing/detailsDialog.vue @@ -11,7 +11,7 @@ - +