From 7709978a08ba3590bf797ee43352b1225a946cce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Mon, 26 Jan 2026 13:58:28 +0800 Subject: [PATCH] =?UTF-8?q?feat(warehouse):=20=E6=B7=BB=E5=8A=A0=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E6=9F=A5=E8=AF=A2=E9=A1=B5=E9=9D=A2=E7=9A=84=E6=97=A5?= =?UTF-8?q?=E6=9C=9F=E8=8C=83=E5=9B=B4=E7=AD=9B=E9=80=89=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在查询表单中新增创建日期和结束日期的选择器 - 为查询数据模型添加startDate和endDate字段 - 为重置功能初始化startDate和endDate默认值为空字符串 --- src/views/modules/warehouse/labelQuery.vue | 24 ++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/src/views/modules/warehouse/labelQuery.vue b/src/views/modules/warehouse/labelQuery.vue index 8467671..8f11c25 100644 --- a/src/views/modules/warehouse/labelQuery.vue +++ b/src/views/modules/warehouse/labelQuery.vue @@ -36,6 +36,22 @@ + + + + + + + + 查询 重置 @@ -502,7 +518,9 @@ export default { batchNo: '', locationId: '', unitId: '', - partDesc: '' + partDesc: '', + startDate: '', + endDate: '', }, // 打印相关配置 reportId: 'HU_LABEL', // 默认报表ID,可根据实际情况调整 @@ -611,7 +629,9 @@ export default { batchNo: '', locationId: '', unitId: '', - partDesc: '' + partDesc: '', + startDate: '', + endDate: '', } this.pageIndex = 1 this.getDataList()