From 8a2fe85238f34264983717f20a75e9c9eb6288c7 Mon Sep 17 00:00:00 2001 From: Yangk Date: Wed, 4 Mar 2026 11:09:31 +0800 Subject: [PATCH] =?UTF-8?q?feat(oa):=20=E5=AE=8C=E5=96=84=E5=87=BA?= =?UTF-8?q?=E5=B7=AE=E7=94=B3=E8=AF=B7=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在出差申请编辑页面增加查看模式下的交流过程简述和结果反馈字段 - 为出差历史页面添加筛选表单,支持按申请人和出差日期范围搜索 - 在出差历史页面移除流程状态列的显示 - 集成用户列表数据用于申请人下拉选择 - 实现出差历史页面的分页查询和重置功能 - 添加日期范围选择器用于出差时间筛选 --- src/views/oa/crm/businessTripApply/edit.vue | 20 +++++- src/views/oa/crm/customerInfo/tripHistory.vue | 67 +++++++++++++++++-- 2 files changed, 82 insertions(+), 5 deletions(-) diff --git a/src/views/oa/crm/businessTripApply/edit.vue b/src/views/oa/crm/businessTripApply/edit.vue index 7b74b3a..557ab72 100644 --- a/src/views/oa/crm/businessTripApply/edit.vue +++ b/src/views/oa/crm/businessTripApply/edit.vue @@ -16,7 +16,9 @@ @@ -113,6 +115,22 @@ + + + + + + + + + + diff --git a/src/views/oa/crm/customerInfo/tripHistory.vue b/src/views/oa/crm/customerInfo/tripHistory.vue index e640662..2b0ef06 100644 --- a/src/views/oa/crm/customerInfo/tripHistory.vue +++ b/src/views/oa/crm/customerInfo/tripHistory.vue @@ -8,6 +8,30 @@ + + + + + + + + + + + + 搜索 + 重置 + + + @@ -32,7 +56,7 @@ - +