From c998dcbc32b451535abcea05ac237fe93f2024ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Thu, 20 Jul 2023 09:28:43 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=98=8E=E7=BB=86=E6=89=93=E5=8D=B0?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/supInoutSearchOrder.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/inventory/supInoutSearchOrder.vue b/src/views/inventory/supInoutSearchOrder.vue index 7d76efbd..6f98fcc5 100644 --- a/src/views/inventory/supInoutSearchOrder.vue +++ b/src/views/inventory/supInoutSearchOrder.vue @@ -376,7 +376,11 @@ export default { batchNo: this.filterQuery.batchNo, zczbhhzbapzbh: this.filterQuery.zczbhhzbapzbh, manufacturer: this.filterQuery.manufacturer, - actionType: this.filterQuery.actionType + actionType: this.filterQuery.actionType, + fromCorp: this.filterQuery.fromCorp, + mainAction: this.filterQuery.mainAction, + action:this.filterQuery.actionss + }; if (this.actDateRange !== null) { printParams.startAduditTime = this.actDateRange[0]; From b20a6b5f7eb045674ee7490f19fa96ad07028c9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Thu, 20 Jul 2023 09:30:54 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=98=8E=E7=BB=86=E6=89=93=E5=8D=B0?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/supInoutSearchOrder.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/inventory/supInoutSearchOrder.vue b/src/views/inventory/supInoutSearchOrder.vue index 6f98fcc5..28fa833a 100644 --- a/src/views/inventory/supInoutSearchOrder.vue +++ b/src/views/inventory/supInoutSearchOrder.vue @@ -379,7 +379,7 @@ export default { actionType: this.filterQuery.actionType, fromCorp: this.filterQuery.fromCorp, mainAction: this.filterQuery.mainAction, - action:this.filterQuery.actionss + action:this.filterQuery.action }; if (this.actDateRange !== null) {