|
@@ -1610,7 +1610,7 @@
|
1610
|
1610
|
'hemodialysis',
|
1611
|
1611
|
'dialyzer_perfusion_apparatus'
|
1612
|
1612
|
)
|
1613
|
|
- console.log('3333333', this.dialyzerPerfusionApparatus)
|
|
1613
|
+ // console.log('3333333', this.dialyzerPerfusionApparatus)
|
1614
|
1614
|
this.bloods = getDataConfig(
|
1615
|
1615
|
'hemodialysis',
|
1616
|
1616
|
'blood'
|
|
@@ -1968,7 +1968,7 @@
|
1968
|
1968
|
if (his_is_open == 1) {
|
1969
|
1969
|
this.is_open = 0
|
1970
|
1970
|
}
|
1971
|
|
-
|
|
1971
|
+
|
1972
|
1972
|
if(this.$store.getters.xt_user.org.id == 10101){
|
1973
|
1973
|
if (this.predialysis.id > 0 && this.predialysis.created_time > 0) {
|
1974
|
1974
|
var date = new Date(this.predialysis.created_time * 1000)
|
|
@@ -2056,7 +2056,7 @@
|
2056
|
2056
|
}
|
2057
|
2057
|
}
|
2058
|
2058
|
}
|
2059
|
|
-
|
|
2059
|
+
|
2060
|
2060
|
|
2061
|
2061
|
if (pre.anticoagulant == 3) {
|
2062
|
2062
|
this.dialysisPrescription.anticoagulant = '低分子肝素'
|
|
@@ -3513,7 +3513,7 @@
|
3513
|
3513
|
if (isNaN(this.dialysisPrescription.anticoagulant_zongliang)) {
|
3514
|
3514
|
this.dialysisPrescription.anticoagulant_zongliang = ''
|
3515
|
3515
|
}
|
3516
|
|
-
|
|
3516
|
+
|
3517
|
3517
|
},
|
3518
|
3518
|
'dialysisPrescription.anticoagulant_shouji': function() {
|
3519
|
3519
|
let dialysis_duration_minute = 0
|