|
@@ -372,7 +372,7 @@
|
372
|
372
|
</el-table-column>
|
373
|
373
|
|
374
|
374
|
|
375
|
|
-
|
|
375
|
+
|
376
|
376
|
|
377
|
377
|
<el-table-column
|
378
|
378
|
prop="heparin"
|
|
@@ -387,12 +387,12 @@
|
387
|
387
|
<el-table-column
|
388
|
388
|
prop="heparin"
|
389
|
389
|
align="center"
|
390
|
|
- label="抗凝剂"
|
|
390
|
+ label="抗凝剂"
|
391
|
391
|
width="140"
|
392
|
392
|
v-if="isShow('抗凝剂')"
|
393
|
393
|
>
|
394
|
394
|
<template slot-scope="scope">
|
395
|
|
- <span v-if="scope.row.monitor_anticoagulant == 1">无肝素</span>
|
|
395
|
+ <span v-if="scope.row.monitor_anticoagulant == 1">无肝素</span>
|
396
|
396
|
<span v-if="scope.row.monitor_anticoagulant == 2">普通肝素</span>
|
397
|
397
|
<span v-if="scope.row.monitor_anticoagulant == 3">低分子肝素</span>
|
398
|
398
|
<span v-if="scope.row.monitor_anticoagulant == 4">阿加曲班</span>
|
|
@@ -402,7 +402,7 @@
|
402
|
402
|
<span v-if="scope.row.monitor_anticoagulant == 8">依诺肝素</span>
|
403
|
403
|
<span v-if="scope.row.monitor_anticoagulant == 9">达肝素</span>
|
404
|
404
|
<span v-if="scope.row.monitor_anticoagulant_value!=''">({{ scope.row.monitor_anticoagulant_value ? scope.row.monitor_anticoagulant_value : "" }})</span>
|
405
|
|
-
|
|
405
|
+
|
406
|
406
|
</template>
|
407
|
407
|
</el-table-column>
|
408
|
408
|
|
|
@@ -453,7 +453,7 @@
|
453
|
453
|
v-if="isShow('病情变化')"
|
454
|
454
|
>
|
455
|
455
|
</el-table-column>
|
456
|
|
-
|
|
456
|
+
|
457
|
457
|
<el-table-column
|
458
|
458
|
prop="dispose"
|
459
|
459
|
align="center"
|
|
@@ -684,7 +684,7 @@
|
684
|
684
|
</div>
|
685
|
685
|
</el-form-item>
|
686
|
686
|
</el-col>
|
687
|
|
-
|
|
687
|
+
|
688
|
688
|
<el-col :span="8" v-if="isShow('血压监测部位')">
|
689
|
689
|
<el-form-item label="血压监测部位:">
|
690
|
690
|
<div style="display:flex;">
|
|
@@ -706,8 +706,8 @@
|
706
|
706
|
</el-form-item>
|
707
|
707
|
</el-col>
|
708
|
708
|
|
709
|
|
-
|
710
|
|
-
|
|
709
|
+
|
|
710
|
+
|
711
|
711
|
<!-- </el-row>
|
712
|
712
|
|
713
|
713
|
<el-row :gutter="20"> -->
|
|
@@ -894,7 +894,7 @@ export default {
|
894
|
894
|
dispose: '', // 处理
|
895
|
895
|
result: '', // 结果,
|
896
|
896
|
blood_oxygen_saturation: '',
|
897
|
|
- urr:'',
|
|
897
|
+ urr:'',
|
898
|
898
|
blood_sugar:'',//血糖
|
899
|
899
|
monitor_anticoagulant:'',
|
900
|
900
|
monitor_anticoagulant_value:"",
|
|
@@ -942,7 +942,7 @@ export default {
|
942
|
942
|
var symptoms = getDataConfig('hemodialysis', 'symptoms')
|
943
|
943
|
console.log("sysmptoms3333333333",symptoms)
|
944
|
944
|
this.anticoagulantsConfit = this.$store.getters.anticoagulants_confit
|
945
|
|
- console.log("抗凝剂",this.anticoagulantsConfit)
|
|
945
|
+ //console.log("抗凝剂",this.anticoagulantsConfit)
|
946
|
946
|
this.bloodPressureMmonitoringSite = getDataConfig('hemodialysis','blood_pressure_monitoring_site')
|
947
|
947
|
this.complicationList = getDataConfig('hemodialysis','complication')
|
948
|
948
|
|
|
@@ -1065,9 +1065,9 @@ export default {
|
1065
|
1065
|
|
1066
|
1066
|
getTodayMonitor(params).then(rs => {
|
1067
|
1067
|
console.log("机构ID",this.org_id)
|
1068
|
|
-
|
|
1068
|
+
|
1069
|
1069
|
var resp = rs.data.data
|
1070
|
|
-
|
|
1070
|
+
|
1071
|
1071
|
this.form.operate_time = resp.monitor.operate_time ? (resp.monitor.operate_time + 3600) * 1000 : Date.parse(new Date())
|
1072
|
1072
|
this.form.temperature = '' // this.last_monitor_record.pulse_frequency;
|
1073
|
1073
|
|
|
@@ -1082,7 +1082,7 @@ export default {
|
1082
|
1082
|
}else{
|
1083
|
1083
|
this.form.venous_pressure = '' // this.last_monitor_record.venous_pressure;
|
1084
|
1084
|
}
|
1085
|
|
-
|
|
1085
|
+
|
1086
|
1086
|
this.form.venous_pressure_type = resp.monitor.venous_pressure_type ? resp.monitor.venous_pressure_type : 1
|
1087
|
1087
|
this.form.arterial_pressure = resp.monitor.arterial_pressure ? resp.monitor.arterial_pressure : '' // this.last_monitor_record.arterial_pressure;
|
1088
|
1088
|
this.form.arterial_pressure_type = resp.monitor.arterial_pressure_type ? resp.monitor.arterial_pressure_type : 1
|
|
@@ -1223,7 +1223,7 @@ export default {
|
1223
|
1223
|
},
|
1224
|
1224
|
|
1225
|
1225
|
submitAction: function() {
|
1226
|
|
-
|
|
1226
|
+
|
1227
|
1227
|
// TODO loading
|
1228
|
1228
|
var is_new = this.form.id
|
1229
|
1229
|
this.form.operate_time = parseInt(this.form.operate_time / 1000)
|
|
@@ -1265,7 +1265,7 @@ export default {
|
1265
|
1265
|
}
|
1266
|
1266
|
}
|
1267
|
1267
|
editMonitor(this.patient_id, this.schedule_date, this.form, mode).then(
|
1268
|
|
-
|
|
1268
|
+
|
1269
|
1269
|
rs => {
|
1270
|
1270
|
var resp = rs.data
|
1271
|
1271
|
if (resp.state == 1) {
|