From 158a652db74012522ffb771dc4a6ac99974b8d6d Mon Sep 17 00:00:00 2001 From: liangbin <15536829364@163.com> Date: Fri, 16 Jan 2026 14:06:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(WorkOrderEdit):=20=E5=B0=86=E4=BD=9C?= =?UTF-8?q?=E4=B8=9A=E5=91=A8=E6=9C=9F=E9=80=89=E6=8B=A9=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E6=97=A5=E6=9C=9F=E8=8C=83=E5=9B=B4=E9=80=89=E6=8B=A9=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 重构日期选择组件,将单个日期输入改为开始和结束日期分开选择 添加日期范围验证逻辑,确保结束日期不小于开始日期 更新表单数据结构以支持日期范围存储 --- .../WorkOrderEdit/compoents/BasicsInfo.vue | 122 ++++++++++++++---- 1 file changed, 98 insertions(+), 24 deletions(-) diff --git a/src/pages/WorkOrderEdit/compoents/BasicsInfo.vue b/src/pages/WorkOrderEdit/compoents/BasicsInfo.vue index 29f25e5..9433b79 100644 --- a/src/pages/WorkOrderEdit/compoents/BasicsInfo.vue +++ b/src/pages/WorkOrderEdit/compoents/BasicsInfo.vue @@ -18,34 +18,65 @@ 作业周期 - - - 选择日期 + + + + + + + + + + + + + + -