Browse Source

Merge branch 'update' of http://git.shengws.com/zhangbj/xt_pad into update

张保健 5 years ago
parent
commit
01625c98ed

+ 1 - 1
build/cdn.json View File

@@ -1,3 +1,3 @@
1 1
 {
2
-  "version": "1.0.52"
2
+  "version": "1.0.55"
3 3
 }

File diff suppressed because it is too large
+ 1000 - 934
src/pages/main/dialog/PrescriptionDialog.vue


+ 10 - 4
src/pages/main/dialog/subMenu/LongAdviceSubMenu.vue View File

@@ -68,12 +68,19 @@
68 68
       }, getContent (val) {
69 69
         let prescribing_number = ''
70 70
         let single_dose = ''
71
+        let advice_desc = ''
72
+
71 73
         if (val.prescribing_number > 0) {
72 74
           prescribing_number = val.prescribing_number + val.prescribing_number_unit
73 75
         }
74 76
         if (val.single_dose > 0) {
75 77
           single_dose = ' 单次用量 ' + val.single_dose + val.single_dose_unit
76 78
         }
79
+
80
+        if (val.advice_desc > 0) {
81
+          advice_desc = val.advice_desc + val.drug_spec_unit
82
+        }
83
+
77 84
         let name = ""
78 85
         if (val.child.length > 0){
79 86
           for (let i = 0 ; i < val.child.length; i++){
@@ -89,19 +96,18 @@
89 96
               val.child[i]['single'] = ''
90 97
             }
91 98
             name = name+"▲"+val.child[i].advice_name+""
92
-              + val.child[i].drug_spec
99
+              + val.child[i].advice_desc
93 100
               + val.child[i].drug_spec_unit
94 101
               + val.child[i].presc
95 102
               + val.child[i].single
96 103
           }
97
-          return  val.advice_name +"  "+ val.drug_spec+" "
104
+          return  val.advice_name +"  "+advice_desc+" "
98 105
             + val.drug_spec_unit
99 106
             + prescribing_number
100 107
             + " "+single_dose+" "+ " "+val.delivery_way+" "+ val.execution_frequency + val.remark +name
101 108
 
102 109
         } else {
103
-          return val.advice_name +"  "+ val.drug_spec+" "
104
-            + val.drug_spec_unit
110
+          return val.advice_name +"  "+advice_desc
105 111
             + prescribing_number
106 112
             + " "+single_dose+" "+ " "+val.delivery_way+" "+ val.execution_frequency + val.remark
107 113
         }

+ 43 - 114
src/pages/main/today/TodayTab.vue View File

@@ -109,8 +109,10 @@
109 109
     <van-popup title="透析处方" v-model="menuList[1].showPopup" :overlay="true" :close-on-click-overlay="false">
110 110
       <prescription-dialog :patient_prop="patient" :solution_prop="solution" :machines_prop="devices" :config="config"
111 111
                            :prescription_prop="prescription" @finish="closePrescriptionDialog" :operators="operators"
112
-                           :types="goodTypes" :info="goodInfos" :status="status" :targetAdvices="targetAdvices"
113
-                           @close="closePrescriptionDialog" @prescription="prescriptionFunc"  :admin_users_prop="admin_users" @advice="adviceFunc"
112
+                           :types="goodTypes" :info="goodInfos" :status="status" :targetAdvices="longAdvices"
113
+                           :waitUploadAdvices="waitUploadAdvices" :is_open="is_open"
114
+                           @close="closePrescriptionDialog" @prescription="prescriptionFunc"
115
+                           :admin_users_prop="admin_users" @advice="adviceFunc"
114 116
                            @longSolution="longSolutionFunc" ref="prescription_dialog"></prescription-dialog>
115 117
     </van-popup>
116 118
 
@@ -217,7 +219,7 @@
217 219
   import MonitDialog from '../dialog/MonitDialog'
218 220
   import ComputerDialog from '../dialog/ComputerDialog'
219 221
 
220
-  import {dialysisGlobalConfig, getDialysisRecord,CreateGroupAdvice} from '@/api/dialysis'
222
+  import {CreateGroupAdvice, dialysisGlobalConfig, getDialysisRecord} from '@/api/dialysis'
221 223
   import {GetRemindLongAdvice} from '@/api/advice'
222 224
 
223 225
   import {parseTime} from '@/utils'
@@ -304,8 +306,10 @@
304 306
         goodInfos: [],
305 307
 
306 308
         longAdvices: [],
307
-        targetAdvices:[],
308
-        status:'',
309
+        waitUploadAdvices: [],
310
+        is_open: 0,
311
+        targetAdvices: [],
312
+        status: '',
309 313
       }
310 314
     },
311 315
     computed: {
@@ -379,7 +383,7 @@
379 383
       this.patient_id = patient_id
380 384
       this.date = date
381 385
       this.requestDialysisRecord()
382
-      // this.requestLongAdvice()
386
+      this.requestLongAdvice()
383 387
 
384 388
     },
385 389
     mounted () {
@@ -942,118 +946,44 @@
942 946
 
943 947
             switch (status) {
944 948
               case 2:
945
-                this.longAdvices = resp.data.advices
946
-
949
+                var totalAdvice = resp.data.advices
947 950
                 var longAdvicesTwo = resp.data.advices_two
951
+                var waitUploadAdvices = []
952
+                for (let i = 0; i < totalAdvice.length; i++) {
953
+                  totalAdvice[i]['isCheck'] = 1
948 954
 
949
-                for (let i = 0; i < this.longAdvices.length; i++) {
950
-                  this.longAdvices[i]['isCheck'] = 0
951
-                  switch (this.longAdvices[i].frequency_type) {
952
-                    case 1: //每日推送
953
-                      this.longAdvices[i]['isCheck'] = 1
954
-                      break
955
-                    case 2: //用今天的日期与推送类型为2的医嘱进行比较如果相差天数等于设定的天数,则设置为选中状态
956
-                      for (let i = 0;i < this.longAdvices.length;i++){
957
-                        for (let a = 0; a < longAdvicesTwo.length;a++){
958
-                          if(this.longAdvices[i].advice_name == longAdvicesTwo[a].advice_name && this.longAdvices[i].advice_desc == longAdvicesTwo[a].advice_desc){
959
-                            this.longAdvices[i]['isCheck'] = 1
960
-                          }
961
-                        }
962
-                      }
963
-                      break
964
-                    case 3://用今天的属于周几与推送类型为3的医嘱进行比较如果包含某个字符串,则设置为选中状态
965
-                      let day = new Date().getDay()
966
-                      console.log(day)
967
-                      let name =""
968
-                      switch (day) {
969
-                        case 1:
970
-                          name="周一"
971
-                          break
972
-                        case 2:
973
-                          name="周二"
974
-
975
-                          break
976
-                        case 3:
977
-                          name="周三"
978
-
979
-                          break
980
-                        case 4:
981
-                          name="周四"
982
-                          break
983
-                        case 5:
984
-                          name="周五"
985
-                          break
986
-                        case 6:
987
-                          name="周六"
988
-                          break
989
-                        case 0:
990
-                          name="周日"
991
-                          break
992
-                      }
993
-
955
+                }
994 956
 
995
-                      if (this.longAdvices[i].week_day.indexOf(name) != -1){
996
-                        console.log("11111")
997
-                        this.longAdvices[i]['isCheck'] = 1
998
-                      }
999
-                      break
957
+                for (let i = 0; i < totalAdvice.length; i++) {
958
+                  for (let a = 0; a < longAdvicesTwo.length; a++) {
959
+                    if (totalAdvice[i].template_id == longAdvicesTwo[a].template_id) {
960
+                      totalAdvice[i]['isCheck'] = 0
961
+                    }
1000 962
                   }
1001 963
                 }
1002 964
 
1003
-                console.log( this.longAdvices)
1004
-                this.targetAdvices = this.longAdvices
1005 965
 
1006
-                break
1007
-              case 3:
1008
-                this.longAdvices = resp.data.advices
1009
-
1010
-                var advices_two = resp.data.advices_two
1011
-                let dayAdvices = []
1012
-                for (let i = 0; i < this.longAdvices.length; i++) {
1013
-                  switch (this.longAdvices[i].frequency_type) {
1014
-                    case 1: //每日推送,则加入到待上传数组里面
1015
-                      dayAdvices.push(this.longAdvices[i])
1016
-                      break
1017
-                    case 3://用今天的属于周几与推送类型为3的医嘱进行比较如果包含某个字符串,则加入到待上传数组里面
1018
-                      let day = new Date().getDay()
1019
-                      let name =""
1020
-
1021
-                      switch (day) {
1022
-                        case 1:
1023
-                          name="周一"
1024
-                          break
1025
-                        case 2:
1026
-                          name="周二"
1027
-                          break
1028
-                        case 3:
1029
-                          name="周三"
1030
-                          break
1031
-                        case 4:
1032
-                          name="周四"
1033
-                          break
1034
-                        case 5:
1035
-                          name="周五"
1036
-                          break
1037
-                        case 6:
1038
-                          name="周六"
1039
-                          break
1040
-                        case 0:
1041
-                          name="周日"
1042
-                          break
1043
-                      }
1044
-                      if (this.longAdvices[i].week_day.indexOf(name) != -1){
1045
-                        dayAdvices.push(this.longAdvices[i])
1046
-                      }
1047
-                      break
1048
-                  }
966
+                for (let i = 0; i < totalAdvice.length; i++) {
967
+                    if( totalAdvice[i].isCheck == 1){
968
+                      waitUploadAdvices.push(totalAdvice[i])
969
+                    }
1049 970
                 }
1050
-                this.targetAdvices = dayAdvices.concat(advices_two)
971
+
972
+
973
+                this.is_open = resp.data.is_open_remind
974
+                this.longAdvices = totalAdvice
975
+                this.waitUploadAdvices = waitUploadAdvices
976
+                console.log(this.longAdvices)
977
+                console.log(this.waitUploadAdvices)
978
+
1051 979
                 break
980
+
1052 981
             }
1053 982
           } else {
1054 983
 
1055 984
           }
1056 985
         })
986
+
1057 987
       }, getNowFormatDate () {
1058 988
         var date = new Date()
1059 989
         var seperator1 = '-'
@@ -1083,18 +1013,17 @@
1083 1013
           }
1084 1014
         )
1085 1015
       }
1086
-      ,adviceFunc:function(){
1087
-
1016
+      , adviceFunc: function () {
1088 1017
 
1089 1018
       },
1090 1019
       prescriptionFunc: function (val) {
1091
-        if (this.status == 2){
1092
-          if(val.creater > 0 && val.modifier == 0){
1020
+        if (this.status == 2) {
1021
+          if (val.creater > 0 && val.modifier == 0) {
1093 1022
             this.requestDialysisRecord()
1094 1023
           }
1095 1024
 
1096
-        }else if(this.status == 3){
1097
-          if(val.creater > 0 && val.modifier == 0){
1025
+        } else if (this.status == 3) {
1026
+          if (val.creater > 0 && val.modifier == 0) {
1098 1027
             this.requestDialysisRecord()
1099 1028
           }
1100 1029
         }
@@ -1105,13 +1034,13 @@
1105 1034
       ,
1106 1035
       longSolutionFunc: function (val) {
1107 1036
         this.solution = val
1108
-        if (this.status == 2){
1109
-          if(val.creater > 0 && val.modifier == 0){
1037
+        if (this.status == 2) {
1038
+          if (val.creater > 0 && val.modifier == 0) {
1110 1039
             this.requestDialysisRecord()
1111 1040
           }
1112 1041
 
1113
-        }else if(this.status == 3){
1114
-          if(val.creater > 0 && val.modifier == 0){
1042
+        } else if (this.status == 3) {
1043
+          if (val.creater > 0 && val.modifier == 0) {
1115 1044
             this.requestDialysisRecord()
1116 1045
           }
1117 1046
         }

+ 30 - 32
src/pages/main/today/detailsInfo.vue View File

@@ -49,12 +49,12 @@ x<template>
49 49
 </template>
50 50
 
51 51
 <script>
52
-import { parseTime } from "@/utils";
52
+import { parseTime } from '@/utils'
53 53
 import { jsGetAge } from '@/utils/tools'
54 54
 
55 55
 export default {
56
-  name: "DetailsInfo",
57
-  data() {
56
+  name: 'DetailsInfo',
57
+  data () {
58 58
     return {
59 59
       // patient: {
60 60
       //   name: "",
@@ -69,18 +69,18 @@ export default {
69 69
       //   number: "",
70 70
       // },
71 71
       steps: [
72
-        { title: "透析处方" },
73
-        { title: "接诊评估" },
74
-        { title: "透前评估" },
75
-        { title: "临时医嘱" },
76
-        { title: "透析上机" },
77
-        { title: "双人查对" },
78
-        { title: "透析监测" },
79
-        { title: "透析下机" },
80
-        { title: "透后评估" },
81
-        { title: "治疗小结" }
72
+        { title: '透析处方' },
73
+        { title: '接诊评估' },
74
+        { title: '透前评估' },
75
+        { title: '临时医嘱' },
76
+        { title: '透析上机' },
77
+        { title: '双人查对' },
78
+        { title: '透析监测' },
79
+        { title: '透析下机' },
80
+        { title: '透后评估' },
81
+        { title: '治疗小结' }
82 82
       ]
83
-    };
83
+    }
84 84
   },
85 85
   props: {
86 86
     step_data: {
@@ -88,16 +88,16 @@ export default {
88 88
     },
89 89
     patient: {
90 90
       type: Object,
91
-      default: function() {
91
+      default: function () {
92 92
         return {
93
-          name: "",
93
+          name: '',
94 94
           gender: 1,
95
-          birthday: "",
96
-          dialysis_no: "",
95
+          birthday: '',
96
+          dialysis_no: '',
97 97
           // device_number: "",
98
-          source: "",
99
-          admission_number: ""
100
-        };
98
+          source: '',
99
+          admission_number: ''
100
+        }
101 101
       }
102 102
     },
103 103
     device_number: {
@@ -105,19 +105,18 @@ export default {
105 105
     }
106 106
   },
107 107
   computed: {
108
-    dialysis_date:function(){
109
-      return parseTime(this.$route.query.date, "{y}/{m}/{d}");
110
-
108
+    dialysis_date: function () {
109
+      return parseTime(this.$route.query.date, '{y}/{m}/{d}')
111 110
     },
112
-    age: function() {
113
-      if (this.patient.age == 0){
111
+    age: function () {
112
+      if (this.patient.age == 0) {
114 113
         return jsGetAge(parseTime(this.patient.birthday, '{y}-{m}-{d}'), '-')
115
-      }else{
114
+      } else {
116 115
         return this.patient.age
117 116
       }
118 117
     },
119
-    source: function() {
120
-      return this.patient.source == 1 ? "门诊" : "住院";
118
+    source: function () {
119
+      return this.patient.source == 1 ? '门诊' : '住院'
121 120
     }
122 121
   },
123 122
   methods: {
@@ -141,8 +140,8 @@ export default {
141 140
     //   }
142 141
     // }
143 142
   },
144
-  created() {}
145
-};
143
+  created () {}
144
+}
146 145
 </script>
147 146
 
148 147
 <style rel="stylesheet/scss" lang="scss" scoped>
@@ -239,4 +238,3 @@ export default {
239 238
   }
240 239
 }
241 240
 </style>
242
-

+ 172 - 171
src/pages/main/today/dialysisPrescription.vue View File

@@ -156,288 +156,289 @@
156 156
 </template>
157 157
 
158 158
 <script>
159
-  import {getDataConfig} from '@/utils/data';
159
+import {getDataConfig} from '@/utils/data'
160 160
 export default {
161
-  name: "DialysisPrescription",
162
-  data() {
161
+  name: 'DialysisPrescription',
162
+  data () {
163 163
     return {
164
-      title: "透析处方",
164
+      title: '透析处方',
165 165
       perfusion_apparatus_map: {},
166
-      dialysateFormulationMap:{},
167
-    };
166
+      dialysateFormulationMap: {}
167
+    }
168 168
   },
169 169
   props: {
170 170
     prescription: {
171
-      type: Object,
171
+      type: Object
172 172
     },
173 173
     solution: {
174
-      type: Object,
174
+      type: Object
175 175
     },
176 176
     device_number_map: {
177
-      type: Object,
177
+      type: Object
178 178
     }
179 179
   },
180 180
   computed: {
181
-    target_ultrafiltration:function(){
182
-      var v = this.getValueStr("target_ultrafiltration", "target_ultrafiltration")
181
+    target_ultrafiltration: function () {
182
+      var v = this.getValueStr('target_ultrafiltration', 'target_ultrafiltration')
183 183
       v = this.getFloat(v)
184
-      return v.length == 0 ? "0" : v
184
+      return v.length == 0 ? '0' : v
185 185
     },
186
-    dialysis_mode: function() {
187
-      var mode = this.getValueStr("mode_id", "mode_id")
186
+    dialysis_mode: function () {
187
+      var mode = this.getValueStr('mode_id', 'mode_id')
188 188
       if (mode.length == 0) {
189
-        return ""
189
+        return ''
190 190
       }
191 191
       if (this.$store.getters.treatment_mode[mode] != undefined) {
192 192
         return this.$store.getters.treatment_mode[mode].name
193 193
       }
194
-      return ""
194
+      return ''
195 195
     },
196
-    perfusion_apparatus: function() {
197
-      var v = this.getValueStr("perfusion_apparatus", "perfusion_apparatus")
196
+    perfusion_apparatus: function () {
197
+      var v = this.getValueStr('perfusion_apparatus', 'perfusion_apparatus')
198 198
       if (v.length == 0) {
199
-        return ""
199
+        return ''
200 200
       }
201 201
       if (this.perfusion_apparatus_map[v] != undefined) {
202 202
         return this.perfusion_apparatus_map[v].name
203 203
       }
204
-      return ""
204
+      return ''
205 205
     },
206
-    displace_liqui: function() {
207
-      var v = this.getValueStr("displace_liqui", "displace_liqui")
208
-      return v.length == 0 ? "0" : v
206
+    displace_liqui: function () {
207
+      var v = this.getValueStr('displace_liqui', 'displace_liqui')
208
+      return v.length == 0 ? '0' : v
209 209
     },
210
-    anticoagulant_shouji: function() {
211
-      var v = this.getValueStr("anticoagulant_shouji", "anticoagulant_shouji")
212
-      return v.length == 0 ? "0" : v
210
+    anticoagulant_shouji: function () {
211
+      var v = this.getValueStr('anticoagulant_shouji', 'anticoagulant_shouji')
212
+      return v.length == 0 ? '0' : v
213 213
     },
214
-    kalium: function() {
215
-      var v = this.getValueStr("kalium", "kalium")
214
+    kalium: function () {
215
+      var v = this.getValueStr('kalium', 'kalium')
216 216
       v = this.getFloat(v)
217
-      return v == 0 ? "0":v
218
-    },
219
-    replacement_total:function(){
220
-      var v = this.getValueStr("replacement_total", "replacement_total")
221
-      return v.length == 0 ? "0" : v
222
-    },
223
-    bicarbonate: function() {
224
-      var v = this.getValueStr("bicarbonate", "bicarbonate")
225
-      return v.length == 0 ? "0" : v
226
-    },
227
-    dialysate_flow: function() {
228
-      var v = this.getValueStr("dialysate_flow", "dialysate_flow")
229
-      return v.length == 0 ? "0" : v
230
-    },
231
-    dialysis_duration: function() {
232
-      var dialysis_duration_hour = (this.getValueStr("dialysis_duration_hour", "dialysis_duration_hour"))
233
-      var dialysis_duration_minute = (this.getValueStr("dialysis_duration_minute", "dialysis_duration_minute"))
234
-      if(dialysis_duration_hour.length == 0 && dialysis_duration_minute.length == 0){
235
-        return  "0"
236
-      }else{
237
-        var time = dialysis_duration_hour+"h"+dialysis_duration_minute+"min"
238
-        return time.length == 0 ? "0" : time
217
+      return v == 0 ? '0' : v
218
+    },
219
+    replacement_total: function () {
220
+      var v = this.getValueStr('replacement_total', 'replacement_total')
221
+      return v.length == 0 ? '0' : v
222
+    },
223
+    bicarbonate: function () {
224
+      var v = this.getValueStr('bicarbonate', 'bicarbonate')
225
+      return v.length == 0 ? '0' : v
226
+    },
227
+    dialysate_flow: function () {
228
+      var v = this.getValueStr('dialysate_flow', 'dialysate_flow')
229
+      return v.length == 0 ? '0' : v
230
+    },
231
+    dialysis_duration: function () {
232
+      var dialysis_duration_hour = (this.getValueStr('dialysis_duration_hour', 'dialysis_duration_hour'))
233
+      var dialysis_duration_minute = (this.getValueStr('dialysis_duration_minute', 'dialysis_duration_minute'))
234
+      if (dialysis_duration_hour.length == 0 && dialysis_duration_minute.length == 0) {
235
+        return '0'
236
+      } else {
237
+        var time = dialysis_duration_hour + 'h' + dialysis_duration_minute + 'min'
238
+        return time.length == 0 ? '0' : time
239 239
       }
240
-
241 240
     },
242
-    blood_flow_volume: function() {
243
-      var v = this.getValueStr("blood_flow_volume", "blood_flow_volume")
244
-      return v.length == 0 ? "0" : v
241
+    blood_flow_volume: function () {
242
+      var v = this.getValueStr('blood_flow_volume', 'blood_flow_volume')
243
+      return v.length == 0 ? '0' : v
245 244
     },
246
-    replacement_way: function() {
247
-      return this.getValueStr("replacement_way", "replacement_way")
245
+    replacement_way: function () {
246
+      return this.getValueStr('replacement_way', 'replacement_way')
248 247
     },
249
-    anticoagulant_weichi: function() {
250
-      var v = this.getValueStr("anticoagulant_weichi", "anticoagulant_weichi")
251
-      return v.length == 0 ? "0" : v
248
+    anticoagulant_weichi: function () {
249
+      var v = this.getValueStr('anticoagulant_weichi', 'anticoagulant_weichi')
250
+      return v.length == 0 ? '0' : v
252 251
     },
253
-    sodium: function() {
254
-      var v = this.getValueStr("sodium", "sodium")
252
+    sodium: function () {
253
+      var v = this.getValueStr('sodium', 'sodium')
255 254
       console.log(v)
256 255
       v = this.getFloat(v)
257 256
       console.log(v)
258
-      return v == 0 ? "0":v
257
+      return v == 0 ? '0' : v
259 258
     },
260
-    glucose: function() {
261
-      var v = this.getValueStr("glucose", "glucose")
262
-      return v.length == 0 ? "0" : v
259
+    glucose: function () {
260
+      var v = this.getValueStr('glucose', 'glucose')
261
+      return v.length == 0 ? '0' : v
263 262
     },
264
-    dialysate_temperature: function() {
265
-      var v = this.getValueStr("dialysate_temperature", "dialysate_temperature")
266
-      return v.length == 0 ? "0" : v
263
+    dialysate_temperature: function () {
264
+      var v = this.getValueStr('dialysate_temperature', 'dialysate_temperature')
265
+      return v.length == 0 ? '0' : v
267 266
     },
268
-    dialyzer: function() {
269
-      var v = this.getValueStr("dialyzer", "hemodialysis_machine")
267
+    dialyzer: function () {
268
+      var v = this.getValueStr('dialyzer', 'hemodialysis_machine')
270 269
       if (v.length == 0) {
271
-        return ""
270
+        return ''
272 271
       }
273 272
       if (this.device_number_map[v] != undefined) {
274 273
         return this.device_number_map[v].name
275 274
       }
276
-      return ""
275
+      return ''
277 276
     },
278
-    dialysate_formulation: function(){
279
-      var v = this.getValueStr("dialysate_formulation", "dialysate_formulation")
277
+    dialysate_formulation: function () {
278
+      var v = this.getValueStr('dialysate_formulation', 'dialysate_formulation')
280 279
       if (v.length == 0) {
281
-        return ""
280
+        return ''
282 281
       }
283
-      if(v in this.dialysateFormulationMap) {
284
-        return  this.dialysateFormulationMap[v].name;
282
+      if (v in this.dialysateFormulationMap) {
283
+        return this.dialysateFormulationMap[v].name
285 284
       }
286
-      return ""
285
+      return ''
287 286
     },
288
-    prescription_dewatering: function() {
289
-      var v = this.getValueStr("prescription_dewatering", "dewater")
290
-      return v.length == 0 ? "0" : v
287
+    prescription_dewatering: function () {
288
+      var v = this.getValueStr('prescription_dewatering', 'dewater')
289
+      return v.length == 0 ? '0' : v
291 290
     },
292
-    anticoagulant: function() {
293
-      var v = this.getValueStr("anticoagulant", "anticoagulant")
291
+    anticoagulant: function () {
292
+      var v = this.getValueStr('anticoagulant', 'anticoagulant')
294 293
       if (v.length == 0) {
295
-        return ""
294
+        return ''
296 295
       }
297 296
       if (this.$store.getters.anticoagulants_confit[v] != undefined) {
298 297
         return this.$store.getters.anticoagulants_confit[v].name
299 298
       }
300
-      return ""
299
+      return ''
301 300
     },
302
-    anticoagulant_zongliang: function() {
303
-      var v = this.getValueStr("anticoagulant_zongliang", "anticoagulant_zongliang")
304
-      return v.length == 0 ? "0" : v
301
+    anticoagulant_zongliang: function () {
302
+      var v = this.getValueStr('anticoagulant_zongliang', 'anticoagulant_zongliang')
303
+      return v.length == 0 ? '0' : v
305 304
     },
306
-    calcium: function() {
307
-
308
-      var v = this.getValueStr("calcium", "calcium")
305
+    calcium: function () {
306
+      var v = this.getValueStr('calcium', 'calcium')
309 307
       v = this.getFloat(v)
310
-      return v == 0 ? "0":v
311
-
312
-
308
+      return v == 0 ? '0' : v
313 309
     },
314 310
 
315
-    conductivity: function() {
316
-      var v = this.getValueStr("conductivity", "conductivity")
317
-      return v.length == 0 ? "0" : v
318
-    },
319
-    dialyzer_perfusion_apparatus: function() {
320
-      return this.getValueStr("dialyzer_perfusion_apparatus", "dialyzer_perfusion_apparatus")
321
-    },
322
-    note: function() {
323
-      return this.getValueStr("remark", "remark")
324
-    },body_fluid:function () {
325
-      var id =  this.getValueStr("body_fluid", "body_fluid")
326
-      if(id == 0){
327
-        return ""
311
+    conductivity: function () {
312
+      var v = this.getValueStr('conductivity', 'conductivity')
313
+      return v.length == 0 ? '0' : v
314
+    },
315
+    dialyzer_perfusion_apparatus: function () {
316
+      return this.getValueStr('dialyzer_perfusion_apparatus', 'dialyzer_perfusion_apparatus')
317
+    },
318
+    note: function () {
319
+      return this.getValueStr('remark', 'remark')
320
+    },
321
+    body_fluid: function () {
322
+      var id = this.getValueStr('body_fluid', 'body_fluid')
323
+      if (id == 0) {
324
+        return ''
328 325
       }
329
-      var bodyFluidOptions = this.$store.getters.body_fluid;
330
-      for (let i = 0; i <bodyFluidOptions.length; i++){
331
-        if(bodyFluidOptions[i].id == id){
326
+      var bodyFluidOptions = this.$store.getters.body_fluid
327
+      for (let i = 0; i < bodyFluidOptions.length; i++) {
328
+        if (bodyFluidOptions[i].id == id) {
332 329
           return bodyFluidOptions[i].name
333 330
         }
334 331
       }
335
-    },special_medicine:function () {
336
-      var id =  this.getValueStr("special_medicine", "special_medicine")
337
-      if(id == 0){
338
-        return ""
332
+    },
333
+    special_medicine: function () {
334
+      var id = this.getValueStr('special_medicine', 'special_medicine')
335
+      if (id == 0) {
336
+        return ''
339 337
       }
340
-      var special_medicine = this.$store.getters.special_medicine;
341
-      for (let i = 0; i <special_medicine.length; i++){
342
-        if(special_medicine[i].id == id){
338
+      var special_medicine = this.$store.getters.special_medicine
339
+      for (let i = 0; i < special_medicine.length; i++) {
340
+        if (special_medicine[i].id == id) {
343 341
           return special_medicine[i].name
344 342
         }
345 343
       }
346
-    },special_medicine_other:function () {
347
-      return this.getValueStr("special_medicine_other", "special_medicine_other")
348
-    },blood_access:function () {
349
-      var id =  this.getValueStr("blood_access", "blood_access")
350
-      if(id == 0){
351
-        return ""
344
+    },
345
+    special_medicine_other: function () {
346
+      return this.getValueStr('special_medicine_other', 'special_medicine_other')
347
+    },
348
+    blood_access: function () {
349
+      var id = this.getValueStr('blood_access', 'blood_access')
350
+      if (id == 0) {
351
+        return ''
352 352
       }
353
-      var blood_access = this.$store.getters.blood_access;
354
-      for (let i = 0; i <blood_access.length; i++){
355
-        if(blood_access[i].id == id){
353
+      var blood_access = this.$store.getters.blood_access
354
+      console.log('blood_access', blood_access)
355
+      for (let i = 0; i < blood_access.length; i++) {
356
+        if (blood_access[i].id == id) {
356 357
           return blood_access[i].name
357 358
         }
358 359
       }
359
-    },displace_liqui:function () {
360
-      var id =  this.getValueStr("displace_liqui_part", "displace_liqui_part")
361
-      var displace_liqui_value =  this.getValueStr("displace_liqui_value", "displace_liqui_value")
362
-      var displace_liqui_part = ""
363
-      var displace_liqui = this.$store.getters.displace_liqui;
364
-      for (let i = 0; i <displace_liqui.length; i++){
365
-        if(displace_liqui[i].id == id){
366
-           displace_liqui_part = displace_liqui[i].name
360
+    },
361
+    displace_liqui: function () {
362
+      var id = this.getValueStr('displace_liqui_part', 'displace_liqui_part')
363
+      var displace_liqui_value = this.getValueStr('displace_liqui_value', 'displace_liqui_value')
364
+      var displace_liqui_part = ''
365
+      var displace_liqui = this.$store.getters.displace_liqui
366
+      for (let i = 0; i < displace_liqui.length; i++) {
367
+        if (displace_liqui[i].id == id) {
368
+          displace_liqui_part = displace_liqui[i].name
367 369
         }
368 370
       }
369
-      return displace_liqui_part + displace_liqui_value+"L"
370
-    },ultrafiltration:function () {
371
-      var v = this.getValueStr("ultrafiltration", "ultrafiltration")
371
+      return displace_liqui_part + displace_liqui_value + 'L'
372
+    },
373
+    ultrafiltration: function () {
374
+      var v = this.getValueStr('ultrafiltration', 'ultrafiltration')
372 375
       v = this.getFloat(v)
373
-      return v.length == 0 ? "0" : v
374
-    },target_ktv:function () {
375
-      var v = this.getValueStr("target_ktv", "target_ktv")
376
-      return v.length == 0 ? "0" : v
376
+      return v.length == 0 ? '0' : v
377
+    },
378
+    target_ktv: function () {
379
+      var v = this.getValueStr('target_ktv', 'target_ktv')
380
+      return v.length == 0 ? '0' : v
377 381
     }
378 382
   },
379
-  created() {
383
+  created () {
380 384
     var perfusion_apparatus = this.$store.getters.perfusion_apparatus
381 385
     var map = {}
382 386
     for (let index = 0; index < perfusion_apparatus.length; index++) {
383
-      const p = perfusion_apparatus[index];
387
+      const p = perfusion_apparatus[index]
384 388
       map[p.id] = p
385 389
     }
386 390
     this.perfusion_apparatus_map = map
387 391
 
388
-    var dialysateFormulationOptions = getDataConfig('hemodialysis','dialysate_formulation');
389
-    for(var index in dialysateFormulationOptions){
390
-      this.dialysateFormulationMap[dialysateFormulationOptions[index].id] = dialysateFormulationOptions[index];
392
+    var dialysateFormulationOptions = getDataConfig('hemodialysis', 'dialysate_formulation')
393
+    for (var index in dialysateFormulationOptions) {
394
+      this.dialysateFormulationMap[dialysateFormulationOptions[index].id] = dialysateFormulationOptions[index]
391 395
     }
392 396
   },
393 397
   methods: {
394
-    isShow(name){
398
+    isShow (name) {
395 399
       var filedList = this.$store.getters.user.fileds
396
-      for (let i = 0; i < filedList.length; i++){
397
-        if(filedList[i].module == 1 && filedList[i].filed_name_cn == name&&filedList[i].is_show == 1){
400
+      for (let i = 0; i < filedList.length; i++) {
401
+        if (filedList[i].module == 1 && filedList[i].filed_name_cn == name && filedList[i].is_show == 1) {
398 402
           return true
399 403
         }
400 404
       }
401 405
       return false
402 406
     },
403
-    getValueStr(pkey, skey) {
404
-      if ((this.prescription == null || this.prescription.id == "") && (this.solution == null || this.solution.id == "")) {
405
-        return ""
406
-      } else if (this.prescription != null && this.prescription.id != "") {
407
+    getValueStr (pkey, skey) {
408
+      if ((this.prescription == null || this.prescription.id == '') && (this.solution == null || this.solution.id == '')) {
409
+        return ''
410
+      } else if (this.prescription != null && this.prescription.id != '') {
407 411
         if (this.prescription[pkey] == null || this.prescription[pkey] == undefined) {
408
-          return ""
412
+          return ''
409 413
         }
410
-        return this.prescription[pkey] + ""
414
+        return this.prescription[pkey] + ''
411 415
       } else {
412 416
         if (this.solution[skey] == null || this.solution[skey] == undefined) {
413
-          return ""
417
+          return ''
414 418
         }
415
-        return this.solution[skey] + ""
419
+        return this.solution[skey] + ''
416 420
       }
417
-    }, getFloat: function(x) {
421
+    },
422
+    getFloat: function (x) {
418 423
       if (x != '.') {
419
-        var f = Math.round(x * 100) / 100;
420
-        var s = f.toString();
421
-        var rs = s.indexOf('.');
424
+        var f = Math.round(x * 100) / 100
425
+        var s = f.toString()
426
+        var rs = s.indexOf('.')
422 427
         if (rs <= 0) {
423
-          rs = s.length;
424
-          s += '.';
428
+          rs = s.length
429
+          s += '.'
425 430
         }
426 431
         while (s.length <= rs + 1) {
427
-          s += '0';
432
+          s += '0'
428 433
         }
429
-        return s;
434
+        return s
430 435
       } else {
431
-        return '0.0';
436
+        return '0.0'
432 437
       }
433
-
434 438
     }
435 439
   }
436
-};
440
+}
437 441
 </script>
438 442
 
439 443
 <style rel="stylesheet/scss" lang="scss" scoped>
440 444
 </style>
441
-
442
-
443
-

+ 7 - 1
src/pages/personal/ElectronicSignature.vue View File

@@ -11,12 +11,17 @@
11 11
       </h1>
12 12
       <div class="information">
13 13
         <div class="blueBorder"></div>
14
-        <div class="name" v-show="showpan == 'canvas'">
14
+        <div
15
+          class="name"
16
+          v-show="showpan == 'canvas'"
17
+          style="display:fixed;width:100%;left:0;top:0;"
18
+        >
15 19
           <canvas
16 20
             id="canvas"
17 21
             class="fl"
18 22
             width="600"
19 23
             height="400"
24
+            disable-scroll="true"
20 25
             @mousedown="canvasDown($event)"
21 26
             @mouseup="canvasUp($event)"
22 27
             @mousemove="canvasMove($event)"
@@ -418,6 +423,7 @@ export default {
418 423
       height: 400px;
419 424
       margin: 0 auto;
420 425
       border-radius: 4px;
426
+
421 427
       @media only screen and (max-width: 812px) {
422 428
         width: 500px !important;
423 429
         height: 200px !important;

+ 1 - 1
src/styles/style.scss View File

@@ -438,7 +438,7 @@
438 438
       background: -webkit-linear-gradient(#dfe4ea, #ebf1f7);
439 439
     }
440 440
     .DialogContent {
441
-      height: 6.8rem;
441
+      height: 8.8rem;
442 442
       overflow-y: scroll;
443 443
       background: #fff;
444 444
       @media only screen and (max-width: 812px) {