|
@@ -80,25 +80,25 @@
|
80
|
80
|
<div class="inline_block">
|
81
|
81
|
病区:
|
82
|
82
|
<div class="under_line" style="width: 50px; text-align: center">
|
83
|
|
- <span v-if="org_id == 10121||org_id == 10138||org_id == 10414 ||org_id == 10447">{{
|
|
83
|
+ <span>{{
|
84
|
84
|
patientInfo.DialysisSchedule.device_zone.name
|
85
|
85
|
? patientInfo.DialysisSchedule.device_zone.name
|
86
|
|
- : ""
|
|
86
|
+ : "/"
|
87
|
87
|
}}</span>
|
88
|
|
- <span v-else>{{ "/" }}</span>
|
|
88
|
+
|
89
|
89
|
</div>
|
90
|
90
|
</div>
|
91
|
91
|
<div class="inline_block">
|
92
|
92
|
床号:
|
93
|
93
|
<div class="under_line" style="width: 50px; text-align: center">
|
94
|
|
- <span v-if="org_id == 10121||org_id == 10414 || org_id == 10447 || org_id == 9675">{{
|
|
94
|
+ <span>{{
|
95
|
95
|
dialysisOrder &&
|
96
|
96
|
dialysisOrder.DeviceNumber &&
|
97
|
97
|
dialysisOrder.DeviceNumber.number.length > 0
|
98
|
98
|
? dialysisOrder.DeviceNumber.number
|
99
|
99
|
: patientInfo.DialysisSchedule.device_number.number
|
100
|
100
|
}}</span>
|
101
|
|
- <span v-else>{{ "/" }}</span>
|
|
101
|
+
|
102
|
102
|
</div>
|
103
|
103
|
</div>
|
104
|
104
|
<div class="inline_block">
|
|
@@ -222,11 +222,7 @@
|
222
|
222
|
class="under_line"
|
223
|
223
|
style="width: 150px; text-align: center"
|
224
|
224
|
>
|
225
|
|
- <!-- {{
|
226
|
|
- predialysis.symptom_before_dialysis
|
227
|
|
- ? predialysis.symptom_before_dialysis
|
228
|
|
- : "/"
|
229
|
|
- }} -->
|
|
225
|
+ {{getTimeOne(lastSchedule.schedule_date) }}
|
230
|
226
|
</div>
|
231
|
227
|
</div>
|
232
|
228
|
</div>
|
|
@@ -725,6 +721,7 @@
|
725
|
721
|
</div>
|
726
|
722
|
|
727
|
723
|
<div
|
|
724
|
+ v-if="prescription.mode_id == 2 || prescription.mode_id == 5 || prescription.mode_id == 12 || prescription.mode_id == 28"
|
728
|
725
|
class="inline_block"
|
729
|
726
|
style="margin-left: 10px; flex: 1"
|
730
|
727
|
>
|
|
@@ -732,6 +729,7 @@
|
732
|
729
|
<div
|
733
|
730
|
class="under_line"
|
734
|
731
|
style="width: 100px; text-align: center"
|
|
732
|
+
|
735
|
733
|
>
|
736
|
734
|
{{
|
737
|
735
|
getDisplaceLiquiPart(prescription.displace_liqui_part)
|
|
@@ -739,7 +737,7 @@
|
739
|
737
|
</div>
|
740
|
738
|
</div>
|
741
|
739
|
<div
|
742
|
|
-
|
|
740
|
+ v-if="prescription.mode_id == 2 || prescription.mode_id == 5 || prescription.mode_id == 12 || prescription.mode_id == 28"
|
743
|
741
|
class="inline_block"
|
744
|
742
|
style="margin-left: 10px; flex: 1"
|
745
|
743
|
>
|
|
@@ -1105,7 +1103,7 @@
|
1105
|
1103
|
<span v-if="org_id!=9675 && org_id!=10447 && org_id!=9829 && org_id!=10440 && org_id!=10469 && org_id!=10471">
|
1106
|
1104
|
<span v-if="prescription.anticoagulant == 4">mg</span>
|
1107
|
1105
|
<span v-if="prescription.anticoagulant == 3">iu</span>
|
1108
|
|
- <span v-if="prescription.anticoagulant == 2">iu</span>
|
|
1106
|
+ <span v-if="prescription.anticoagulant == 2">mg</span>
|
1109
|
1107
|
<span v-if="prescription.anticoagulant == 1">mg</span>
|
1110
|
1108
|
</span>
|
1111
|
1109
|
|
|
@@ -1153,7 +1151,7 @@
|
1153
|
1151
|
<span v-if="prescription.anticoagulant == 5">ml/h</span>
|
1154
|
1152
|
<span v-if="prescription.anticoagulant == 4">mg/h</span>
|
1155
|
1153
|
<span v-if="prescription.anticoagulant == 3">iu/h</span>
|
1156
|
|
- <span v-if="prescription.anticoagulant == 2">iu/h</span>
|
|
1154
|
+ <span v-if="prescription.anticoagulant == 2">mg/h</span>
|
1157
|
1155
|
<span v-if="prescription.anticoagulant == 1">mg/h</span>
|
1158
|
1156
|
</span>
|
1159
|
1157
|
<span v-if="org_id==9675 || org_id==10447 || org_id== 9829 || org_id == 10440 || org_id == 10469 || org_id == 10471">
|
|
@@ -1224,7 +1222,7 @@
|
1224
|
1222
|
<span v-if="org_id!=9675 && org_id!=10447 && org_id!=9829 && org_id!=10440 && org_id!=10469 && org_id!=10471">
|
1225
|
1223
|
<span v-if="prescription.anticoagulant == 4">mg</span>
|
1226
|
1224
|
<span v-if="prescription.anticoagulant == 3">iu</span>
|
1227
|
|
- <span v-if="prescription.anticoagulant == 2">iu</span>
|
|
1225
|
+ <span v-if="prescription.anticoagulant == 2">mg</span>
|
1228
|
1226
|
<span v-if="prescription.anticoagulant == 1">mg</span>
|
1229
|
1227
|
</span>
|
1230
|
1228
|
<span v-if="org_id==9675 || org_id==10447 || org_id == 9829 || org_id == 10440 || org_id == 10469 || org_id == 10471">
|
|
@@ -3151,6 +3149,7 @@
|
3151
|
3149
|
gaijiliang_unit: "",
|
3152
|
3150
|
},
|
3153
|
3151
|
org_id: 0,
|
|
3152
|
+ lastSchedule:{},
|
3154
|
3153
|
};
|
3155
|
3154
|
},
|
3156
|
3155
|
methods: {
|
|
@@ -3452,6 +3451,17 @@
|
3452
|
3451
|
}
|
3453
|
3452
|
return "";
|
3454
|
3453
|
},
|
|
3454
|
+
|
|
3455
|
+ getTimeOne(val) {
|
|
3456
|
+ if(val < 0){
|
|
3457
|
+ return ""
|
|
3458
|
+ }
|
|
3459
|
+ if(val == ""){
|
|
3460
|
+ return ""
|
|
3461
|
+ }else {
|
|
3462
|
+ return uParseTime(val, '{y}-{m}-{d}')
|
|
3463
|
+ }
|
|
3464
|
+ },
|
3455
|
3465
|
getUnit: function (val) {
|
3456
|
3466
|
switch (val) {
|
3457
|
3467
|
case 1:
|
|
@@ -3582,6 +3592,8 @@
|
3582
|
3592
|
? null
|
3583
|
3593
|
: response.data.data.dialysisOrder;
|
3584
|
3594
|
// console.log("上机233232323232", this.dialysisOrder);
|
|
3595
|
+
|
|
3596
|
+ this.lastSchedule = response.data.data.lastSchedule
|
3585
|
3597
|
if (this.operators.length > 0) {
|
3586
|
3598
|
var operatorsLen = this.operators.length;
|
3587
|
3599
|
for (var index = 0; index < operatorsLen; index++) {
|
|
@@ -3898,7 +3910,10 @@
|
3898
|
3910
|
}
|
3899
|
3911
|
this.doctor_advices = doctor_advices_1;
|
3900
|
3912
|
this.doctor_advices_2 = doctor_advices_2;
|
|
3913
|
+
|
|
3914
|
+
|
3901
|
3915
|
}
|
|
3916
|
+
|
3902
|
3917
|
// console.log(this.advice_groups);
|
3903
|
3918
|
} else {
|
3904
|
3919
|
this.loading = false;
|