From 7a694fc926280b578c3c69e642ab0a0094874c7c Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Tue, 5 Sep 2023 18:01:35 +0800 Subject: [PATCH] report --- src/components/patientRegister/PatientRegisterList.vue | 3 ++- src/components/sumDoctorCheck/ButtonList.vue | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/patientRegister/PatientRegisterList.vue b/src/components/patientRegister/PatientRegisterList.vue index 28f2573..83fb717 100644 --- a/src/components/patientRegister/PatientRegisterList.vue +++ b/src/components/patientRegister/PatientRegisterList.vue @@ -1019,7 +1019,8 @@ export default { } }) .then(res => { - if (res.toLowerCase() == 'success') { + console.log('res',res); + if (res && res.toLowerCase() == 'success') { //更新打印状态 /api/app/lisrequest/updatelisrequestisprint // { // "operateType": 0, 操作类型(1.按PatientRegisterId 2.按LisRequestId) diff --git a/src/components/sumDoctorCheck/ButtonList.vue b/src/components/sumDoctorCheck/ButtonList.vue index 21039fc..8138ef6 100644 --- a/src/components/sumDoctorCheck/ButtonList.vue +++ b/src/components/sumDoctorCheck/ButtonList.vue @@ -256,6 +256,7 @@ export default { preViewCanPrint: this.sumDoctorCheck.sumPREdit.isAudit, Parameters: [ { Name: 'printer', Value: user }, + { Name: 'LTS', Value: 'Y' }, //Y、N { Name: 'hisLog', Value: 'pic/hisLog.jpg' }, { Name: "peisReportFirstPage", Value: "pic/peisReportFirstPage.jpg" }, { Name: "peisReportPageHeader", Value: "pic/peisReportPageHeader.jpg" },