From 6e20a02668cf4a9b2e7016b426aa225a1a5037f1 Mon Sep 17 00:00:00 2001
From: pengjun <158915633@qq.com>
Date: Fri, 30 Jan 2026 11:49:42 +0800
Subject: [PATCH] seo
---
.../PatientRegisterRecoverList.vue | 48 ++---
src/components/report/TurnoverReportReal.vue | 16 +-
src/views/doctorCheck/sumDoctorCheck.vue | 26 ++-
src/views/fee-settings/cardBill.vue | 200 +++++++++--------
src/views/fee-settings/cardBillSum.vue | 204 ++++++++++--------
5 files changed, 285 insertions(+), 209 deletions(-)
diff --git a/src/components/patientRegister/PatientRegisterRecoverList.vue b/src/components/patientRegister/PatientRegisterRecoverList.vue
index 5b6421c..7db4a98 100644
--- a/src/components/patientRegister/PatientRegisterRecoverList.vue
+++ b/src/components/patientRegister/PatientRegisterRecoverList.vue
@@ -31,12 +31,12 @@
{{ scope.row.customerOrgParentName == scope.row.customerOrgName ? "" : scope.row.customerOrgName }}
-
-
+
+
-
-
-
+
+
+
@@ -48,43 +48,43 @@
-
+
-
-
+
+
{{ lmoment(scope.row.birthDate, "yyyy-MM-DD") }}
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
+
-
+
-
-
-
-
+
+
+
+
-
-
+
+
{{ lmoment(scope.row.creationTime, "yyyy-MM-DD") }}
-
+
diff --git a/src/components/report/TurnoverReportReal.vue b/src/components/report/TurnoverReportReal.vue
index 1d1244f..9d3eca6 100644
--- a/src/components/report/TurnoverReportReal.vue
+++ b/src/components/report/TurnoverReportReal.vue
@@ -239,6 +239,14 @@ export default {
}
})
+ // 获取收费员
+ postapi('/api/identity/users/GetUserListBySaleRole', { roleSysParmId: "fee_role_id" })
+ .then(res => {
+ if (res.code > -1) {
+ this.users = res.data
+ }
+ })
+
//支付方式
getapi("/api/app/pay-mode").then((res) => {
if (res.code == 1) {
@@ -246,13 +254,7 @@ export default {
}
});
- // 获取用户信息
- postapi('/api/identity/users/GetListByOperatorType', { operatorTypes: ["0"] })
- .then(res => {
- if (res.code > -1) {
- this.users = res.data
- }
- })
+
},
diff --git a/src/views/doctorCheck/sumDoctorCheck.vue b/src/views/doctorCheck/sumDoctorCheck.vue
index 2629f82..559deb7 100644
--- a/src/views/doctorCheck/sumDoctorCheck.vue
+++ b/src/views/doctorCheck/sumDoctorCheck.vue
@@ -438,20 +438,20 @@
-->
体检报告
+ :disabled="manBtnDisabled">体检报告
- 复查
+ 复查
- 随访
+ 随访
干预措施
+ :disabled="manBtnDisabled">干预措施
- 职业病
+ 职业病
重置
@@ -796,7 +796,21 @@ export default {
}
},
- // 有人员,无总检
+ // 有人员信息,即可显示的信息
+ manBtnDisabled(){
+ let ret = true
+
+ //' 请选择体检人员'
+ if (!this.patient_register.id) return ret
+ // '人员已锁定,不可执行此操作'
+ if (this.patient_register?.isLock == 'Y') return ret
+
+ ret = false
+
+ return ret
+ },
+
+ // 有人员,未总检
sumBtnDisabled() {
let ret = true
diff --git a/src/views/fee-settings/cardBill.vue b/src/views/fee-settings/cardBill.vue
index 8969dfd..58c1389 100644
--- a/src/views/fee-settings/cardBill.vue
+++ b/src/views/fee-settings/cardBill.vue
@@ -4,64 +4,74 @@
-
-
- 记账日期:
-
- --
-
-
-
- 记账标志:
-
-
-
-
-
- 支付方式:
-
-
-
-
-
- 卡号:
-
-
-
- 卡主姓名:
-
-
-
- 身份证号:
-
-
-
- 电话:
-
-
-
+
+
+ 记账日期:
+
+ --
+
+
+
+ 记账标志:
+
+
+
+
+
+ 支付方式:
+
+
+
+
+
+ 卡号:
+
+
+
+ 卡主姓名:
+
+
+
+ 身份证号:
+
+
+
+ 电话:
+
+
+
+ 充值员
+
+
+
+
+
查询
-
-
-
-
+ row-key="id" highlight-current-row ref="dataList" border show-summary :summary-method="getSummaries">
+
+
+
+
{{ dddw(dict.payMode, "id", scope.row.payModeId, "displayName") }}
-
+
{{ dddw(dict.billFlag, "id", scope.row.billFlag, "displayName") }}
@@ -77,13 +87,13 @@
-->
-
-
+
+
-
+