From 075d8b76626b2c830cc3bef11fb32e89d6067a3e Mon Sep 17 00:00:00 2001
From: sen <sen@qq.com>
Date: 星期一, 23 三月 2026 10:34:00 +0800
Subject: [PATCH] 增加应收款分析管理界面

---
 ui/admin-ui3/src/components/NestedDetailDialog/index.vue |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/ui/admin-ui3/src/components/NestedDetailDialog/index.vue b/ui/admin-ui3/src/components/NestedDetailDialog/index.vue
index b0de4e5..8f98ba3 100644
--- a/ui/admin-ui3/src/components/NestedDetailDialog/index.vue
+++ b/ui/admin-ui3/src/components/NestedDetailDialog/index.vue
@@ -24,7 +24,9 @@
                         <span class="text-danger">{{ billInfo.pendingAmount }}</span>
                     </el-descriptions-item>
 
-                    <el-descriptions-item label="鍛ㄦ湡绫诲瀷">{{ billInfo.periodType }}</el-descriptions-item>
+                    <!-- <el-descriptions-item label="鍛ㄦ湡绫诲瀷">{{ billInfo.periodType }}</el-descriptions-item> -->
+                    <el-descriptions-item label="鍛ㄦ湡绫诲瀷">{{ dictFormat(sys_period_type,billInfo.periodType)  }}</el-descriptions-item>
+
                     <el-descriptions-item label="涓氬姟鏈熼棿">
                         <span v-if="billInfo.businessStartDate">{{ billInfo.businessStartDate }}</span>
                         <span v-if="billInfo.businessStartDate && billInfo.businessEndDate"> ~ </span>
@@ -115,12 +117,12 @@
 import { getPayableBillManagement, } from "@/api/cwgl/payableBillManagement";
 
 const { proxy } = useCurrentInstance()
-const { sys_system, sys_business, sys_receipts, sys_supplier, sys_whether_type, sys_currency } = proxy.useDict(
+const { sys_system, sys_business, sys_receipts, sys_supplier, sys_whether_type, sys_currency,sys_period_type } = proxy.useDict(
     'sys_system',
     'sys_business',
     'sys_receipts',
     'sys_supplier',
-    'sys_whether_type', 'sys_currency'
+    'sys_whether_type', 'sys_currency','sys_period_type'
 )
 const dictFormat = (dict: any, value: any) => {
     return proxy.selectDictLabel(dict, value);

--
Gitblit v1.8.0