diff --git a/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue b/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue index 60bb98c8..8f9f5693 100755 --- a/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue +++ b/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue @@ -41,10 +41,10 @@
门诊收费日结单
-
+
经办人姓名:{{ userStore.nickName }}
科室:{{ userStore.orgName }}
-
时间:{{ queryTime[0] + '~' + queryTime[1] }}
+
时间:{{ queryTime[0] + '~' + queryTime[1] }}
@@ -60,10 +60,10 @@
医保支付
-
+
统筹支付:{{ formatValue(reportValue.tcSum) }}
账户支付:{{ formatValue(reportValue.zhSum) }}
-
基金支付总额:{{ formatValue(reportValue.fundSum) }}
+
基金支付总额:{{ formatValue(reportValue.fundSum) }}
@@ -81,10 +81,10 @@
中成药费:{{ formatValue(reportValue.CHINESE_MEDICINE_FEE) }}
卫生材料费:{{ formatValue(reportValue.SANITARY_MATERIALS_FEE) }}
-
+
诊疗费:{{ formatValue(reportValue.GENERAL_CONSULTATION_FEE) }}
挂号费:{{ formatValue(reportValue.REGISTRATION_FEE) }}
-
其他费用:{{ formatValue(reportValue.OTHER_FEE) }}
+
其他费用:{{ formatValue(reportValue.OTHER_FEE) }}
@@ -302,12 +302,12 @@ getPharmacyCabinetLists(); margin: 12px 0; gap: 8px 16px; } -.cols-3 { - grid-template-columns: repeat(3, 1fr); -} .cols-4 { grid-template-columns: repeat(4, 1fr); } +.span-2 { + grid-column: span 2; +} .report-item { display: flex; align-items: center; diff --git a/openhis-ui-vue3/src/views/inpatientDoctor/home/components/applicationShow/testApplication.vue b/openhis-ui-vue3/src/views/inpatientDoctor/home/components/applicationShow/testApplication.vue index acffdcc8..bef5a922 100755 --- a/openhis-ui-vue3/src/views/inpatientDoctor/home/components/applicationShow/testApplication.vue +++ b/openhis-ui-vue3/src/views/inpatientDoctor/home/components/applicationShow/testApplication.vue @@ -383,8 +383,6 @@ const isWithdrawableStatus = (row) => String(getBillStatus(row)) === '1'; const isReportStatus = (row) => ['6', '8'].includes(String(getBillStatus(row))); -const isIssuedStatus = (row) => String(getBillStatus(row)) === '1'; - /** * 是否可管理该申请单:申请者本人或管理员 */