From 6ba30bed9eb241a76897ad04c01ac7c80be9add9 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期一, 15 六月 2026 20:19:37 +0800
Subject: [PATCH] 提交山西比特维科技有限公司/山西金福恒远商贸有限公司配置文件

---
 src/views/officeProcessAutomation/ReimburseManage/travel-reimburse/index.vue |   28 ++++------------------------
 1 files changed, 4 insertions(+), 24 deletions(-)

diff --git a/src/views/officeProcessAutomation/ReimburseManage/travel-reimburse/index.vue b/src/views/officeProcessAutomation/ReimburseManage/travel-reimburse/index.vue
index 9318231..e2b5977 100644
--- a/src/views/officeProcessAutomation/ReimburseManage/travel-reimburse/index.vue
+++ b/src/views/officeProcessAutomation/ReimburseManage/travel-reimburse/index.vue
@@ -12,32 +12,12 @@
           :prefix-icon="Search"
           @keyup.enter="handleQuery"
         />
-        <span class="search_title" style="margin-left: 12px">鍑哄樊寮�濮嬶細</span>
-        <el-date-picker
-          v-model="searchForm.travelStartFrom"
-          type="date"
-          placeholder="寮�濮嬫棩鏈�"
-          format="YYYY-MM-DD"
-          value-format="YYYY-MM-DD"
-          style="width: 150px"
-          clearable
-        />
-        <span class="search_title" style="margin-left: 8px">缁撴潫锛�</span>
-        <el-date-picker
-          v-model="searchForm.travelEndTo"
-          type="date"
-          placeholder="缁撴潫鏃ユ湡"
-          format="YYYY-MM-DD"
-          value-format="YYYY-MM-DD"
-          style="width: 150px"
-          clearable
-        />
         <el-button type="primary" style="margin-left: 10px" @click="handleQuery">鎼滅储</el-button>
         <el-button @click="resetSearch">閲嶇疆</el-button>
       </div>
       <div class="search_actions">
-        <el-button type="success" plain @click="handleImportClick">瀵煎叆</el-button>
-        <el-button type="warning" plain @click="handleExport">瀵煎嚭</el-button>
+<!--        <el-button type="success" plain @click="handleImportClick">瀵煎叆</el-button>-->
+<!--        <el-button type="warning" plain @click="handleExport">瀵煎嚭</el-button>-->
         <el-button type="primary" @click="openFormDialog('add')">鏂板宸梾鎶ラ攢</el-button>
       </div>
     </div>
@@ -387,7 +367,7 @@
       <DetailPanel :row="detailRow" />
       <ApprovalFlowProgress
         class="mt16"
-        :nodes="detailRow.approvalFlowNodes"
+        :nodes="detailRow.approvalFlowProgressNodes ?? detailRow.approvalFlowNodes"
         :current-index="detailRow.currentNodeIndex ?? 0"
       />
       <el-divider content-position="left">瀹℃壒璁板綍锛堝叏娴佺▼鐣欑棔锛�</el-divider>
@@ -420,7 +400,7 @@
       <DetailPanel :row="approveDialog.row" />
       <el-divider content-position="left">娴佺▼杩涘害</el-divider>
       <ApprovalFlowProgress
-        :nodes="approveDialog.row?.approvalFlowNodes"
+        :nodes="approveDialog.row?.approvalFlowProgressNodes ?? approveDialog.row?.approvalFlowNodes"
         :current-index="approveDialog.row?.currentNodeIndex ?? 0"
       />
       <el-form label-width="100px" class="mt16">

--
Gitblit v1.9.3