From f15dd6559288f959e5045195feff57f117a6fc57 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Thu, 19 Mar 2026 16:18:12 +0800 Subject: [PATCH] seo --- .../doctorCheck/PatientRegisterBase2.vue | 12 +- src/views/customerReport/unitSettlement.vue | 531 ++++++------------ src/views/doctorCheck/sumDoctorCheck.vue | 4 +- 3 files changed, 170 insertions(+), 377 deletions(-) diff --git a/src/components/doctorCheck/PatientRegisterBase2.vue b/src/components/doctorCheck/PatientRegisterBase2.vue index c93ae2c..d021fe1 100644 --- a/src/components/doctorCheck/PatientRegisterBase2.vue +++ b/src/components/doctorCheck/PatientRegisterBase2.vue @@ -287,12 +287,16 @@ export default { .then((res) => { if (res.code > -1) { this.prBase = res.data - if (this.prBase.completeFlag != '3') this.prBase.summaryDoctorId = this.userId - if (this.prBase.completeFlag == '3' && this.prBase.isAudit == 'N') { - this.prBase.auditDoctorId = this.userId - } + + // ---------- 如果是总检与审核医生不可选时,则总检与审核默认当前用户,此功能放至保存时触发 + // if (this.prBase.completeFlag != '3') this.prBase.summaryDoctorId = this.userId + // if (this.prBase.completeFlag == '3' && this.prBase.isAudit == 'N') { + // this.prBase.auditDoctorId = this.userId + // } + // ---------- // console.log('res.data',res.data) // console.log('this.prBase',this.prBase) + } this.afterFind(this.prBase) }); diff --git a/src/views/customerReport/unitSettlement.vue b/src/views/customerReport/unitSettlement.vue index 962ffee..0328863 100644 --- a/src/views/customerReport/unitSettlement.vue +++ b/src/views/customerReport/unitSettlement.vue @@ -8,8 +8,7 @@