From 83e0569f47fa8aff60db67e1071005fc031cbdad Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Fri, 29 Nov 2024 10:53:01 +0800 Subject: [PATCH] reportPrint --- src/components/doctorCheck/PacsImgPreview.vue | 2 +- src/components/report/PatientRegisterListNobtn.vue | 2 +- src/components/report/PatientRegisterQueryNobtn.vue | 6 +++--- src/store/index.js | 1 + 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/components/doctorCheck/PacsImgPreview.vue b/src/components/doctorCheck/PacsImgPreview.vue index b78e8a0..e7f5394 100644 --- a/src/components/doctorCheck/PacsImgPreview.vue +++ b/src/components/doctorCheck/PacsImgPreview.vue @@ -6,7 +6,7 @@
diff --git a/src/components/report/PatientRegisterListNobtn.vue b/src/components/report/PatientRegisterListNobtn.vue index 79f1926..3e88cfa 100644 --- a/src/components/report/PatientRegisterListNobtn.vue +++ b/src/components/report/PatientRegisterListNobtn.vue @@ -350,7 +350,7 @@ export default { if (this.patientRegister.query.phone) body.phone = this.patientRegister.query.phone if (this.patientRegister.query.completeFlag) body.completeFlag = this.patientRegister.query.completeFlag if (this.patientRegister.query.isAudit) body.isAudit = this.patientRegister.query.isAudit - if (this.patientRegister.query.reportPrintTimes >= 0) body.isReportPrint = this.patientRegister.query.reportPrintTimes + if (this.patientRegister.query.isReportPrint) body.isReportPrint = this.patientRegister.query.isReportPrint if (this.patientRegister.query.isUpload) body.isUpload = this.patientRegister.query.isUpload if (this.patientRegister.query.medicalTypeIds) body.medicalTypeIds = this.patientRegister.query.medicalTypeIds if (this.patientRegister.query.personnelTypeId) body.personnelTypeId = this.patientRegister.query.personnelTypeId diff --git a/src/components/report/PatientRegisterQueryNobtn.vue b/src/components/report/PatientRegisterQueryNobtn.vue index 122aeb2..fb1feae 100644 --- a/src/components/report/PatientRegisterQueryNobtn.vue +++ b/src/components/report/PatientRegisterQueryNobtn.vue @@ -79,10 +79,10 @@
打印 - - - + +
diff --git a/src/store/index.js b/src/store/index.js index 5ea4a39..5964f37 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -212,6 +212,7 @@ export default new Vuex.Store({ patientName: '', //姓名 sex: '', //性别 idCardNo: '', //身份证号 + isReportPrint:'', // 报告是否打印 isSeries: 'N', isSmsComplete: "N", isPhoneComplete: "N",