From 22002c2b5bf09bb769a51448537fa6a572a3ea88 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期五, 22 五月 2026 10:25:09 +0800
Subject: [PATCH] 费用报销的审批流程

---
 src/views/financialManagement/receivable/invoiceApply.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/financialManagement/receivable/invoiceApply.vue b/src/views/financialManagement/receivable/invoiceApply.vue
index 14fdd67..31b6345 100644
--- a/src/views/financialManagement/receivable/invoiceApply.vue
+++ b/src/views/financialManagement/receivable/invoiceApply.vue
@@ -766,6 +766,7 @@
   dialogTitle.value = "缂栬緫寮�绁ㄧ敵璇�";
   fillFormFromRow(row);
   dialogVisible.value = true;
+  loadOutboundBatches(form.customerId, true);
 };
 
 const view = (row) => {

--
Gitblit v1.9.3