From eb44ec69d847e15d281bbb079a5188d0af9ef4a2 Mon Sep 17 00:00:00 2001
From: pengjun <158915633@qq.com>
Date: Fri, 25 Aug 2023 18:12:12 +0800
Subject: [PATCH] charge
---
.../doctorCheck/RegisterCheckList.vue | 2 +-
.../patientRegister/PatientRegisterEdit.vue | 1 +
.../patientRegister/PatientRegisterItem.vue | 14 +-
.../patientRegister/PatientRegisterList.vue | 3 +
src/components/sumDoctorCheck/ButtonList.vue | 69 +++-
src/views/charge/charge.vue | 379 ++++++++++++++++--
6 files changed, 409 insertions(+), 59 deletions(-)
diff --git a/src/components/doctorCheck/RegisterCheckList.vue b/src/components/doctorCheck/RegisterCheckList.vue
index 25a4a1d..7d09d39 100644
--- a/src/components/doctorCheck/RegisterCheckList.vue
+++ b/src/components/doctorCheck/RegisterCheckList.vue
@@ -85,7 +85,7 @@ export default {
}
};
-
diff --git a/src/components/patientRegister/PatientRegisterList.vue b/src/components/patientRegister/PatientRegisterList.vue
index 5b01ed2..933672e 100644
--- a/src/components/patientRegister/PatientRegisterList.vue
+++ b/src/components/patientRegister/PatientRegisterList.vue
@@ -246,6 +246,7 @@ export default {
let user = localStorage.getItem('user');
let toOutShell = {
ReportCode, token,
+ preViewCanPrint:'N',
Parameters: [
{ Name: 'printer', Value: user },
{ Name: 'hisLog', Value: 'pic/hisLog.jpg' },
@@ -619,6 +620,7 @@ export default {
let user = localStorage.getItem('user');
let toOutShell = {
ReportCode, token,
+ preViewCanPrint:'N',
Parameters: [
{ Name: 'printer', Value: user },
{ Name: 'hisLog', Value: 'pic/hisLog.jpg' },
@@ -676,6 +678,7 @@ export default {
let user = localStorage.getItem('user');
let toOutShell = {
ReportCode, token,
+ preViewCanPrint:'Y',
Parameters: [
{ Name: 'printer', Value: user },
{ Name: 'hisLog', Value: 'pic/hisLog.jpg' },
diff --git a/src/components/sumDoctorCheck/ButtonList.vue b/src/components/sumDoctorCheck/ButtonList.vue
index d83e6cf..21039fc 100644
--- a/src/components/sumDoctorCheck/ButtonList.vue
+++ b/src/components/sumDoctorCheck/ButtonList.vue
@@ -35,16 +35,16 @@
-
-
-
+
+
+