|
@@ -220,8 +220,7 @@
|
220
|
220
|
<div class="row" style="padding: 2px 0; line-height: 23px;display: flex;">
|
221
|
221
|
<div class="inline_block" style="flex: 1;">
|
222
|
222
|
T:
|
223
|
|
- <div
|
224
|
|
- class="under_line"
|
|
223
|
+ <div class="under_line"
|
225
|
224
|
style="width: 50px; text-align: center"
|
226
|
225
|
>
|
227
|
226
|
{{
|
|
@@ -837,7 +836,6 @@
|
837
|
836
|
: ""
|
838
|
837
|
}}
|
839
|
838
|
</div>
|
840
|
|
-
|
841
|
839
|
</div>
|
842
|
840
|
|
843
|
841
|
<div class="inline_block" style="flex: 0.8" >
|
|
@@ -900,13 +898,13 @@
|
900
|
898
|
class="under_line"
|
901
|
899
|
style="width: 70px; text-align: center"
|
902
|
900
|
>
|
903
|
|
- <span>{{
|
|
901
|
+ <span v-if="org_id !=10447 && org_id != 9675">{{
|
904
|
902
|
predialysis.weight_before
|
905
|
903
|
? parseFloat(
|
906
|
904
|
predialysis.weight_before -
|
907
|
905
|
predialysis.additional_weight
|
908
|
906
|
).toFixed(1)
|
909
|
|
- : "/"
|
|
907
|
+ : "未称重"
|
910
|
908
|
}}
|
911
|
909
|
</span>
|
912
|
910
|
<span v-if="org_id==10447 || org_id == 9675">
|
|
@@ -1195,7 +1193,6 @@
|
1195
|
1193
|
|
1196
|
1194
|
</div>
|
1197
|
1195
|
|
1198
|
|
-
|
1199
|
1196
|
<div class="row" style="padding: 2px 0; line-height: 23px">
|
1200
|
1197
|
<div class="inline_block">
|
1201
|
1198
|
备注:
|
|
@@ -1281,7 +1278,7 @@
|
1281
|
1278
|
<td width="50" v-if="org_id != 10121">
|
1282
|
1279
|
<span v-if="org_id != 0 && org_id !=10469 && org_id!=10490"> 电导度<br />(ms/cm)</span>
|
1283
|
1280
|
<span v-if="org_id ==10469"> 钠浓度<br />(mmol/L)</span>
|
1284
|
|
- <span v-if="org_id == 0 || org_id == 10490"> 置换液的速度<br />(ml/h)</span>
|
|
1281
|
+ <span v-if="org_id == 10490"> 置换液的速度<br />(ml/h)</span>
|
1285
|
1282
|
</td>
|
1286
|
1283
|
<td width="50" v-if="org_id == 10121">SpO₂<br />(%)</td>
|
1287
|
1284
|
<td width="50" v-if="org_id == 10375 || org_id == 0">置换率<br />(ml/h)</td>
|
|
@@ -2160,7 +2157,7 @@
|
2160
|
2157
|
afterdialysis.weight_after -
|
2161
|
2158
|
afterdialysis.additional_weight
|
2162
|
2159
|
).toFixed(1)
|
2163
|
|
- : "/"
|
|
2160
|
+ : "未称重"
|
2164
|
2161
|
}}
|
2165
|
2162
|
</span>
|
2166
|
2163
|
</div>
|
|
@@ -2178,7 +2175,12 @@
|
2178
|
2175
|
? afterdialysis.weight_loss
|
2179
|
2176
|
: "/"
|
2180
|
2177
|
}} -->
|
2181
|
|
- {{(predialysis.weight_before - afterdialysis.weight_after).toFixed(2)}}
|
|
2178
|
+ <span v-if="predialysis.weight_before !=0 && afterdialysis.weight_after !=0">
|
|
2179
|
+ {{(predialysis.weight_before - afterdialysis.weight_after).toFixed(2)}}
|
|
2180
|
+ </span>
|
|
2181
|
+ <span v-else>
|
|
2182
|
+ /
|
|
2183
|
+ </span>
|
2182
|
2184
|
</div>
|
2183
|
2185
|
kg
|
2184
|
2186
|
</div>
|
|
@@ -2547,9 +2549,9 @@
|
2547
|
2549
|
class="under_line"
|
2548
|
2550
|
style="width: 80px; text-align: center"
|
2549
|
2551
|
>
|
2550
|
|
- <span
|
|
2552
|
+ <span
|
2551
|
2553
|
style="height: 30px; display: inline-block"
|
2552
|
|
- v-if="setAdminUserES(doctor_advices[0].advice_doctor) == ''"
|
|
2554
|
+ v-if=" setAdminUserES(doctor_advices[0].advice_doctor) == ''"
|
2553
|
2555
|
>
|
2554
|
2556
|
{{ getAdminUser(doctor_advices[0].advice_doctor) }}
|
2555
|
2557
|
</span>
|
|
@@ -2566,7 +2568,7 @@
|
2566
|
2568
|
</td>
|
2567
|
2569
|
</tr>
|
2568
|
2570
|
<!-- -->
|
2569
|
|
- <tr v-if="(org_id ==10677 || org_id == 0) && dialysisOrder.quality_nurse_id>0">
|
|
2571
|
+ <tr v-if="dialysisOrder != null&&(org_id ==10677 || org_id == 0) && dialysisOrder.quality_nurse_id>0">
|
2570
|
2572
|
<td colspan="7" >
|
2571
|
2573
|
<div
|
2572
|
2574
|
class="row"
|
|
@@ -2626,7 +2628,7 @@
|
2626
|
2628
|
患者签名:
|
2627
|
2629
|
<div class="under_line" style="width: 120px;">
|
2628
|
2630
|
<img
|
2629
|
|
- v-if="dialysisOrder.url!=''"
|
|
2631
|
+ v-if="dialysisOrder != null&& dialysisOrder.url!=''"
|
2630
|
2632
|
style="height: 50px"
|
2631
|
2633
|
:src="dialysisOrder == null? 0: dialysisOrder.url"
|
2632
|
2634
|
alt=""
|
|
@@ -2638,7 +2640,6 @@
|
2638
|
2640
|
</div>
|
2639
|
2641
|
|
2640
|
2642
|
|
2641
|
|
-
|
2642
|
2643
|
<div id="dialysis-print-box-1-2" class="dialysis-print-order print-template-two print_page_main_content" style="position: relative;">
|
2643
|
2644
|
<div class="order-yy-name">{{ orgname }}</div>
|
2644
|
2645
|
<div class="order_title">血液净化科医嘱及执行单</div>
|
|
@@ -2993,219 +2994,305 @@ export default {
|
2993
|
2994
|
},
|
2994
|
2995
|
|
2995
|
2996
|
checkData() {
|
2996
|
|
- if (this.receiverTreatmentAccess.way == 0) {
|
2997
|
|
- this.$message.error("入科方式未填");
|
2998
|
|
- } else if (this.predialysis.symptom_before_dialysis == "") {
|
2999
|
|
- this.$message.error("透前症状未填");
|
3000
|
|
- } else if (this.predialysis.temperature == "") {
|
3001
|
|
- this.$message.error("透前体温未填");
|
3002
|
|
- } else if (this.predialysis.pulse_frequency == "") {
|
3003
|
|
- this.$message.error("透前脉搏未填");
|
3004
|
|
- } else if (this.predialysis.breathing_rate == "") {
|
3005
|
|
- this.$message.error("透前呼吸频率未填");
|
3006
|
|
- } else if (
|
|
2997
|
+ var checkDate =[]
|
|
2998
|
+ if (this.predialysis.temperature == 0) {
|
|
2999
|
+ const obj = "透前体温"
|
|
3000
|
+ checkDate.push(obj)
|
|
3001
|
+ } if (this.predialysis.pulse_frequency == "") {
|
|
3002
|
+ const obj1 = "透前脉搏"
|
|
3003
|
+ checkDate.push(obj1)
|
|
3004
|
+ } if (this.predialysis.breathing_rate == "") {
|
|
3005
|
+ const obj2 = "透前呼吸频率"
|
|
3006
|
+ checkDate.push(obj2)
|
|
3007
|
+ } if (
|
3007
|
3008
|
this.predialysis.systolic_blood_pressure == 0 ||
|
3008
|
3009
|
this.predialysis.diastolic_blood_pressure == 0
|
3009
|
3010
|
) {
|
3010
|
|
- this.$message.error("透前血压未填完整");
|
3011
|
|
- } else if (this.predialysis.puncture_way == "") {
|
3012
|
|
- this.$message.error("穿刺方式未填");
|
3013
|
|
- } else if (this.predialysis.puncture_needle == "") {
|
3014
|
|
- this.$message.error("穿刺针未填");
|
3015
|
|
- } else if (
|
3016
|
|
- this.predialysis.blood_access_part_id == "" &&
|
3017
|
|
- this.predialysis.blood_access_part_opera_name == ""
|
3018
|
|
- ) {
|
3019
|
|
- this.$message.error("血管通路未填");
|
3020
|
|
- } else if (this.predialysis.internal_fistula == "") {
|
3021
|
|
- this.$message.error("透前内瘘未填");
|
3022
|
|
- } else if (this.predialysis.catheter == "") {
|
3023
|
|
- this.$message.error("透前导管未填");
|
3024
|
|
- } else if (this.prescription.mode_id == "") {
|
3025
|
|
- this.$message.error("透析方式未填");
|
3026
|
|
- } else if (
|
3027
|
|
- this.prescription.displace_liqui_part == 0 &&
|
3028
|
|
- this.prescription.mode_id == 2
|
3029
|
|
- ) {
|
3030
|
|
- this.$message.error("置换方式未填");
|
3031
|
|
- } else if (
|
3032
|
|
- this.prescription.displace_liqui_value == 0 &&
|
3033
|
|
- this.prescription.mode_id == 2
|
3034
|
|
- ) {
|
3035
|
|
- this.$message.error("置换量未填");
|
3036
|
|
- } else if (this.prescription.blood_flow_volume == 0) {
|
3037
|
|
- this.$message.error("血流量未填");
|
3038
|
|
- } else if (
|
|
3011
|
+ const obj3 = "透前血压"
|
|
3012
|
+ checkDate.push(obj3)
|
|
3013
|
+ } if(this.predialysis.puncture_way == ""){
|
|
3014
|
+ const obj4 = "穿刺方式"
|
|
3015
|
+ checkDate.push(obj4)
|
|
3016
|
+ } if(this.predialysis.puncture_needle == ""){
|
|
3017
|
+ const obj5 = "穿刺针"
|
|
3018
|
+ checkDate.push(obj5)
|
|
3019
|
+ } if (
|
3039
|
3020
|
this.prescription.dialysis_duration_hour == 0 &&
|
3040
|
3021
|
this.prescription.dialysis_duration_minute == 0
|
3041
|
3022
|
) {
|
3042
|
|
- this.$message.error("透析时间未填");
|
3043
|
|
- } else if (
|
3044
|
|
- this.prescription.dialyzer_perfusion_apparatus == "" &&
|
3045
|
|
- this.prescription.dialysis_dialyszers == ""
|
3046
|
|
- ) {
|
3047
|
|
- this.$message.error("透析器未填");
|
3048
|
|
- } else if (this.prescription.dialysis_irrigation == "") {
|
3049
|
|
- this.$message.error("灌流器未填");
|
3050
|
|
- } else if (
|
3051
|
|
- this.prescription.plasma_separator == "" &&
|
3052
|
|
- this.org_id == 9538
|
3053
|
|
- ) {
|
3054
|
|
- this.$message.error("血浆分离器未填");
|
3055
|
|
- } else if (
|
3056
|
|
- this.prescription.bilirubin_adsorption_column == "" &&
|
3057
|
|
- this.org_id == 9538
|
|
3023
|
+ const obj6 = "透析时间"
|
|
3024
|
+ checkDate.push(obj6)
|
|
3025
|
+ } if(this.dialysisOrder && this.dialysisOrder.DeviceNumber.number ==''&&
|
|
3026
|
+ this.patientInfo.DialysisSchedule.device_number.number ==''
|
|
3027
|
+ ){
|
|
3028
|
+ const obj7 = "透析机号"
|
|
3029
|
+ checkDate.push(obj7)
|
|
3030
|
+ } if(this.predialysis.machine_type ==0){
|
|
3031
|
+ const obj8 = "透析机型"
|
|
3032
|
+ checkDate.push(obj8)
|
|
3033
|
+ } if( this.predialysis.blood_access_part_id == "" &&
|
|
3034
|
+ this.predialysis.blood_access_part_opera_name == ""){
|
|
3035
|
+ const obj9 = "血管通路"
|
|
3036
|
+ checkDate.push(obj9)
|
|
3037
|
+ } if(this.predialysis.internal_fistula == "" && this.predialysis.catheter == ""){
|
|
3038
|
+ const obj10 = "透前内瘘"
|
|
3039
|
+ checkDate.push(obj10)
|
|
3040
|
+ } if (this.predialysis.catheter == "" && this.predialysis.internal_fistula == "") {
|
|
3041
|
+ const obj11 = "透前导管"
|
|
3042
|
+ checkDate.push(obj11)
|
|
3043
|
+ } if (this.prescription.mode_id == 0) {
|
|
3044
|
+ const obj12 = "透析方式"
|
|
3045
|
+ checkDate.push(obj12)
|
|
3046
|
+ } if (this.prescription.displace_liqui_part == 0 &&
|
|
3047
|
+ this.prescription.mode_id == 2
|
|
3048
|
+ ){
|
|
3049
|
+ const obj13 = "置换方式"
|
|
3050
|
+ checkDate.push(obj13)
|
|
3051
|
+ } if(this.prescription.displace_liqui_value == 0 &&
|
|
3052
|
+ this.prescription.mode_id == 2
|
|
3053
|
+ ){
|
|
3054
|
+ const obj14 = "置换量"
|
|
3055
|
+ checkDate.push(obj14)
|
|
3056
|
+ } if(this.prescription.displace_speed == 0){
|
|
3057
|
+ const obj15 = "置换速度"
|
|
3058
|
+ checkDate.push(obj15)
|
|
3059
|
+ } if(this.dialysisOrder&& this.prescription.dialyzer_perfusion_apparatus =='' &&
|
|
3060
|
+ this.prescription.dialysis_dialyszers =='' && this.dialysisOrder.dialysis_dialyszers ==''
|
|
3061
|
+ ){
|
|
3062
|
+ const obj16 = "透析(滤)器"
|
|
3063
|
+ checkDate.push(obj16)
|
|
3064
|
+ } if(this.dialysisOrder && this.prescription.dialysis_irrigation =='' &&
|
|
3065
|
+ this.dialysisOrder.dialysis_irrigation ==''
|
|
3066
|
+ ){
|
|
3067
|
+ const obj17 = "灌流器"
|
|
3068
|
+ checkDate.push(obj17)
|
|
3069
|
+ } if(this.predialysis.symptom_before_dialysis ==''){
|
|
3070
|
+ const obj18 = "透前症状"
|
|
3071
|
+ checkDate.push(obj18)
|
|
3072
|
+ } if(this.lastafterdialysis.weight_after == ''){
|
|
3073
|
+ const obj19 = "上次透后体重"
|
|
3074
|
+ checkDate.push(obj19)
|
|
3075
|
+ } if(this.predialysis.weight_before == 0) {
|
|
3076
|
+ const obj20 = "透前体重"
|
|
3077
|
+ checkDate.push(obj20)
|
|
3078
|
+ } if(this.prescription.prescription_water == 0) {
|
|
3079
|
+ const obj21 = "处方脱水量"
|
|
3080
|
+ checkDate.push(obj21)
|
|
3081
|
+ } if(this.predialysis.dry_weight == 0) {
|
|
3082
|
+ const obj22 = "干体重"
|
|
3083
|
+ checkDate.push(obj22)
|
|
3084
|
+ } if (this.prescription.calcium == 0) {
|
|
3085
|
+ const obj25 = "钙"
|
|
3086
|
+ checkDate.push(obj25)
|
|
3087
|
+ } if (this.prescription.sodium == 0) {
|
|
3088
|
+ const obj26 = "钠"
|
|
3089
|
+ checkDate.push(obj26)
|
|
3090
|
+ } if (this.prescription.kalium == 0) {
|
|
3091
|
+ const obj27 = "钾"
|
|
3092
|
+ checkDate.push(obj27)
|
|
3093
|
+ } if (this.prescription.bicarbonate == 0) {
|
|
3094
|
+ const obj28 = "碳酸氢根"
|
|
3095
|
+ checkDate.push(obj28)
|
|
3096
|
+ } if (this.prescription.dialysate_flow == 0) {
|
|
3097
|
+ const obj29 = "流量"
|
|
3098
|
+ checkDate.push(obj29)
|
|
3099
|
+ } if(this.prescription.anticoagulant == 0) {
|
|
3100
|
+ const obj23 = "抗凝剂"
|
|
3101
|
+ checkDate.push(obj23)
|
|
3102
|
+ } if(this.prescription.anticoagulant_shouji == 0 &&
|
|
3103
|
+ this.prescription.anticoagulant != 5 &&
|
|
3104
|
+ this.prescription.anticoagulant != 1
|
3058
|
3105
|
) {
|
3059
|
|
- this.$message.error("胆红素吸附柱未填");
|
3060
|
|
- } else if (this.predialysis.weight_before == 0) {
|
3061
|
|
- this.$message.error("透前体重未填");
|
3062
|
|
- } else if (this.predialysis.dry_weight == 0) {
|
3063
|
|
- this.$message.error("干体重未填");
|
3064
|
|
- } else if (this.prescription.target_ultrafiltration == 0) {
|
3065
|
|
- this.$message.error("计划超滤量未填");
|
3066
|
|
- } else if (this.prescription.calcium == 0) {
|
3067
|
|
- this.$message.error("钙未填");
|
3068
|
|
- } else if (this.prescription.sodium == 0) {
|
3069
|
|
- this.$message.error("钠未填");
|
3070
|
|
- } else if (this.prescription.kalium == 0) {
|
3071
|
|
- this.$message.error("钾未填");
|
3072
|
|
- } else if (this.prescription.bicarbonate == 0) {
|
3073
|
|
- this.$message.error("碳酸氢根未填");
|
3074
|
|
- } else if (this.prescription.dialysate_flow == 0) {
|
3075
|
|
- this.$message.error("透析液流量未填");
|
3076
|
|
- } else if (this.prescription.anticoagulant == 0) {
|
3077
|
|
- this.$message.error("抗凝剂未填");
|
3078
|
|
- } else if (
|
|
3106
|
+ const obj24 = "首剂"
|
|
3107
|
+ checkDate.push(obj24)
|
|
3108
|
+ }
|
|
3109
|
+ // if(this.prescription.anticoagulant_weichi ==0 &&
|
|
3110
|
+ // this.prescription.anticoagulant != 1
|
|
3111
|
+ // ){
|
|
3112
|
+ // const obj30 ='维持'
|
|
3113
|
+ // checkDate.push(obj30)
|
|
3114
|
+
|
|
3115
|
+ // }
|
|
3116
|
+ if (
|
3079
|
3117
|
this.prescription.anticoagulant_gaimingcheng == "" &&
|
3080
|
3118
|
this.prescription.anticoagulant == 5
|
3081
|
3119
|
) {
|
3082
|
|
- this.$message.error("钙名称未填");
|
3083
|
|
- } else if (
|
|
3120
|
+ const obj31 ='钙名称'
|
|
3121
|
+ checkDate.push(obj31);
|
|
3122
|
+ } if (
|
3084
|
3123
|
this.prescription.anticoagulant_gaijiliang == "" &&
|
3085
|
3124
|
this.prescription.anticoagulant == 5
|
3086
|
3125
|
) {
|
3087
|
|
- this.$message.error("钙剂量未填");
|
3088
|
|
- } else if (this.afterdialysis.temperature == 0) {
|
3089
|
|
- this.$message.error("透后体温未填");
|
3090
|
|
- } else if (this.afterdialysis.pulse_frequency == 0) {
|
3091
|
|
- this.$message.error("透后脉搏未填");
|
3092
|
|
- } else if (this.afterdialysis.breathing_rate == 0) {
|
3093
|
|
- this.$message.error("透后呼吸频率未填");
|
3094
|
|
- } else if (
|
|
3126
|
+ const obj32 ='钙剂量'
|
|
3127
|
+ checkDate.push(obj32);
|
|
3128
|
+ } if(this.prescription.anticoagulant_zongliang ==''&&
|
|
3129
|
+ this.prescription.anticoagulant != 5 &&
|
|
3130
|
+ this.prescription.anticoagulant != 1
|
|
3131
|
+ ){
|
|
3132
|
+ const obj33 ='总量'
|
|
3133
|
+ checkDate.push(obj33);
|
|
3134
|
+ } if(this.prescription.warsh_count ==''){
|
|
3135
|
+ const obj34 ='Ns冲洗量'
|
|
3136
|
+ checkDate.push(obj34);
|
|
3137
|
+ } if(this.prescription.washing_time ==''){
|
|
3138
|
+ const obj35 ='q'
|
|
3139
|
+ checkDate.push(obj35);
|
|
3140
|
+ } if(this.predialysis.remark ==''){
|
|
3141
|
+ const obj35 ='备注'
|
|
3142
|
+ checkDate.push(obj35);
|
|
3143
|
+ } if (this.afterdialysis.temperature == 0) {
|
|
3144
|
+ const obj36 ='透后体温'
|
|
3145
|
+ checkDate.push(obj36);
|
|
3146
|
+ } if (this.afterdialysis.pulse_frequency == 0) {
|
|
3147
|
+ const obj37 ='透后脉搏'
|
|
3148
|
+ checkDate.push(obj37);
|
|
3149
|
+ } if (this.afterdialysis.breathing_rate == 0) {
|
|
3150
|
+ const obj38 ='透后呼吸频率'
|
|
3151
|
+ checkDate.push(obj38);
|
|
3152
|
+ } if (
|
3095
|
3153
|
this.afterdialysis.systolic_blood_pressure == 0 ||
|
3096
|
3154
|
this.afterdialysis.diastolic_blood_pressure == 0
|
3097
|
3155
|
) {
|
3098
|
|
- this.$message.error("透后血压未填完整");
|
3099
|
|
- } else if (
|
|
3156
|
+ const obj39 ='透后血压'
|
|
3157
|
+ checkDate.push(obj39);
|
|
3158
|
+ } if (
|
3100
|
3159
|
this.afterdialysis.actual_treatment_hour == 0 &&
|
3101
|
3160
|
this.afterdialysis.actual_treatment_minute == 0
|
3102
|
3161
|
) {
|
3103
|
|
- this.$message.error("实际治疗时间未填");
|
3104
|
|
- } else if (this.afterdialysis.cruor == "") {
|
3105
|
|
- this.$message.error("透析器凝血未填");
|
3106
|
|
- } else if (this.afterdialysis.internal_fistula == "") {
|
3107
|
|
- this.$message.error("透后内瘘未填");
|
3108
|
|
- } else if (this.afterdialysis.catheter == "") {
|
3109
|
|
- this.$message.error("透后导管未填");
|
3110
|
|
- } else if (this.afterdialysis.weight_after == 0) {
|
3111
|
|
- this.$message.error("透后体重未填");
|
3112
|
|
- } else if (this.afterdialysis.weight_loss == 0) {
|
3113
|
|
- this.$message.error("透后体重减少未填");
|
3114
|
|
- } else if (this.afterdialysis.dialysis_intakes == 0) {
|
3115
|
|
- this.$message.error("透析中入量未填");
|
3116
|
|
- } else if (this.afterdialysis.actual_ultrafiltration == 0) {
|
3117
|
|
- this.$message.error("实际超滤量未填");
|
3118
|
|
- } else if (this.summary.dialysis_summary == "") {
|
3119
|
|
- this.$message.error("透析小结未填");
|
3120
|
|
- } else if (
|
|
3162
|
+ const obj40 ='实际治疗时间'
|
|
3163
|
+ checkDate.push(obj40);
|
|
3164
|
+ } if (this.afterdialysis.cruor == "") {
|
|
3165
|
+ const obj41 ='透析器凝血'
|
|
3166
|
+ checkDate.push(obj41);
|
|
3167
|
+ } if (this.afterdialysis.internal_fistula == "" && this.afterdialysis.catheter == "") {
|
|
3168
|
+ const obj42 ='透后内瘘导管'
|
|
3169
|
+ checkDate.push(obj42);
|
|
3170
|
+ }
|
|
3171
|
+ // if (this.afterdialysis.catheter == "") {
|
|
3172
|
+ // const obj43 ='透后导管'
|
|
3173
|
+ // checkDate.push(obj43);
|
|
3174
|
+ // }
|
|
3175
|
+ if (this.afterdialysis.weight_after == 0) {
|
|
3176
|
+ const obj44 ='透后体重'
|
|
3177
|
+ checkDate.push(obj44);
|
|
3178
|
+ } if (this.afterdialysis.weight_loss == 0) {
|
|
3179
|
+ const obj45 ='透后体重减少'
|
|
3180
|
+ checkDate.push(obj45);
|
|
3181
|
+ } if (this.afterdialysis.dialysis_intakes == 0) {
|
|
3182
|
+ const obj46 ='透析中入量'
|
|
3183
|
+ checkDate.push(obj46);
|
|
3184
|
+ } if (this.afterdialysis.actual_ultrafiltration == 0) {
|
|
3185
|
+ const obj47 ='实际超滤量'
|
|
3186
|
+ checkDate.push(obj47);
|
|
3187
|
+ } if(this.afterdialysis.stroke_volume == 0){
|
|
3188
|
+ const obj49 ='透析中出量'
|
|
3189
|
+ checkDate.push(obj49);
|
|
3190
|
+ } if (this.summary.dialysis_summary == "") {
|
|
3191
|
+ const obj50 ='透析小结'
|
|
3192
|
+ checkDate.push(obj50);
|
|
3193
|
+ } if (
|
3121
|
3194
|
this.dialysisOrder == null ||
|
3122
|
3195
|
this.dialysisOrder.puncture_nurse == 0
|
3123
|
3196
|
) {
|
3124
|
|
- this.$message.error("穿刺护士未填");
|
3125
|
|
- } else if (
|
|
3197
|
+ const obj51 ='穿刺护士'
|
|
3198
|
+ checkDate.push(obj51);
|
|
3199
|
+ } if (
|
3126
|
3200
|
this.dialysisOrder == null ||
|
3127
|
3201
|
this.dialysisOrder.start_nurse == 0
|
3128
|
3202
|
) {
|
3129
|
|
- this.$message.error("治疗护士未填");
|
3130
|
|
- } else if (this.dialysisOrder == null && this.check.creater == 0) {
|
3131
|
|
- this.$message.error("核对人员未填");
|
|
3203
|
+ const obj52 ='治疗护士'
|
|
3204
|
+ checkDate.push(obj52);
|
|
3205
|
+ } if (this.dialysisOrder == null|| this.check.creater == 0) {
|
|
3206
|
+ const obj53 ='核对人员'
|
|
3207
|
+ checkDate.push(obj53);
|
3132
|
3208
|
} else if (
|
3133
|
3209
|
this.dialysisOrder != null &&
|
3134
|
3210
|
this.dialysisOrder.start_nurse == this.check.modifier &&
|
3135
|
3211
|
this.check.creater == 0
|
3136
|
3212
|
) {
|
3137
|
|
- this.$message.error("核对人员未填");
|
|
3213
|
+ const obj53 ='核对人员'
|
|
3214
|
+ checkDate.push(obj53);
|
3138
|
3215
|
} else if (
|
3139
|
3216
|
this.dialysisOrder != null &&
|
3140
|
3217
|
this.dialysisOrder.start_nurse == this.check.creater &&
|
3141
|
3218
|
this.check.modifier == 0
|
3142
|
3219
|
) {
|
3143
|
|
- this.$message.error("核对人员未填");
|
3144
|
|
- } else if (
|
|
3220
|
+ const obj53 ='核对人员'
|
|
3221
|
+ checkDate.push(obj53);
|
|
3222
|
+ } if (
|
3145
|
3223
|
this.dialysisOrder != null &&
|
3146
|
3224
|
this.dialysisOrder.start_nurse != this.check.creater &&
|
3147
|
3225
|
this.dialysisOrder.start_nurse != this.check.modifier &&
|
3148
|
3226
|
this.check.creater == 0
|
3149
|
3227
|
) {
|
3150
|
|
- this.$message.error("核对人员未填");
|
3151
|
|
- } else if (
|
|
3228
|
+ const obj54 ='穿刺护士'
|
|
3229
|
+ checkDate.push(obj54);("核对人员未填");
|
|
3230
|
+ } if (
|
3152
|
3231
|
this.dialysisOrder == null ||
|
3153
|
3232
|
this.dialysisOrder.finish_nurse == 0
|
3154
|
3233
|
) {
|
3155
|
|
- this.$message.error("下机护士未填");
|
3156
|
|
- } else if (this.prescription.creater == 0) {
|
3157
|
|
- this.$message.error("医生签名未填");
|
3158
|
|
- } else if (this.tableAdvice.length > 0) {
|
3159
|
|
- let num = 0;
|
3160
|
|
- this.tableAdvice.map((item) => {
|
3161
|
|
- if (item.id > 0 && (item.created_time || item.start_time)) {
|
3162
|
|
- this.users.map((it) => {
|
3163
|
|
- if (it.id == item.advice_doctor) {
|
3164
|
|
- if (it.user_type == 3) {
|
3165
|
|
- num++;
|
3166
|
|
- this.$message.closeAll();
|
3167
|
|
- this.$message.error("存在不是医生保存的医嘱");
|
3168
|
|
- } else if (
|
3169
|
|
- it.id == item.execution_staff &&
|
3170
|
|
- item.execution_staff > 0
|
3171
|
|
- ) {
|
3172
|
|
- if (it.user_type == 2) {
|
3173
|
|
- num++;
|
3174
|
|
- this.$message.closeAll();
|
3175
|
|
- this.$message.error("存在不是护士执行的医嘱");
|
3176
|
|
- }
|
3177
|
|
- } else if (it.id == item.checker && item.checker > 0) {
|
3178
|
|
- if (it.user_type == 2) {
|
3179
|
|
- num++;
|
3180
|
|
- this.$message.closeAll();
|
3181
|
|
- this.$message.error("存在不是护士核对的医嘱");
|
3182
|
|
- }
|
3183
|
|
- }
|
3184
|
|
- } else if (
|
3185
|
|
- it.id == item.execution_staff &&
|
3186
|
|
- item.execution_staff > 0
|
3187
|
|
- ) {
|
3188
|
|
- if (it.user_type == 2) {
|
3189
|
|
- num++;
|
3190
|
|
- this.$message.closeAll();
|
3191
|
|
- this.$message.error("存在不是护士执行的医嘱");
|
3192
|
|
- }
|
3193
|
|
- } else if (it.id == item.checker && item.checker > 0) {
|
3194
|
|
- if (it.user_type == 2) {
|
3195
|
|
- num++;
|
3196
|
|
- this.$message.closeAll();
|
3197
|
|
- this.$message.error("存在不是护士核对的医嘱");
|
3198
|
|
- }
|
3199
|
|
- }
|
3200
|
|
- });
|
|
3234
|
+ const obj55 ='下机护士'
|
|
3235
|
+ checkDate.push(obj55);
|
|
3236
|
+ } if (this.prescription.creater == 0) {
|
|
3237
|
+ const obj56 ='医生签名'
|
|
3238
|
+ checkDate.push(obj56);
|
|
3239
|
+ } if(this.dialysisOrder != null && this.dialysisOrder.url!=''){
|
|
3240
|
+ const obj57 ='患者签名'
|
|
3241
|
+ checkDate.push(obj57);
|
|
3242
|
+ } if(this.doctor_advices.length > 0){
|
|
3243
|
+ this.doctor_advices.map((item) =>{
|
|
3244
|
+ if(item.id > 0 && (item.created_time || item.start_time)){
|
|
3245
|
+ if(item.execution_staff ==0 || item.advice_doctor ==0 || item.checker ==0){
|
|
3246
|
+ const obj58 = '执行人员,医生签名,核对人员'
|
|
3247
|
+ checkDate.push(obj58)
|
|
3248
|
+ }
|
3201
|
3249
|
}
|
3202
|
|
- });
|
3203
|
|
- if (num == 0) {
|
3204
|
|
- this.$message.success("核对完成");
|
3205
|
|
- }
|
3206
|
|
- } else {
|
3207
|
|
- this.$message.success("核对完成");
|
|
3250
|
+ })
|
3208
|
3251
|
}
|
|
3252
|
+ this.getcheckData(checkDate)
|
|
3253
|
+ // if(this.monitors.length >0){
|
|
3254
|
+ // for(let i in this.monitors){
|
|
3255
|
+ // if(this.monitors[i].systolic_blood_pressure ==0 ||
|
|
3256
|
+ // this.monitors.diastolic_blood_pressure==0){
|
|
3257
|
+ // const obj62 = '监测第'+((i*1)+1)+'行血压'
|
|
3258
|
+ // checkDate.push(obj62)
|
|
3259
|
+ // } if(this.monitors[i].pulse_frequency ==0){
|
|
3260
|
+ // const obj60 = '监测第'+((i*1)+1)+'行脉搏'
|
|
3261
|
+ // checkDate.push(obj60)
|
|
3262
|
+ // } if(this.monitors[i].breathing_rate ==0){
|
|
3263
|
+ // const obj61 = '监测第'+((i*1)+1)+'行呼吸'
|
|
3264
|
+ // checkDate.push(obj61)
|
|
3265
|
+ // } if(this.monitors[i].arterial_pressure ==0){
|
|
3266
|
+ // const obj63 = '监测第'+((i*1)+1)+'动脉压'
|
|
3267
|
+ // checkDate.push(obj63)
|
|
3268
|
+ // }
|
|
3269
|
+ // if(this.monitors[i].venous_pressure ==0 ){
|
|
3270
|
+ // const obj64 = '监测第'+((i*1)+1)+'行静脉压'
|
|
3271
|
+ // checkDate.push(obj64)
|
|
3272
|
+ // }
|
|
3273
|
+ // if(this.monitors[i].blood_flow_volume ==0){
|
|
3274
|
+ // const obj65 = '监测第'+((i*1)+1)+'行血流量'
|
|
3275
|
+ // checkDate.push(obj65)
|
|
3276
|
+ // } if(this.monitors[i].transmembrane_pressure ==0){
|
|
3277
|
+ // const obj66 = '监测第'+((i*1)+1)+'行跨膜压'
|
|
3278
|
+ // checkDate.push(obj66)
|
|
3279
|
+ // }
|
|
3280
|
+ // if(this.monitors[i].dialysate_temperature == 0){
|
|
3281
|
+ // const obj67 = '监测第'+((i*1)+1)+'行透析液温度'
|
|
3282
|
+ // checkDate.push(obj67)
|
|
3283
|
+ // } if(this.monitors[i].ultrafiltration_volume == 0 && i !=0){
|
|
3284
|
+ // const obj53 = '监测第'+((i*1)+1)+'行超滤量'
|
|
3285
|
+ // checkDate.push(obj53)
|
|
3286
|
+ // }
|
|
3287
|
+ // if(this.monitors[i].sodium_concentration ==0 ){
|
|
3288
|
+ // // this.monitors[i].temperature == 0
|
|
3289
|
+ // const obj59 = '监测第'+((i*1)+1)+'行钠浓度'
|
|
3290
|
+ // checkDate.push(obj59)
|
|
3291
|
+ // }
|
|
3292
|
+
|
|
3293
|
+ // }
|
|
3294
|
+ // }
|
|
3295
|
+
|
3209
|
3296
|
},
|
3210
|
3297
|
getDisplaceLiquiPart: function (val) {
|
3211
|
3298
|
let displace_liqui_part_name = "/";
|
|
@@ -3874,7 +3961,18 @@ export default {
|
3874
|
3961
|
return "0.0";
|
3875
|
3962
|
}
|
3876
|
3963
|
},
|
3877
|
|
-
|
|
3964
|
+ getcheckData(val){
|
|
3965
|
+ if(val.length >0){
|
|
3966
|
+ let message = `记录单未填数据:<br/> ${val.join("<br/> ")}`;
|
|
3967
|
+ this.$alert(message, '提示', {
|
|
3968
|
+ confirmButtonText: '确定',
|
|
3969
|
+ type: 'warning',
|
|
3970
|
+ dangerouslyUseHTMLString: true,
|
|
3971
|
+ });
|
|
3972
|
+ }else{
|
|
3973
|
+ this.$message.success('核对完成')
|
|
3974
|
+ }
|
|
3975
|
+ }
|
3878
|
3976
|
},
|
3879
|
3977
|
watch: {
|
3880
|
3978
|
"patientInfo.gender": function () {
|
|
@@ -4026,13 +4124,13 @@ export default {
|
4026
|
4124
|
width: 50%;
|
4027
|
4125
|
}
|
4028
|
4126
|
|
4029
|
|
-.under_line_two::before {
|
|
4127
|
+/* .under_line_two::before {
|
4030
|
4128
|
content: "\00A0";
|
4031
|
4129
|
}
|
4032
|
4130
|
|
4033
|
4131
|
.under_line_two::after {
|
4034
|
4132
|
content: "\00A0";
|
4035
|
|
-}
|
|
4133
|
+} */
|
4036
|
4134
|
|
4037
|
4135
|
.under_line {
|
4038
|
4136
|
display: inline-block;
|
|
@@ -4042,13 +4140,13 @@ export default {
|
4042
|
4140
|
width: 50%;
|
4043
|
4141
|
}
|
4044
|
4142
|
|
4045
|
|
-.under_line::before {
|
|
4143
|
+/* .under_line::before {
|
4046
|
4144
|
content: "\00A0";
|
4047
|
4145
|
}
|
4048
|
4146
|
|
4049
|
4147
|
.under_line::after {
|
4050
|
4148
|
content: "\00A0";
|
4051
|
|
-}
|
|
4149
|
+} */
|
4052
|
4150
|
|
4053
|
4151
|
.flex {
|
4054
|
4152
|
display: -webkit-box;
|