From 9b9b7a0409447b1aadadad4ee44ab6664fb1c7eb Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Mon, 27 Oct 2025 13:29:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A2=E5=8A=A1=E4=BB=98=E6=AC=BE=E7=A1=AE?= =?UTF-8?q?=E8=AE=A4=20=E8=B5=84=E9=87=91=E9=A2=84=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../contract/components/EditContract.vue | 4 +- .../components/detailPaymentRegistration.vue | 4 +- src/views/contract/contractEdit.vue | 8 +- .../components/departmentProgressDetail.vue | 832 +++++++++--------- src/views/finance/paymentRegistrationList.vue | 296 ++++++- 5 files changed, 691 insertions(+), 453 deletions(-) diff --git a/src/views/contract/components/EditContract.vue b/src/views/contract/components/EditContract.vue index 4930ddc..ae1a9aa 100644 --- a/src/views/contract/components/EditContract.vue +++ b/src/views/contract/components/EditContract.vue @@ -32,9 +32,9 @@ v-for="item in shList" :key="item.id" :value="item.id" - :label="item.data.yiti+'-'+item.title" + :label="item.data?(item.data.yiti?item.data.yiti:''):''+'-'+item.title" > - {{ item.data.yiti }}-{{ item.title }} + {{ item.data?(item.data.yiti?item.data.yiti:''):''}}-{{ item.title }} - {{ item.data?item.data.yiti:''}}-{{ item.title }} + {{ item.data?(item.data.yiti?item.data.yiti:''):'' }}-{{ item.title }} - {{ item.data.yiti }}-{{ item.title }} + {{ item.data?(item.data.yiti?item.data.yiti:''):'' }}-{{ item.title }} - {{ item.data.yiti }}-{{ item.title }} + {{ item.data?(item.data.yiti?item.data.yiti:''):'' }}-{{ item.title }} -
- -
- - - -
-

{{ row?(row.plan_department?row.plan_department.name:''):'' }} - 资金执行率明细

-
- - - - - -
当前执行率
-
{{ getCompletionRate(row.rate) }}%
-
已财务确认的资金比例
-
-
- - -
预计执行率
-
{{ getCompletionRate(row.rate_end) }}%
-
全部付款确认后预计的执行率
-
-
- - -
预算金额
-
{{ formatToWan(row.money_total) }}
-
科室预算金额
-
-
-
- - - -
- 资金执行明细 - 导出 -
- - - - -
- -
-
- - - -
- 未执行完项目(流程中/预算流转中) - 导出 -
- - - - -
- -
-
-
-
-
- -
- - -
- - - - - \ No newline at end of file + + + + + + diff --git a/src/views/finance/paymentRegistrationList.vue b/src/views/finance/paymentRegistrationList.vue index 4f843c4..6185b30 100644 --- a/src/views/finance/paymentRegistrationList.vue +++ b/src/views/finance/paymentRegistrationList.vue @@ -155,7 +155,7 @@ - + --> + @@ -208,18 +219,105 @@ ref="examineRegistration" @refresh="getCollects" /> + + + +
+ +
+ {{ currentAuditRow.contract_id ? (currentAuditRow.contract ? currentAuditRow.contract.name : '') : (currentAuditRow.away ? currentAuditRow.away.title : currentAuditRow.name) }} + +
+ + +
+
+

付款记录 #{{ fundLogIndex + 1 }}

+ + + + + + + + + + + + + + + + + + + +
+
预算计划使用情况
+ + + + + + + + + + + + + + +
+
+ 暂无预算计划关联 +
+
+
+
+ + +