From e23098b7664de35beddf918294dda61f590d0f4b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= <2178503051@qq.com>
Date: Fri, 29 May 2026 16:27:25 +0800
Subject: [PATCH] =?UTF-8?q?feat(wms/report):=20=E7=BB=99=E6=88=90=E5=93=81?=
=?UTF-8?q?=E7=BA=BF=E5=9C=88=E6=9F=A5=E8=AF=A2=E6=B7=BB=E5=8A=A0=E6=8C=89?=
=?UTF-8?q?=E5=88=9B=E5=BB=BA=E6=97=B6=E9=97=B4=E7=AD=9B=E9=80=89=E6=9D=A1?=
=?UTF-8?q?=E4=BB=B6=EF=BC=8C=E5=B9=B6=E5=A2=9E=E5=8A=A0=E5=A4=87=E6=B3=A8?=
=?UTF-8?q?=E6=90=9C=E7=B4=A2=E9=A1=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
1. 在wms报表模板页面的成品线圈查询中,补充byCreateTimeStart和byCreateTimeEnd参数,替换原有的startTime和endTime参数
2. 在CoilSelector组件中新增备注搜索输入框,仅在orderBy存在时显示
---
klp-ui/src/components/CoilSelector/index.vue | 4 ++++
klp-ui/src/views/wms/report/template/action.vue | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/klp-ui/src/components/CoilSelector/index.vue b/klp-ui/src/components/CoilSelector/index.vue
index 0e2d6efa..c47df2cf 100644
--- a/klp-ui/src/components/CoilSelector/index.vue
+++ b/klp-ui/src/components/CoilSelector/index.vue
@@ -79,6 +79,10 @@
canSelectDisabled :clearInput="false" clearable />
+
+
+
+
{