From df5efb2ca2b0cf74d9160ffe2b6c215c4ddc9c99 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期四, 21 五月 2026 17:48:17 +0800
Subject: [PATCH] 差旅报销费用报销

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

diff --git a/src/views/officeProcessAutomation/ReimburseManage/travel-reimburse/index.vue b/src/views/officeProcessAutomation/ReimburseManage/travel-reimburse/index.vue
index 2e81e18..9318231 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">
@@ -369,13 +369,21 @@
         </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"
@@ -394,6 +402,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>
@@ -458,6 +467,7 @@
   formDialog,
   formRules,
   detailDialog,
+  detailLoading,
   detailRow,
   approveDialog,
   approveOpinion,
@@ -488,6 +498,7 @@
   openFormDialog,
   onFormClosed,
   submitForm,
+  submitSaving,
   openDetail,
   approvalActionLabel,
   submitApprove,

--
Gitblit v1.9.3