From c7d5b17171dc1264bc28dfdae8b90da1ab06f216 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 06 二月 2026 13:34:17 +0800
Subject: [PATCH] fix: 付款登记中发票号去掉
---
src/pages/safeProduction/hazardSourceLedger/detail.vue | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/pages/safeProduction/hazardSourceLedger/detail.vue b/src/pages/safeProduction/hazardSourceLedger/detail.vue
index d9ffde2..104bfaf 100644
--- a/src/pages/safeProduction/hazardSourceLedger/detail.vue
+++ b/src/pages/safeProduction/hazardSourceLedger/detail.vue
@@ -117,16 +117,19 @@
<up-action-sheet :show="typeSheetVisible"
:actions="typeOptions"
@select="handleTypeSelect"
+ @close="typeSheetVisible = false"
title="閫夋嫨鍗遍櫓婧愮被鍨�" />
<!-- 椋庨櫓绛夌骇閫夋嫨鍣� -->
<up-action-sheet :show="riskLevelSheetVisible"
:actions="riskLevelOptions"
@select="handleRiskLevelSelect"
+ @close="riskLevelSheetVisible = false"
title="閫夋嫨椋庨櫓绛夌骇" />
<!-- 绠℃帶璐d换浜洪�夋嫨鍣� -->
<up-action-sheet :show="principalSheetVisible"
:actions="principalOptions"
@select="handlePrincipalSelect"
+ @close="principalSheetVisible = false"
title="閫夋嫨绠℃帶璐d换浜�" />
</view>
</template>
--
Gitblit v1.9.3