From 3316f8a36d52f4b86b74b687fecc5defc82f1774 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Fri, 6 Feb 2026 17:02:17 +0800 Subject: [PATCH] =?UTF-8?q?2026-02-06=20=E5=A2=9E=E5=8A=A0=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../report/inboundNotificationReport.vue | 13 ++++++++++++- .../modules/warehouse/labelTransactionLog.vue | 19 ++++++++++++++----- 2 files changed, 26 insertions(+), 6 deletions(-) diff --git a/src/views/modules/report/inboundNotificationReport.vue b/src/views/modules/report/inboundNotificationReport.vue index 2540074..9f9c54f 100644 --- a/src/views/modules/report/inboundNotificationReport.vue +++ b/src/views/modules/report/inboundNotificationReport.vue @@ -93,6 +93,11 @@ + + + + + + + + + @@ -247,6 +256,7 @@ export default { supplierName: '', partNo: '', partDesc: '', + rollNo: '', startDate: '', endDate: '', queryRelatedOrderNo: '', @@ -330,7 +340,7 @@ export default { this.$nextTick(() => { const windowHeight = window.innerHeight; // 根据搜索条件展开状态动态计算 - const headerHeight = this.searchExpanded ? 308 : 186; + const headerHeight = this.searchExpanded ? 360 : 186; this.tableHeight = windowHeight - headerHeight - 105; }); }, @@ -393,6 +403,7 @@ export default { supplierName: '', partNo: '', partDesc: '', + rollNo: '', startDate: '', endDate: '', queryRelatedOrderNo: '', diff --git a/src/views/modules/warehouse/labelTransactionLog.vue b/src/views/modules/warehouse/labelTransactionLog.vue index c50fbf6..26fd20b 100644 --- a/src/views/modules/warehouse/labelTransactionLog.vue +++ b/src/views/modules/warehouse/labelTransactionLog.vue @@ -79,29 +79,34 @@ - + - + - + - + - + + + + + +