From e3fb7d5699f4cf10a686c44ef14d9218c7162d98 Mon Sep 17 00:00:00 2001 From: Yangk Date: Fri, 20 Mar 2026 17:30:38 +0800 Subject: [PATCH] =?UTF-8?q?refactor(oa):=20=E4=BC=98=E5=8C=96=E5=87=BA?= =?UTF-8?q?=E5=B7=AE=E7=94=B3=E8=AF=B7=E8=A1=A8=E5=8D=95=E9=80=BB=E8=BE=91?= =?UTF-8?q?=E5=92=8C=E9=AA=8C=E8=AF=81=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除总体事由字段在市场交流展会/会议下的显示 - 更新开始和结束日期选择器的占位符文本和禁用状态逻辑 - 去除明细表格中开始和结束日期的必填验证规则 - 在审批流程中增加米兰和张兰艳作为默认抄送用户 - 移除明细数据汇总计算逻辑,改为独立计算主卡片总时长 --- src/views/oa/crm/businessTripApply/edit.vue | 112 +++++--------------- 1 file changed, 27 insertions(+), 85 deletions(-) diff --git a/src/views/oa/crm/businessTripApply/edit.vue b/src/views/oa/crm/businessTripApply/edit.vue index 264b1fd..87e620c 100644 --- a/src/views/oa/crm/businessTripApply/edit.vue +++ b/src/views/oa/crm/businessTripApply/edit.vue @@ -56,7 +56,7 @@ - + @@ -87,8 +87,8 @@ v-model="form.endTime" type="date" value-format="YYYY-MM-DD" - placeholder="由明细自动计算" - :disabled="true" + placeholder="请选择结束日期" + :disabled="isFormDisabled" style="width: 100%" /> @@ -280,25 +280,9 @@ - +