From 4ab0be7d4441f378add1f242b168d80fb27e65fe Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期五, 22 五月 2026 17:57:44 +0800
Subject: [PATCH] OA部分查询条件变更

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

diff --git a/src/views/officeProcessAutomation/ReimburseManage/travel-reimburse/index.vue b/src/views/officeProcessAutomation/ReimburseManage/travel-reimburse/index.vue
index 2e81e18..17737e3 100644
--- a/src/views/officeProcessAutomation/ReimburseManage/travel-reimburse/index.vue
+++ b/src/views/officeProcessAutomation/ReimburseManage/travel-reimburse/index.vue
@@ -1,4 +1,4 @@
-<!--OA妯″潡锛氬樊鏃呮姤閿�-->
+<!--OA妯″潡锛氬樊鏃呮姤閿�锛堝垪琛� /finReimbursement/listPage锛宺eimbursementType=1锛�-->
 <template>
   <div class="app-container">
     <div class="search_form mb20">
@@ -11,26 +11,6 @@
           clearable
           :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>
@@ -369,17 +349,25 @@
         </el-card>
       </el-form>
       <template #footer>
-        <el-button v-if="!formDialog.readonly" type="primary" @click="submitForm">鎻� 浜�</el-button>
+        <el-button
+          v-if="!formDialog.readonly"
+          type="primary"
+          :loading="submitSaving"
+          @click="submitForm"
+        >
+          鎻� 浜�
+        </el-button>
         <el-button @click="formDialog.visible = false">{{ formDialog.readonly ? "鍏� 闂�" : "鍙� 娑�" }}</el-button>
       </template>
     </el-dialog>
 
     <!-- 璇︽儏 -->
     <el-dialog v-model="detailDialog.visible" title="宸梾鎶ラ攢璇︽儏" width="900px" append-to-body destroy-on-close>
+      <div v-loading="detailLoading">
       <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>
@@ -394,6 +382,7 @@
         </el-timeline-item>
       </el-timeline>
       <el-empty v-else description="鏆傛棤瀹℃壒璁板綍" :image-size="60" />
+      </div>
       <template #footer>
         <el-button type="primary" @click="detailDialog.visible = false">鍏� 闂�</el-button>
       </template>
@@ -411,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">
@@ -458,6 +447,7 @@
   formDialog,
   formRules,
   detailDialog,
+  detailLoading,
   detailRow,
   approveDialog,
   approveOpinion,
@@ -488,6 +478,7 @@
   openFormDialog,
   onFormClosed,
   submitForm,
+  submitSaving,
   openDetail,
   approvalActionLabel,
   submitApprove,

--
Gitblit v1.9.3