Browse Source

添加生命之源字段

csx 5 years ago
parent
commit
108e7670dd

+ 35 - 0
src/pages/main/dialog/AcceptsDialog.vue View File

@@ -65,6 +65,17 @@
65 65
 
66 66
           </el-form-item>
67 67
 
68
+          <el-form-item label="跌倒风险预防措施: " v-if="isShow('跌倒风险预防措施')">
69
+            <el-radio v-model="receiveTreatmentAsses.precaution" label="1">镇定剂</el-radio>
70
+            <el-radio v-model="receiveTreatmentAsses.precaution" label="2">约束带</el-radio>
71
+            <el-radio v-model="receiveTreatmentAsses.precaution" label="3">床栏</el-radio>
72
+            <el-radio v-model="receiveTreatmentAsses.precaution" label="4">加强宣教</el-radio>
73
+          </el-form-item>
74
+          <el-form-item label-width="100dp" label="其他跌倒风险预防措施 : "
75
+                        v-if="isShow('其他跌倒风险预防措施')">
76
+            <el-input v-model="receiveTreatmentAsses.precaution_other"></el-input>
77
+          </el-form-item>
78
+
68 79
 
69 80
           <el-form-item label="摄入量: "  v-if="isShow('摄入量')">
70 81
             <el-radio v-model="receiveTreatmentAsses.intake" label="1">正常</el-radio>
@@ -82,6 +93,12 @@
82 93
                         v-if="isShow('心理评估异常情况')&&receiveTreatmentAsses.psychological_assessment == 2">
83 94
             <el-input v-model="receiveTreatmentAsses.psychological_assessment_other"></el-input>
84 95
           </el-form-item>
96
+
97
+          <el-form-item label-width="100dp" label="其他心理评估 : "
98
+                        v-if="isShow('其他心理评估')">
99
+            <el-input v-model="receiveTreatmentAsses.psychological_other"></el-input>
100
+          </el-form-item>
101
+
85 102
         </el-form>
86 103
         <!-- <div class="button">
87 104
           <button @click="commitInfo" class="submitButton">提交</button>
@@ -116,6 +133,9 @@
116 133
           psychological_assessment_other: '',
117 134
           sick_condition_other:'',
118 135
           score:'',
136
+          psychological_other:'',
137
+          precaution:'1',
138
+          precaution_other:'',
119 139
         },
120 140
         patient: {
121 141
           id: 0
@@ -155,6 +175,11 @@
155 175
               this.receiveTreatmentAsses.psychological_assessment_other = this.accepts.psychological_assessment_other
156 176
               this.receiveTreatmentAsses.score = this.accepts.score
157 177
               this.receiveTreatmentAsses.sick_condition_other = this.accepts.sick_condition_other
178
+              this.receiveTreatmentAsses.psychological_other = this.accepts.psychological_other
179
+
180
+              this.receiveTreatmentAsses.precaution = this.accepts.precaution
181
+              this.receiveTreatmentAsses.precaution_other = this.accepts.precaution_other
182
+
158 183
 
159 184
             }
160 185
           }
@@ -172,6 +197,9 @@
172 197
           this.accepts.nutrition == 0 &&
173 198
           this.accepts.psychological_assessment == 0 &&
174 199
           this.accepts.psychological_assessment_other == ''&&this.accepts.sick_condition_other == ''&&
200
+          this.accepts.psychological_other == ''&&
201
+          this.accepts.precaution == 0&&
202
+          this.accepts.precaution_other == ''&&
175 203
           this.accepts.score == ''
176 204
 
177 205
       ) {
@@ -199,6 +227,10 @@
199 227
                 this.receiveTreatmentAsses.score = this.accepts.score
200 228
                 this.receiveTreatmentAsses.sick_condition_other = this.accepts.sick_condition_other
201 229
 
230
+                this.receiveTreatmentAsses.precaution = this.accepts.precaution
231
+                this.receiveTreatmentAsses.precaution_other = this.accepts.precaution_other
232
+                this.receiveTreatmentAsses.psychological_other = this.accepts.psychological_other
233
+
202 234
 
203 235
               }
204 236
             }
@@ -219,6 +251,9 @@
219 251
           this.receiveTreatmentAsses.score = this.accepts.score
220 252
           this.receiveTreatmentAsses.sick_condition_other = this.accepts.sick_condition_other
221 253
 
254
+          this.receiveTreatmentAsses.precaution = this.accepts.precaution
255
+          this.receiveTreatmentAsses.precaution_other = this.accepts.precaution_other
256
+          this.receiveTreatmentAsses.psychological_other = this.accepts.psychological_other
222 257
 
223 258
 
224 259
         }

+ 119 - 1
src/pages/main/dialog/AssessmentDialog.vue View File

@@ -232,6 +232,13 @@
232 232
           </div>
233 233
         </div>
234 234
 
235
+        <div class="item" ref="ductus_arantii_other" v-if="isShow('其他中心静脉导管')">
236
+          <h2 class="name">其他中心静脉导管</h2>
237
+          <div class="content">
238
+            <input @focus="inputFocus" v-model="formValue.ductus_arantii_other"/>
239
+          </div>
240
+        </div>
241
+
235 242
 
236 243
         <div @click="showSubMenu('emergency_treatment')" class="item" ref="emergency_treatment" v-if="isShow('急诊')">
237 244
           <h2 class="name">急诊</h2>
@@ -248,6 +255,52 @@
248 255
           </div>
249 256
         </div>
250 257
 
258
+
259
+
260
+        <div class="item" v-if="isShow('感染')" @click="showSubMenu('infect_state')" ref="infect_state">
261
+          <h2 class="name">感染</h2>
262
+          <div class="content">
263
+            <span v-if="formValue.is_infect == 0" class="text" style="width: 50px"></span>
264
+            <span v-if="formValue.is_infect == 1" class="text" style="width: 50px">有</span>
265
+            <span v-if="formValue.is_infect == 2" class="text" style="width: 50px">无</span>
266
+            <span class="iconfont">&#xe6f9;</span>
267
+          </div>
268
+        </div>
269
+
270
+        <div class="item" ref="skin_other" v-if="isShow('其他感染情况')">
271
+          <h2 class="name">其他感染情况</h2>
272
+          <div class="content">
273
+            <input @focus="inputFocus" v-model="formValue.skin_other"/>
274
+          </div>
275
+        </div>
276
+
277
+
278
+
279
+        <div class="item" v-if="isShow('外露')">
280
+          <h2 class="name">外露(cm)</h2>
281
+          <div class="content">
282
+            <input type="tel" @focus="inputFocus" v-model="formValue.exposed"/>
283
+          </div>
284
+        </div>
285
+
286
+
287
+        <div @click="showSubMenu('skin')" class="item" ref="skin" v-if="isShow('皮肤')">
288
+          <h2 class="name">皮肤</h2>
289
+          <div class="content">
290
+            <span class="text" style="width: 100px">{{getSkin(formValue.skin)}}</span>
291
+            <span class="iconfont">&#xe6f9;</span>
292
+          </div>
293
+        </div>
294
+
295
+        <div class="item" ref="skin_other" v-if="isShow('其他皮肤情况')">
296
+          <h2 class="name">其他皮肤情况</h2>
297
+          <div class="content">
298
+            <input @focus="inputFocus" v-model="formValue.skin_other"/>
299
+          </div>
300
+        </div>
301
+
302
+
303
+
251 304
         <div class="line"></div>
252 305
         <div>
253 306
           <div class="item">
@@ -304,12 +357,17 @@
304 357
           isHasOther: 1 //是否有其他选项  1是 2否
305 358
         },
306 359
         hemorrhage_state: false,
307
-
360
+        infect_state:false,
308 361
         hemorrhages:[
309 362
           {id: 1, name: "有"},
310 363
           {id: 2, name: "无"},
311 364
         ],
312 365
 
366
+        infects:[
367
+          {id: 1, name: "有"},
368
+          {id: 2, name: "无"},
369
+        ],
370
+
313 371
         formValue: {
314 372
           weight_before: '',
315 373
           dry_weight: '',
@@ -344,6 +402,13 @@
344 402
           blood_access_internal_fistula: '',
345 403
           machine_type:'',
346 404
           breathing_rate:'',
405
+          is_infect:0,
406
+          exposed:'',
407
+          skin:'',
408
+          skin_other:'',
409
+          infect_other:'',
410
+          ductus_arantii_other:'',
411
+
347 412
         },
348 413
 
349 414
         record_date: ''
@@ -428,6 +493,19 @@
428 493
         }
429 494
         return emergencyTreatmentName
430 495
 
496
+      },getSkin:function(id){
497
+        if (id == -1) {
498
+          return '其他'
499
+        }
500
+        var skinOptions = this.$store.getters.skin
501
+        var skinName = ''
502
+        for (let i = 0; i < skinOptions.length; i++) {
503
+          if (skinOptions[i].id == id) {
504
+            skinName = skinOptions[i].name
505
+          }
506
+        }
507
+        return skinName
508
+
431 509
       },
432 510
       hemorrhageStateChange: function (is_select) {
433 511
         this.formValue.is_hemorrhage = is_select == true ? 1 : 2
@@ -823,6 +901,33 @@
823 901
             this.propForm.click_ref = 'hemorrhage_state'
824 902
             break
825 903
 
904
+          case 'infect_state':
905
+            this.propForm.type = 20
906
+            this.isShowDialog = false
907
+            this.propForm.title = '感染'
908
+            this.visibility = true
909
+            this.propForm.list = []
910
+            this.propForm.optionList = this.infects
911
+            this.propForm.isMultiple = 1
912
+            this.propForm.selectId = this.formValue.is_infect
913
+            this.propForm.click_ref = 'infect_state'
914
+            break
915
+
916
+
917
+          case 'skin':
918
+            this.propForm.type = 21
919
+            this.isShowDialog = false
920
+            this.propForm.title = '皮肤'
921
+            this.visibility = true
922
+            this.propForm.list = []
923
+            this.propForm.optionList = this.$store.getters.skin
924
+            this.propForm.isMultiple = 1
925
+            this.propForm.selectId = this.formValue.skin
926
+            this.propForm.click_ref = 'skin'
927
+            break
928
+
929
+
930
+
826 931
 
827 932
 
828 933
         }
@@ -910,6 +1015,19 @@
910 1015
             }else if(this.formValue.is_hemorrhage == -2){
911 1016
             }
912 1017
             break
1018
+          case 20:
1019
+            if( val.selectId == 1){
1020
+              this.infect_state = true
1021
+              this.formValue.is_infect = val.selectId
1022
+            }else if(val.selectId == 2){
1023
+              this.infect_state = false
1024
+              this.formValue.is_infect = val.selectId
1025
+            }else if(this.formValue.is_infect == -2){
1026
+            }
1027
+            break
1028
+          case 21:
1029
+            this.formValue.skin = val.selectId
1030
+            break
913 1031
         }
914 1032
 
915 1033
       }, QueryPartById: function (val) {

+ 33 - 0
src/pages/main/dialog/MonitDialog.vue View File

@@ -33,6 +33,8 @@
33 33
                 <th v-if="isShow('置换率')" width="92px">置换率(L/h)</th>
34 34
                 <th v-if="isShow('置换量')" width="50px">置换量(L)</th>
35 35
                 <th v-if="isShow('电导度')" width="50px">电导度(mS/m)</th>
36
+                <th v-if="isShow('置换液流量')" width="50px">置换液流量(ml/h)</th>
37
+
36 38
                 <th v-if="isShow('病情变化')" width="92px">病情变化</th>
37 39
                 <th v-if="isShow('处理')" width="92px">处理</th>
38 40
                 <th v-if="isShow('结果')" width="92px">结果</th>
@@ -58,6 +60,9 @@
58 60
                 <td v-if="isShow('置换率')">{{item.replacement_rate?item.replacement_rate:''}}</td>
59 61
                 <td v-if="isShow('置换量')">{{item.displacement_quantity?item.displacement_quantity:''}}</td>
60 62
                 <td v-if="isShow('电导度')">{{item.conductivity?item.conductivity:''}}</td>
63
+                <td v-if="isShow('置换液流量')">{{item.displacement_flow_quantity?item.displacement_flow_quantity:''}}</td>
64
+
65
+
61 66
                 <td v-if="isShow('病情变化')">{{item.symptom}}</td>
62 67
                 <td v-if="isShow('处理')">{{item.dispose}}</td>
63 68
                 <td v-if="isShow('结果')">{{item.result}}</td>
@@ -161,6 +166,13 @@
161 166
               <input type="number" @focus="inputFocus" onclick="this.select();" class="inputBox"
162 167
                      v-model="form.conductivity">
163 168
             </div>
169
+
170
+            <div class="cell" v-if="isShow('置换液流量')">
171
+              <label>置换液流量(ml/h)</label>
172
+              <input type="number" @focus="inputFocus" onclick="this.select();" class="inputBox"
173
+                     v-model="form.displacement_flow_quantity">
174
+            </div>
175
+
164 176
             <div class="cell width" v-if="isShow('KT/V')">
165 177
               <label>KT/V(在线)</label>
166 178
               <!-- <input type="text" class="inputBox" v-model="form.ktv"> -->
@@ -288,6 +300,7 @@
288 300
           replacement_rate: '', // 置换率
289 301
           displacement_quantity: '', // 置换量
290 302
           conductivity:'',
303
+          displacement_flow_quantity:'',
291 304
           ktv: '', // KT/V(在线)
292 305
           symptom: '', // 症状
293 306
           dispose: '', // 处理
@@ -441,6 +454,12 @@
441 454
               this.form.conductivity = monitor.conductivity
442 455
             }
443 456
 
457
+            if (monitor.displacement_flow_quantity == 0) {
458
+              this.form.displacement_flow_quantity = ''
459
+            } else {
460
+              this.form.displacement_flow_quantity = monitor.displacement_flow_quantity
461
+            }
462
+
444 463
             this.form.ktv = monitor.ktv
445 464
             this.form.symptom = monitor.symptom
446 465
             this.form.dispose = monitor.dispose
@@ -673,6 +692,12 @@
673 692
           this.form.conductivity = this.currentRow.conductivity
674 693
         }
675 694
 
695
+        if (this.currentRow.conductivity == 0) {
696
+          this.form.displacement_flow_quantity = ''
697
+        } else {
698
+          this.form.displacement_flow_quantity = this.currentRow.displacement_flow_quantity
699
+        }
700
+
676 701
 
677 702
         if (this.currentRow.ktv == 0) {
678 703
           this.form.ktv = ''
@@ -730,6 +755,8 @@
730 755
         this.form.replacement_rate = '' // this.last_monitor_record.replacement_rate;
731 756
         this.form.displacement_quantity = '' // this.last_monitor_record.displacement_quantity;
732 757
         this.form.conductivity = ''
758
+        this.form.displacement_flow_quantity = ''
759
+
733 760
         this.form.ktv = '' //this.last_monitor_record.ktv;
734 761
         this.form.symptom = ''// this.last_monitor_record.symptom;
735 762
         this.form.dispose = '' // this.last_monitor_record.dispose;
@@ -768,6 +795,9 @@
768 795
         params.dispose = this.form.dispose
769 796
         params.result = this.form.result
770 797
         params.monitoring_nurse = this.form.monitoring_nurse
798
+        params.displacement_flow_quantity = this.form.displacement_flow_quantity
799
+
800
+
771 801
         params.id = this.form.id
772 802
         editMonitorRecord(params).then(rs => {
773 803
           var resp = rs.data
@@ -799,6 +829,7 @@
799 829
             this.form.dispose = ''
800 830
             this.form.result = ''
801 831
             this.form.conductivity = ''
832
+            this.form.displacement_flow_quantity = ''
802 833
             this.form.id = -1
803 834
 
804 835
             Toast.success('修改成功')
@@ -834,6 +865,7 @@
834 865
         params.replacement_rate = this.form.replacement_rate
835 866
         params.displacement_quantity = this.form.displacement_quantity
836 867
         params.conductivity = this.form.conductivity
868
+        params.displacement_flow_quantity = this.form.displacement_flow_quantity
837 869
 
838 870
         params.ktv = this.form.ktv
839 871
         params.symptom = this.form.symptom
@@ -874,6 +906,7 @@
874 906
               this.form.dispose = ''
875 907
               this.form.result = ''
876 908
               this.form.conductivity = ''
909
+              this.form.displacement_flow_quantity = ''
877 910
 
878 911
               this.last_monitor_record.sodium_concentration =
879 912
                 monitor.sodium_concentration

+ 44 - 0
src/pages/main/dialog/ThorougDialog.vue View File

@@ -332,6 +332,19 @@
332 332
         </div>
333 333
 
334 334
 
335
+
336
+        <div class="item" v-if="isShow('透析期间进食')" @click="showSubMenu('is_eat')" ref="is_eat" >
337
+          <h2 class="name">透析期间进食</h2>
338
+          <div class="content">
339
+            <span v-if="formValue.is_eat == 0" class="text" style="width: 50px"></span>
340
+            <span v-if="formValue.is_eat == 1" class="text" style="width: 50px">有</span>
341
+            <span v-if="formValue.is_eat == 2" class="text" style="width: 50px">无</span>
342
+            <span class="iconfont">&#xe6f9;</span>
343
+          </div>
344
+        </div>
345
+
346
+
347
+
335 348
         <!-- <div class="line"></div> -->
336 349
         <div>
337 350
           <div class="item">
@@ -387,6 +400,8 @@
387 400
       return {
388 401
         puncture_point_oozing_blood_state: false,
389 402
         puncture_point_haematoma_state: false,
403
+        eat_state: false,
404
+
390 405
         isShowDialog: true,
391 406
         time: '00:00',
392 407
         puncture_point_oozing_bloods:[
@@ -398,6 +413,11 @@
398 413
           {id:1, name:"有"},
399 414
           {id:2, name:"无"},
400 415
         ],
416
+
417
+        eat:[
418
+          {id:1, name:"有"},
419
+          {id:2, name:"无"},
420
+        ],
401 421
         //sub menu prop
402 422
         visibility: false,
403 423
         propForm: {
@@ -450,6 +470,7 @@
450 470
           arterial_tube:'',
451 471
           intravenous_tube:'',
452 472
           dialyzer:'',
473
+          is_eat:'',
453 474
         },
454 475
 
455 476
         record_date: ''
@@ -877,6 +898,18 @@
877 898
             this.propForm.selectId = this.formValue.puncture_point_haematoma
878 899
             this.propForm.click_ref = "puncture_point_haematoma"
879 900
             break
901
+          case 'is_eat':
902
+            this.propForm.type = 22
903
+            this.isShowDialog = false
904
+            this.propForm.title = '透析期间进食'
905
+            this.visibility = true
906
+            this.propForm.isHasOther = 2
907
+            this.propForm.list = []
908
+            this.propForm.optionList = this.eat
909
+            this.propForm.isMultiple = 1
910
+            this.propForm.selectId = this.formValue.is_eat
911
+            this.propForm.click_ref = "is_eat"
912
+            break
880 913
 
881 914
         }
882 915
 
@@ -977,6 +1010,15 @@
977 1010
               this.puncture_point_haematoma_state = false
978 1011
             }
979 1012
             break;
1013
+          case 22:
1014
+            if(val.selectId ==1) {
1015
+              this.formValue.is_eat = val.selectId
1016
+              this.eat_state = true
1017
+            }else if(val.selectId == 2){
1018
+              this.formValue.is_eat = val.selectId
1019
+              this.eat_state = false
1020
+            }
1021
+            break;
980 1022
         }
981 1023
 
982 1024
       }, QueryPartById: function (val) {
@@ -1249,6 +1291,8 @@
1249 1291
 
1250 1292
       this.puncture_point_oozing_blood_state = this.formValue.puncture_point_oozing_blood == 0
1251 1293
       this.puncture_point_haematoma_state = this.formValue.puncture_point_haematoma == 0
1294
+      this.eat_state = this.formValue.is_eat == 0
1295
+
1252 1296
     },
1253 1297
   };
1254 1298
 </script>

+ 39 - 17
src/pages/main/dialog/subMenu/multipleSubMenu.vue View File

@@ -4,52 +4,52 @@
4 4
       <div class="DialogTit">
5 5
         <span class="iconfont" @click="closeDialog()">&#xe720; 返回</span>
6 6
         <h1 class="name">透析耗材</h1>
7
-        <span class="success">完成</span>
7
+        <span class="success" @click="success()">完成</span>
8 8
       </div>
9 9
       <div class="DialogContent" id="dialogTop">
10
-        <div class="item" value="item" @click="itemClick(83,'niprocart')" ref="niprocart">
10
+        <div class="item" value="item" @click="itemClick(83,'niprocart')" ref="niprocart" v-if="isShow('血液透析干粉')">
11 11
           <label class="name">血液透析干粉</label>
12 12
           <div class="content">
13 13
             <span class="text" id="knjaa">{{getValue(this.dialysisPrescription.niprocart)}}</span>
14 14
             <span class="iconfont">&#xe6f9;</span>
15 15
           </div>
16 16
         </div>
17
-        <div class="item" value="item" @click="itemClick(80,'jms')" ref="jms">
17
+        <div class="item" value="item" @click="itemClick(80,'jms')" ref="jms" v-if="isShow('一次性使用动静脉穿刺针')">
18 18
           <label class="name">一次性使用动静脉穿刺针</label>
19 19
           <div class="content">
20 20
             <span class="text" id="knjaa">{{getValue(this.dialysisPrescription.jms)}}</span>
21 21
             <span class="iconfont">&#xe6f9;</span>
22 22
           </div>
23 23
         </div>
24
-        <div class="item" value="item" @click="itemClick(81,'fistula_needle_set')" ref="fistula_needle_set">
24
+        <div class="item" value="item" @click="itemClick(81,'fistula_needle_set')" ref="fistula_needle_set"  v-if="isShow('内瘘管翼状针')">
25 25
           <label class="name">内瘘管翼状针</label>
26 26
           <div class="content">
27 27
             <span class="text" id="knjaa">{{getValue(this.dialysisPrescription.fistula_needle_set)}}</span>
28 28
             <span class="iconfont">&#xe6f9;</span>
29 29
           </div>
30 30
         </div>
31
-        <div class="item" value="item" @click="itemClick(82,'fistula_needle_set_16')" ref="fistula_needle_set_16">
31
+        <div class="item" value="item" @click="itemClick(82,'fistula_needle_set_16')" ref="fistula_needle_set_16" v-if="isShow('内瘘管翼状针16G')">
32 32
           <label class="name">内瘘管翼状针16G</label>
33 33
           <div class="content">
34 34
             <span class="text" id="knjaa">{{getValue(this.dialysisPrescription.fistula_needle_set_16)}}</span>
35 35
             <span class="iconfont">&#xe6f9;</span>
36 36
           </div>
37 37
         </div>
38
-        <div class="item" value="item" @click="itemClick(85,'hemoperfusion')" ref="hemoperfusion">
38
+        <div class="item" value="item" @click="itemClick(85,'hemoperfusion')" ref="hemoperfusion" v-if="isShow('一次性使用血液灌流器')">
39 39
           <label class="name">一次性使用血液灌流器</label>
40 40
           <div class="content">
41 41
             <span class="text" id="knjaa">{{getValue(this.dialysisPrescription.hemoperfusion)}}</span>
42 42
             <span class="iconfont">&#xe6f9;</span>
43 43
           </div>
44 44
         </div>
45
-        <div class="item" value="item" @click="itemClick(84,'dialyser_sterilised')" ref="dialyser_sterilised">
45
+        <div class="item" value="item" @click="itemClick(84,'dialyser_sterilised')" ref="dialyser_sterilised" v-if="isShow('空心纤维血液透析器')">
46 46
           <label class="name">空心纤维血液透析器</label>
47 47
           <div class="content">
48 48
             <span class="text" id="knjaa">{{getValue(this.dialysisPrescription.dialyser_sterilised)}}</span>
49 49
             <span class="iconfont">&#xe6f9;</span>
50 50
           </div>
51 51
         </div>
52
-        <div class="item" value="item" @click="itemClick(79,'filtryzer')" ref="filtryzer">
52
+        <div class="item" value="item" @click="itemClick(79,'filtryzer')" ref="filtryzer" v-if="isShow('中空纤维透析器')">
53 53
           <label class="name">中空纤维透析器</label>
54 54
           <div class="content">
55 55
             <span class="text" id="knjaa">{{getValue(this.dialysisPrescription.filtryzer)}}</span>
@@ -113,13 +113,27 @@
113 113
             Toast.fail(response.data.msg)
114 114
             return false
115 115
           } else {
116
+            var goodInfoArray = []
117
+            for (let i = 0; i < response.data.data.list.length; i++) {
118
+              let obj = {}
119
+              obj['id'] = response.data.data.list[i].GoodInfo.id
120
+              obj['name'] = response.data.data.list[i].GoodInfo.specification_name
121
+              goodInfoArray.push(obj)
122
+            }
123
+            const obj = {}
124
+            // 去重复
125
+            goodInfoArray = goodInfoArray.reduce((cur, next) => {
126
+              obj[next.id] ? '' : obj[next.id] = true && cur.push(next)
127
+              return cur
128
+            }, [])
129
+
116 130
             switch (name) {
117 131
               case 'niprocart':
118 132
                 this.propForm.type = 1
119 133
                 this.propForm.title = '血液透析干粉'
120 134
                 this.propForm.list = []
121 135
                 this.propForm.optionList = []
122
-                this.propForm.optionList = response.data.data.list
136
+                this.propForm.optionList = goodInfoArray
123 137
                 this.propForm.isMultiple = 1
124 138
                 this.propForm.selectId = this.dialysisPrescription.niprocart
125 139
                 this.propForm.click_ref = 'niprocart'
@@ -132,7 +146,7 @@
132 146
                 this.propForm.title = '一次性使用动静脉穿刺针'
133 147
                 this.propForm.list = []
134 148
                 this.propForm.optionList = []
135
-                this.propForm.optionList = response.data.data.list
149
+                this.propForm.optionList = goodInfoArray
136 150
                 this.propForm.isMultiple = 1
137 151
                 this.propForm.selectId = this.dialysisPrescription.jms
138 152
                 this.propForm.click_ref = 'jms'
@@ -149,7 +163,7 @@
149 163
 
150 164
                 this.propForm.list = []
151 165
                 this.propForm.optionList = []
152
-                this.propForm.optionList = response.data.data.list
166
+                this.propForm.optionList = goodInfoArray
153 167
                 this.propForm.isMultiple = 1
154 168
                 this.propForm.selectId = this.dialysisPrescription.fistula_needle_set
155 169
                 this.propForm.click_ref = 'perfusion_apparatus'
@@ -163,7 +177,7 @@
163 177
 
164 178
                 this.propForm.list = []
165 179
                 this.propForm.optionList = []
166
-                this.propForm.optionList = response.data.data.list
180
+                this.propForm.optionList = goodInfoArray
167 181
                 this.propForm.isMultiple = 1
168 182
                 this.propForm.selectId = this.dialysisPrescription.fistula_needle_set_16
169 183
                 this.propForm.click_ref = 'fistula_needle_set_16'
@@ -178,7 +192,7 @@
178 192
                 this.visibility = false
179 193
                 this.propForm.list = []
180 194
                 this.propForm.optionList = []
181
-                this.propForm.optionList = response.data.data.list
195
+                this.propForm.optionList = goodInfoArray
182 196
                 this.propForm.isMultiple = 1
183 197
                 this.propForm.selectId = this.dialysisPrescription.hemoperfusion
184 198
                 this.propForm.click_ref = 'hemoperfusion'
@@ -191,7 +205,7 @@
191 205
                 this.visibility = false
192 206
                 this.propForm.list = []
193 207
                 this.propForm.optionList = []
194
-                this.propForm.optionList = response.data.data.list
208
+                this.propForm.optionList = goodInfoArray
195 209
                 this.propForm.isMultiple = 1
196 210
                 this.propForm.selectId = this.dialysisPrescription.dialyser_sterilised
197 211
                 this.propForm.click_ref = 'dialyser_sterilised'
@@ -203,12 +217,11 @@
203 217
                 this.propForm.title = '中空纤维透析器'
204 218
                 this.propForm.list = []
205 219
                 this.propForm.optionList = []
206
-                this.propForm.optionList = response.data.data.list
220
+                this.propForm.optionList = goodInfoArray
207 221
                 this.propForm.isMultiple = 1
208 222
                 this.propForm.selectId = this.dialysisPrescription.filtryzer
209 223
                 this.propForm.click_ref = 'filtryzer'
210 224
                 break
211
-
212 225
             }
213 226
           }
214 227
         })
@@ -225,6 +238,7 @@
225 238
         this.is_show = false
226 239
         this.visibility = true
227 240
       }, menuComfirm: function (val) {
241
+        console.log(val)
228 242
         this.is_show = false
229 243
         this.visibility = true
230 244
         this.$nextTick(() => {
@@ -271,8 +285,16 @@
271 285
             }
272 286
             break
273 287
         }
274
-      },
288
+      }, isShow(name){
289
+        var filedList = this.$store.getters.user.fileds
275 290
 
291
+        for (let i = 0; i < filedList.length; i++){
292
+          if(filedList[i].module == 1 && filedList[i].filed_name_cn == name&&filedList[i].is_show == 1){
293
+            return true
294
+          }
295
+        }
296
+        return false
297
+      }
276 298
     }
277 299
   }
278 300
 </script>

File diff suppressed because it is too large
+ 867 - 863
src/pages/main/today/TodayTab.vue


+ 33 - 0
src/pages/main/today/acceptsAssessment.vue View File

@@ -39,6 +39,24 @@
39 39
           <label>风险程度:</label>
40 40
           <span class="content">{{dangerLevel}}</span>
41 41
         </li>
42
+
43
+        <li style="height: 0.6rem;" v-if="isShow('跌倒风险预防措施')">
44
+          <label>跌倒风险预防措施:</label>
45
+          <span class="content">{{posture}}</span>
46
+        </li>
47
+
48
+        <li style="height: 0.6rem;" v-if="isShow('其他跌倒风险预防措施')">
49
+          <label>其他跌倒风险预防措施:</label>
50
+          <span class="content">{{this.record.precaution_other}}</span>
51
+        </li>
52
+
53
+        <li style="height: 0.6rem;" v-if="isShow('其他病情')">
54
+          <label>其他病情 </label>
55
+          <span class="content">{{this.record.sick_condition_other}} </span>
56
+        </li>
57
+
58
+
59
+
42 60
         <li style="height: 0.6rem;"  v-if="isShow('摄入量')">
43 61
           <label>摄入量:</label>
44 62
           <span class="content">{{intakes}}</span>
@@ -60,6 +78,10 @@
60 78
           <label>心理评估异常原因:</label>
61 79
           <span class="content">{{this.record.psychological_assessment_other}}</span>
62 80
         </li>
81
+        <li style="height: 0.6rem;" v-if="isShow('其他心理评估') ">
82
+          <label>其他心理评估:</label>
83
+          <span class="content">{{this.record.psychological_other}}</span>
84
+        </li>
63 85
         <li style="height: 0.6rem;" v-if="isShow('其他病情')">
64 86
           <label>其他病情 </label>
65 87
           <span class="content">{{this.record.sick_condition_other}} </span>
@@ -126,6 +148,11 @@ export default {
126 148
       },psychological_assessment: {
127 149
         "1": "正常",
128 150
         "2": "异常",
151
+      },precaution: {
152
+        "1": "镇定剂",
153
+        "2": "约束带",
154
+        "3": "床栏",
155
+        "4": "加强宣教",
129 156
       }
130 157
     };
131 158
   },
@@ -182,6 +209,12 @@ export default {
182 209
       } else {
183 210
         return this.danger_level[this.record.danger_level] == undefined ? "" : this.danger_level[this.record.danger_level] + ""
184 211
       }
212
+    },precaution: function() {
213
+      if (this.record == null || this.record.id == "") {
214
+        return ""
215
+      } else {
216
+        return this.precaution[this.record.precaution] == undefined ? "" : this.precaution[this.record.precaution] + ""
217
+      }
185 218
     },intakes: function() {
186 219
       if (this.record == null || this.record.id == "") {
187 220
         return ""

+ 21 - 0
src/pages/main/today/assessmentAfter.vue View File

@@ -163,6 +163,11 @@
163 163
           <label for="hzqx">透析器: </label>
164 164
           <span id="hzqx" class="content">{{getDialyzer(this.record.dialyzer)}}</span>
165 165
         </li>
166
+
167
+        <li  v-if="isShow('透析期间进食')">
168
+          <label for="bzh">透析期间进食: </label>
169
+          <span id="bzh" class="content">{{eat_name}}</span>
170
+        </li>
166 171
       </ul>
167 172
     </div>
168 173
     <div class="note">备注 : <span>{{remark}}</span></div>
@@ -300,6 +305,22 @@
300 305
             return '无'
301 306
             break
302 307
 
308
+          default:
309
+            return '-'
310
+            break;
311
+        }
312
+      },eat_name:function(){
313
+        if (this.record == null || this.record.id == "") {
314
+          return "-"
315
+        }
316
+        switch (this.record.is_eat) {
317
+          case 1:
318
+            return '有'
319
+            break;
320
+          case 2:
321
+            return '无'
322
+            break
323
+
303 324
           default:
304 325
             return '-'
305 326
             break;

+ 72 - 0
src/pages/main/today/assessmentBefore.vue View File

@@ -70,6 +70,7 @@
70 70
           <label>出血:</label>
71 71
           <span class="content">{{ is_hemorrhage ? hemorrhage + ';' + hemorrhage_other : '无' }}</span>
72 72
           <span class="unit"> </span>
73
+        </li>
73 74
 
74 75
         <li v-if="isShow('并发症')">
75 76
           <label>并发症: </label>
@@ -130,11 +131,57 @@
130 131
           <label>中心静脉导管: </label>
131 132
           <span class="content">{{this.record.ductus_arantii}}</span>
132 133
         </li>
134
+
135
+
136
+
137
+        <li style="height: 0.6rem;" v-if="isShow('其他中心静脉导管')">
138
+          <label>其他中心静脉导管:</label>
139
+          <span class="content">{{ ductus_arantii_other }}</span>
140
+          <span class="unit"> </span>
141
+        </li>
142
+
133 143
         <li v-if="isShow('急诊')">
134 144
           <label>急诊: </label>
135 145
           <span class="content" v-if="this.record.emergency_treatment != -1">{{getEmergencyTreatment(this.record.emergency_treatment)}}</span>
136 146
           <span class="content" v-if="this.record.emergency_treatment == -1">{{emergency_treatment_other}}</span>
137 147
         </li>
148
+
149
+
150
+
151
+        <li style="height: 0.6rem;" v-if="isShow('感染')">
152
+          <label>感染:</label>
153
+          <span class="content">{{ is_infect ? '有' : '无' }}</span>
154
+          <span class="unit"> </span>
155
+        </li>
156
+
157
+
158
+        <li style="height: 0.6rem;" v-if="isShow('其他感染情况')">
159
+          <label>其他感染情况:</label>
160
+          <span class="content">{{ infect_other }}</span>
161
+          <span class="unit"> </span>
162
+        </li>
163
+
164
+
165
+        <li style="height: 0.6rem;" v-if="isShow('外露')">
166
+          <label>外露:</label>
167
+          <span class="content">{{exposed?exposed:''}}</span>
168
+          <span class="unit">cm</span>
169
+        </li>
170
+
171
+
172
+        <li style="height: 0.6rem;" v-if="isShow('皮肤')">
173
+          <label>皮肤:</label>
174
+          <span class="content">{{getSkin(this.record.skin)}}</span>
175
+          <span class="unit"></span>
176
+        </li>
177
+
178
+        <li style="height: 0.6rem;" v-if="isShow('其他皮肤情况')">
179
+          <label>其他皮肤情况:</label>
180
+          <span class="content">{{ skin_other }}</span>
181
+          <span class="unit"> </span>
182
+        </li>
183
+
184
+
138 185
       </ul>
139 186
 
140 187
     </div>
@@ -311,6 +358,21 @@
311 358
         }
312 359
 
313 360
         return name1+name2
361
+      },infect_other:function () {
362
+        if (this.record == null || this.record.id == '') {
363
+          return '-'
364
+        }
365
+        return this.record.infect_other
366
+      },skin_other:function () {
367
+        if (this.record == null || this.record.id == '') {
368
+          return '-'
369
+        }
370
+        return this.record.skin_other
371
+      },ductus_arantii_other:function () {
372
+        if (this.record == null || this.record.id == '') {
373
+          return '-'
374
+        }
375
+        return this.record.ductus_arantii_other
314 376
       }
315 377
     },
316 378
     methods: {
@@ -390,6 +452,16 @@
390 452
         }
391 453
         return emergencyTreatmentName
392 454
 
455
+      },getSkin:function (id) {
456
+        var skinOptions = this.$store.getters.skin;
457
+        var skinName = "";
458
+        for (let i = 0; i < skinOptions.length; i++){
459
+          if(skinOptions[i].id == id){
460
+            skinName =    skinOptions[i].name
461
+          }
462
+        }
463
+        return skinName
464
+
393 465
       }
394 466
       // setRecord(record) {
395 467
       //   if (record == null) {

+ 3 - 0
src/pages/main/today/dialysisMonitoring.vue View File

@@ -18,6 +18,8 @@
18 18
           <th v-if="isShow('置换率')" width="92px">置换率(L/h)</th>
19 19
           <th v-if="isShow('置换量')"  width="92px">置换量(L)</th>
20 20
           <th v-if="isShow('电导度')"  width="92px">电导度(mS/m)</th>
21
+          <th v-if="isShow('置换液流量')"  width="92px">置换液流量(ml/h)</th>
22
+
21 23
           <th v-if="isShow('病情变化')" width="92px">病情变化</th>
22 24
           <th v-if="isShow('处理')" width="92px">处理</th>
23 25
           <th v-if="isShow('结果')" width="92px">结果</th>
@@ -37,6 +39,7 @@
37 39
           <td v-if="isShow('置换率')">{{item.replacement_rate?item.replacement_rate:''}}</td>
38 40
           <td v-if="isShow('置换量')">{{item.displacement_quantity?item.displacement_quantity:''}}</td>
39 41
           <th v-if="isShow('电导度')" >{{item.conductivity?item.conductivity:''}}</th>
42
+          <th v-if="isShow('置换液流量')" >{{item.displacement_flow_quantity?item.displacement_flow_quantity:''}}</th>
40 43
           <td v-if="isShow('病情变化')">{{item.symptom}}</td>
41 44
           <td v-if="isShow('处理')">{{item.dispose}}</td>
42 45
           <td v-if="isShow('结果')">{{item.result}}</td>

+ 18 - 1
src/store/modules/globalConfig.js View File

@@ -568,6 +568,10 @@ const global_config = {
568 568
       {id: 4, name: "血肿"},
569 569
       {id: 5, name: "淤血"},
570 570
       {id: 6, name: "感染"},
571
+      {id: 7, name: "自体内瘘"},
572
+      {id: 8, name: "人工血管内瘘"},
573
+
574
+
571 575
     ],
572 576
     blood_access_noise:[
573 577
       {id: 1, name: "存在"},
@@ -660,7 +664,20 @@ const global_config = {
660 664
       {id: 1, name: '急性心衰'},
661 665
       {id: 2, name: "高血钾"},
662 666
       {id: 3, name: "重症酸中毒"},
663
-    ]
667
+    ],
668
+    skin:[
669
+      {id: 1, name: '完整'},
670
+      {id: 2, name: "干燥"},
671
+      {id: 3, name: "瘙痒"},
672
+      {id: 4, name: "菲薄"},
673
+      {id: 5, name: "水肿"},
674
+      {id: 6, name: "皮疹"},
675
+      {id: 7, name: "出血点"},
676
+      {id: 8, name: "压疮"},
677
+      {id: 9, name: "皮下出血"},
678
+    ],
679
+
680
+
664 681
   },
665 682
   mutations: {
666 683
     SET_PATIENT_TYPE: (state, patientTypes) => {