From 1652bfc55df0a52853b55a7dc3422baf84ad0ac3 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Tue, 23 Dec 2025 13:16:53 +0800 Subject: [PATCH] =?UTF-8?q?2025-12-23=20=E6=9F=A5=E8=AF=A2=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/warehouse/labelTransactionLog.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/modules/warehouse/labelTransactionLog.vue b/src/views/modules/warehouse/labelTransactionLog.vue index 27d93a6..a4a1b00 100644 --- a/src/views/modules/warehouse/labelTransactionLog.vue +++ b/src/views/modules/warehouse/labelTransactionLog.vue @@ -71,7 +71,7 @@ - + @@ -313,6 +313,10 @@ export default { partSpec: this.searchData.partSpec, startDate: this.searchData.transactionDateRange && this.searchData.transactionDateRange[0] ? this.searchData.transactionDateRange[0] : '', endDate: this.searchData.transactionDateRange && this.searchData.transactionDateRange[1] ? this.searchData.transactionDateRange[1] : '', + documentNo: this.searchData.documentNo, + orderNo: this.searchData.orderNo, + orderLineNo: this.searchData.orderLineNo, + syncedFlag: this.searchData.syncedFlag, page: this.pageIndex, limit: this.pageSize }