|
@@ -561,7 +561,7 @@
|
561
|
561
|
</el-form-item>
|
562
|
562
|
</el-col>
|
563
|
563
|
|
564
|
|
- <el-col :span="8" v-if="isShows('透析器')&& this.$store.getters.xt_user.template_info.org_id == 10164">
|
|
564
|
+ <el-col :span="8" v-if="isShows('透析器')&& (this.$store.getters.xt_user.template_info.org_id == 10164 || this.$store.getters.xt_user.template_info.org_id==10727|| this.$store.getters.xt_user.template_info.org_id==10751)">
|
565
|
565
|
<el-form-item label="透析器:" prop="dialysis_dialyszers" >
|
566
|
566
|
<el-input v-model="dialysis_dialyszers"
|
567
|
567
|
@focus="showInnerDialog('20')"></el-input>
|
|
@@ -709,8 +709,8 @@
|
709
|
709
|
</el-form-item>
|
710
|
710
|
</el-col>
|
711
|
711
|
|
712
|
|
-
|
713
|
|
-
|
|
712
|
+
|
|
713
|
+
|
714
|
714
|
<el-col :span="8" v-if="isShows('血管通路部位')">
|
715
|
715
|
<el-form-item label="血管通路部位:">
|
716
|
716
|
<el-select v-model="addPlan.blood_access_part_id" placeholder="请选择">
|
|
@@ -946,7 +946,7 @@
|
946
|
946
|
</multi-select-box>
|
947
|
947
|
|
948
|
948
|
|
949
|
|
-
|
|
949
|
+
|
950
|
950
|
<radio-select-box
|
951
|
951
|
:propsForm="InnerDialogPropsOne"
|
952
|
952
|
v-on:dialog-comfirm="innerDialogComfirmOne"
|
|
@@ -1408,7 +1408,7 @@
|
1408
|
1408
|
},
|
1409
|
1409
|
|
1410
|
1410
|
'addPlan.dialysis_duration': function() {
|
1411
|
|
-
|
|
1411
|
+
|
1412
|
1412
|
if(this.addPlan.id == 0){
|
1413
|
1413
|
this.addPlan.anticoagulant_zongliang = calculateAnticoagulantZL(1,
|
1414
|
1414
|
this.addPlan.anticoagulant_shouji,
|
|
@@ -1416,10 +1416,10 @@
|
1416
|
1416
|
this.addPlan.anticoagulant_weichi
|
1417
|
1417
|
)
|
1418
|
1418
|
}
|
1419
|
|
-
|
|
1419
|
+
|
1420
|
1420
|
},
|
1421
|
1421
|
// 'addPlan.anticoagulant_shouji': function() {
|
1422
|
|
-
|
|
1422
|
+
|
1423
|
1423
|
// if(this.addPlan.id == 0){
|
1424
|
1424
|
// this.addPlan.anticoagulant_zongliang = calculateAnticoagulantZL(1,
|
1425
|
1425
|
// this.addPlan.anticoagulant_shouji,
|
|
@@ -1427,15 +1427,15 @@
|
1427
|
1427
|
// this.addPlan.anticoagulant_weichi
|
1428
|
1428
|
// )
|
1429
|
1429
|
// }
|
1430
|
|
-
|
1431
|
|
-
|
|
1430
|
+
|
|
1431
|
+
|
1432
|
1432
|
// if(this.addPlan.id == 0){
|
1433
|
1433
|
// if(this.$store.getters.xt_user.template_info.template_id == 41 && this.addPlan.anticoagulant == 2 ){
|
1434
|
1434
|
// this.addPlan.anticoagulant_zongliang = ""
|
1435
|
1435
|
// this.addPlan.anticoagulant_zongliang = parseInt(this.addPlan.anticoagulant_shouji) + parseInt(this.addPlan.anticoagulant_weichi)
|
1436
|
1436
|
// }
|
1437
|
1437
|
// }
|
1438
|
|
-
|
|
1438
|
+
|
1439
|
1439
|
|
1440
|
1440
|
// },
|
1441
|
1441
|
// 'addPlan.anticoagulant_weichi': function() {
|
|
@@ -1448,15 +1448,15 @@
|
1448
|
1448
|
// this.addPlan.anticoagulant_weichi
|
1449
|
1449
|
// )
|
1450
|
1450
|
// }
|
1451
|
|
-
|
1452
|
|
-
|
|
1451
|
+
|
|
1452
|
+
|
1453
|
1453
|
// if(this.addPlan.id == 0){
|
1454
|
1454
|
// if(this.$store.getters.xt_user.template_info.template_id == 41 && this.addPlan.anticoagulant == 2 ){
|
1455
|
1455
|
// this.addPlan.anticoagulant_zongliang = ""
|
1456
|
1456
|
// this.addPlan.anticoagulant_zongliang = parseInt(this.addPlan.anticoagulant_shouji) + parseInt(this.addPlan.anticoagulant_weichi)
|
1457
|
1457
|
// }
|
1458
|
1458
|
// }
|
1459
|
|
-
|
|
1459
|
+
|
1460
|
1460
|
// },
|
1461
|
1461
|
|
1462
|
1462
|
'addPlan.anticoagulant_shouji': function() {
|
|
@@ -1624,7 +1624,7 @@
|
1624
|
1624
|
break
|
1625
|
1625
|
|
1626
|
1626
|
case '20': // 透析器
|
1627
|
|
-
|
|
1627
|
+
|
1628
|
1628
|
for (let i = 0; i < this.dialyzers.length; i++) {
|
1629
|
1629
|
this.dialyzers[i].name = this.dialyzers[i].specification_name
|
1630
|
1630
|
}
|
|
@@ -1672,7 +1672,7 @@
|
1672
|
1672
|
|
1673
|
1673
|
break
|
1674
|
1674
|
case 'dialyzers':
|
1675
|
|
-
|
|
1675
|
+
|
1676
|
1676
|
// this.dialysis_dialyszers = val.value.join(',')
|
1677
|
1677
|
// break
|
1678
|
1678
|
var newArr = []
|
|
@@ -1756,7 +1756,7 @@
|
1756
|
1756
|
break
|
1757
|
1757
|
case 'irrigations':
|
1758
|
1758
|
var newArr = []
|
1759
|
|
-
|
|
1759
|
+
|
1760
|
1760
|
if(this.irrigations!=null && this.irrigations.length >0){
|
1761
|
1761
|
for(let i=0;i<this.irrigations.length;i++){
|
1762
|
1762
|
if(this.irrigations[i].specification_name == val.value){
|
|
@@ -2397,7 +2397,7 @@
|
2397
|
2397
|
this.addPlan.max_ultrafiltration_rate = row.max_ultrafiltration_rate
|
2398
|
2398
|
this.addPlan.oxygen_flow = row.oxygen_flow
|
2399
|
2399
|
this.addPlan.oxygen_time = row.oxygen_time
|
2400
|
|
-
|
|
2400
|
+
|
2401
|
2401
|
if(row.oxygen_uptake == 1){
|
2402
|
2402
|
this.oxygenShow = true
|
2403
|
2403
|
}
|
|
@@ -2446,7 +2446,7 @@
|
2446
|
2446
|
|
2447
|
2447
|
this.addPlan.amylaceum = row.amylaceum
|
2448
|
2448
|
this.addPlan.chaptalization = row.chaptalization
|
2449
|
|
- this.addPlan.blood_access_part_id = row.blood_access_part_id
|
|
2449
|
+ this.addPlan.blood_access_part_id = row.blood_access_part_id
|
2450
|
2450
|
|
2451
|
2451
|
this.addPlan.sterilization_water = row.sterilization_water
|
2452
|
2452
|
this.addPlan.five_glucose = row.five_glucose
|
|
@@ -3037,7 +3037,7 @@
|
3037
|
3037
|
})
|
3038
|
3038
|
})
|
3039
|
3039
|
.catch(() => {
|
3040
|
|
- })
|
|
3040
|
+ })
|
3041
|
3041
|
}
|
3042
|
3042
|
},
|
3043
|
3043
|
created() {
|
|
@@ -3082,7 +3082,7 @@
|
3082
|
3082
|
)
|
3083
|
3083
|
this.plasmaSeparatorList = getDataConfig('hemodialysis','plasma_separator')
|
3084
|
3084
|
this.bilirubinAdsorptionColumn = getDataConfig('hemodialysis','bilirubin_adsorption_column')
|
3085
|
|
-
|
|
3085
|
+
|
3086
|
3086
|
this.queryParams.id = this.patientID
|
3087
|
3087
|
|
3088
|
3088
|
this.blood_access_part = getDataConfig('hemodialysis', 'vascular_access')
|