From 1f4fbf6015f387460a6633cdda7e831a1e84c810 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Tue, 5 Sep 2023 13:21:44 +0800 Subject: [PATCH] update --- public/electron/latest.yml | 8 - .../patientRegister/PatientRegisterEdit.vue | 230 ++++++++++-------- .../patientRegister/PatientRegisterItem.vue | 30 ++- 3 files changed, 153 insertions(+), 115 deletions(-) delete mode 100644 public/electron/latest.yml diff --git a/public/electron/latest.yml b/public/electron/latest.yml deleted file mode 100644 index 39eba35..0000000 --- a/public/electron/latest.yml +++ /dev/null @@ -1,8 +0,0 @@ -version: 1.0.6 -files: - - url: example-001 Setup 1.0.6.exe - sha512: PfambE0KJ9BKAPuXEDNGZz6z6Tbz2/BY66SyhvvZa9DJwhKYzQbgo0x/580pMJzyMv/hwYM9eWpdkOiZ71IgQQ== - size: 124064042 -path: example-001 Setup 1.0.6.exe -sha512: PfambE0KJ9BKAPuXEDNGZz6z6Tbz2/BY66SyhvvZa9DJwhKYzQbgo0x/580pMJzyMv/hwYM9eWpdkOiZ71IgQQ== -releaseDate: '2023-07-08T09:33:10.244Z' diff --git a/src/components/patientRegister/PatientRegisterEdit.vue b/src/components/patientRegister/PatientRegisterEdit.vue index 3b757bc..bd2df5f 100644 --- a/src/components/patientRegister/PatientRegisterEdit.vue +++ b/src/components/patientRegister/PatientRegisterEdit.vue @@ -31,7 +31,8 @@ - + @@ -61,15 +62,24 @@ - + + + + + + + + + - @@ -80,62 +90,31 @@ - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - + + + :style="'width:' + Math.floor((window.pageWidth - 650) / 8) + 'px;'"> - - - - - + + + + + + @@ -147,18 +126,36 @@ - + - + + + + + + + + + + + + + + + + @@ -169,51 +166,65 @@ - + - - - + + + - + + + + + + + + + - + - + + - - + + + - + - + @@ -221,55 +232,44 @@ - - - - - - - - - + + :style="'width:' + Math.floor((window.pageWidth - 530) / 4.8) + 'px;'"> - + + :style="'width:' + Math.floor((window.pageWidth - 530) / 4.8) + 'px;'"> - - - + + + + + + + + - - - - - - + @@ -282,7 +282,7 @@ - + @@ -297,7 +297,7 @@
加载中... @@ -309,7 +309,7 @@
-
+
拍照
@@ -336,6 +336,43 @@
指引单预览
+ +
+ 全个人支付 +
+
+ 全单位支付 +
+
+ 全赠送 +
+
+ 收费 +
+
+
+ + +
+
+ 查找:  条码号 + +
+
+ 档案号 + +
+
+ 姓名 + +
+
+ 手机号 +
@@ -877,7 +914,7 @@ export default { // } return postapi('/api/app/lisrequest/updatelisrequestisprint', { operateType: 1, patientRegisterId: this.form.id }) } - }) + }) .catch(err => { this.$message.warning(err); }); @@ -921,11 +958,13 @@ export default { diff --git a/src/components/patientRegister/PatientRegisterItem.vue b/src/components/patientRegister/PatientRegisterItem.vue index 6616495..cd7e53d 100644 --- a/src/components/patientRegister/PatientRegisterItem.vue +++ b/src/components/patientRegister/PatientRegisterItem.vue @@ -1,5 +1,5 @@