|
@@ -1,7 +1,7 @@
|
1
|
1
|
<template>
|
2
|
2
|
<div>
|
3
|
3
|
<el-button type="primary" @click="checkData">一键核对</el-button>
|
4
|
|
-
|
|
4
|
+
|
5
|
5
|
<div id="dialysis-print-box-1" ref="pdfContent">
|
6
|
6
|
<div
|
7
|
7
|
id="dialysis-print-box-1-1"
|
|
@@ -379,7 +379,7 @@
|
379
|
379
|
</div>
|
380
|
380
|
<div
|
381
|
381
|
class="inline_block"
|
382
|
|
- style="flex: 1"
|
|
382
|
+ style="flex: 1"
|
383
|
383
|
>
|
384
|
384
|
透析机型:
|
385
|
385
|
<div
|
|
@@ -795,7 +795,7 @@
|
795
|
795
|
class="under_line"
|
796
|
796
|
style="width: 100px; text-align: center"
|
797
|
797
|
>
|
798
|
|
- {{
|
|
798
|
+ <span v-if="org_id!=10677"> {{
|
799
|
799
|
prescription.dialyzer_perfusion_apparatus
|
800
|
800
|
? prescription.dialyzer_perfusion_apparatus
|
801
|
801
|
: ""
|
|
@@ -806,6 +806,7 @@
|
806
|
806
|
? prescription.dialysis_dialyszers
|
807
|
807
|
: ""
|
808
|
808
|
}}
|
|
809
|
+ </span>
|
809
|
810
|
|
810
|
811
|
{{dialysisOrder.dialysis_dialyszers }}
|
811
|
812
|
</div>
|
|
@@ -829,12 +830,15 @@
|
829
|
830
|
class="under_line"
|
830
|
831
|
style="width: 70px; text-align: center"
|
831
|
832
|
>
|
|
833
|
+ <span v-if="org_id!=10677">
|
832
|
834
|
{{
|
833
|
835
|
prescription.dialysis_irrigation
|
834
|
836
|
? prescription.dialysis_irrigation
|
835
|
837
|
: "/"
|
836
|
838
|
}}
|
|
839
|
+ </span>
|
837
|
840
|
{{dialysisOrder.dialysis_irrigation }}
|
|
841
|
+
|
838
|
842
|
</div>
|
839
|
843
|
</div>
|
840
|
844
|
|
|
@@ -1021,7 +1025,7 @@
|
1021
|
1025
|
}}
|
1022
|
1026
|
</div>
|
1023
|
1027
|
|
1024
|
|
-
|
|
1028
|
+
|
1025
|
1029
|
|
1026
|
1030
|
<span>
|
1027
|
1031
|
<span v-if="prescription.anticoagulant == 4">iu</span>
|
|
@@ -1051,7 +1055,7 @@
|
1051
|
1055
|
: "/"
|
1052
|
1056
|
}}
|
1053
|
1057
|
</div>
|
1054
|
|
-
|
|
1058
|
+
|
1055
|
1059
|
<span>
|
1056
|
1060
|
<span v-if="prescription.anticoagulant == 2">mg/h</span>
|
1057
|
1061
|
<span v-if="prescription.anticoagulant == 3">iu/h</span>
|
|
@@ -1117,7 +1121,7 @@
|
1117
|
1121
|
: "/"
|
1118
|
1122
|
}}
|
1119
|
1123
|
</div>
|
1120
|
|
-
|
|
1124
|
+
|
1121
|
1125
|
<span>
|
1122
|
1126
|
<span v-if="prescription.anticoagulant == 2">mg</span>
|
1123
|
1127
|
<span v-if="prescription.anticoagulant == 3">iu</span>
|
|
@@ -1174,11 +1178,11 @@
|
1174
|
1178
|
}}
|
1175
|
1179
|
</div>
|
1176
|
1180
|
</div>
|
1177
|
|
-
|
|
1181
|
+
|
1178
|
1182
|
</div>
|
1179
|
1183
|
|
1180
|
1184
|
<div class="row" style="padding: 2px 0; line-height: 23px">
|
1181
|
|
-
|
|
1185
|
+
|
1182
|
1186
|
</div>
|
1183
|
1187
|
|
1184
|
1188
|
</td>
|
|
@@ -1237,15 +1241,15 @@
|
1237
|
1241
|
: "mmHg"
|
1238
|
1242
|
}})
|
1239
|
1243
|
</td>
|
1240
|
|
-
|
|
1244
|
+
|
1241
|
1245
|
<td width="60" v-if="org_id == 9836">体温(°C)</td>
|
1242
|
1246
|
<td width="60" v-if="org_id == 9919">血温(°C)</td>
|
1243
|
1247
|
<td width="60" v-if="org_id == 9671">血温(°C)</td>
|
1244
|
1248
|
<td width="60" v-if="org_id!=9836&&org_id!=9919&&org_id!=9671">透析液温度(°C)</td>
|
1245
|
1249
|
<td width="50" v-if="org_id != 10121">
|
1246
|
|
- <span v-if="org_id != 0 && org_id !=10469 && org_id!=10490"> 电导度<br />(ms/cm)</span>
|
1247
|
|
- <span v-if="org_id ==10469"> 钠浓度<br />(mmol/L)</span>
|
1248
|
|
- <span v-if="org_id == 0 || org_id == 10490"> 置换液的速度<br />(ml/h)</span>
|
|
1250
|
+ <span v-if="org_id != 0 && org_id !=10469 && org_id!=10490"> 电导度<br />(ms/cm)</span>
|
|
1251
|
+ <span v-if="org_id ==10469"> 钠浓度<br />(mmol/L)</span>
|
|
1252
|
+ <span v-if="org_id == 0 || org_id == 10490"> 置换液的速度<br />(ml/h)</span>
|
1249
|
1253
|
</td>
|
1250
|
1254
|
<td width="50" v-if="org_id == 10121">SpO₂<br />(%)</td>
|
1251
|
1255
|
<td width="50" v-if="org_id == 10375 || org_id == 0">置换率<br />(ml/h)</td>
|
|
@@ -1256,8 +1260,8 @@
|
1256
|
1260
|
</td> -->
|
1257
|
1261
|
<td width="50" v-if="org_id == 3877 || org_id == 0 || org_id == 10449">滤前压(mmHg)</td>
|
1258
|
1262
|
<td width="50" v-if="org_id == 9538">KT/V</td>
|
1259
|
|
- <td width="50" v-if="org_id == 9919">在线尿素监测</td>
|
1260
|
|
- <td width="50" v-if="org_id == 9671">在线尿素监测</td>
|
|
1263
|
+ <td width="50" v-if="org_id == 9919">在线尿素监测</td>
|
|
1264
|
+ <td width="50" v-if="org_id == 9671">在线尿素监测</td>
|
1261
|
1265
|
<td width="50" v-if="org_id == 9538 || org_id == 9919 || org_id== 9671">血容量<br />(L)</td>
|
1262
|
1266
|
<td width="50" v-if="org_id == 10490 || org_id == 0">碳酸氢钠<br />(ml)</td>
|
1263
|
1267
|
<td width="200">病情变化及处理</td>
|
|
@@ -1346,7 +1350,7 @@
|
1346
|
1350
|
<span v-if="org_id==0||org_id==10490"> {{ monitor.replacement_speed ? monitor.replacement_speed : "/" }}</span>
|
1347
|
1351
|
</td>
|
1348
|
1352
|
|
1349
|
|
-
|
|
1353
|
+
|
1350
|
1354
|
<td v-if="org_id == 10375 || org_id == 0"><br />
|
1351
|
1355
|
{{ monitor.replacement_rate? monitor.replacement_rate: "/"}}
|
1352
|
1356
|
</td>
|
|
@@ -1417,7 +1421,7 @@
|
1417
|
1421
|
"
|
1418
|
1422
|
>【开始透析】
|
1419
|
1423
|
</template>
|
1420
|
|
-
|
|
1424
|
+
|
1421
|
1425
|
{{ monitor.end }} {{ monitor.symptom }} {{
|
1422
|
1426
|
monitor.dispose
|
1423
|
1427
|
}}
|
|
@@ -1509,7 +1513,7 @@
|
1509
|
1513
|
<td style="font-size: 16px" width="10%">医生签名</td>
|
1510
|
1514
|
<td style="font-size: 16px" width="10%">时间</td>
|
1511
|
1515
|
<td style="font-size: 16px" width="10%">执行人签名</td>
|
1512
|
|
-
|
|
1516
|
+
|
1513
|
1517
|
</tr>
|
1514
|
1518
|
<tr
|
1515
|
1519
|
v-for="(advice, advice_index) in doctor_advices"
|
|
@@ -1527,7 +1531,7 @@
|
1527
|
1531
|
class="advice-name"
|
1528
|
1532
|
style="padding-left: 7px"
|
1529
|
1533
|
>
|
1530
|
|
-
|
|
1534
|
+
|
1531
|
1535
|
<span v-if="advice.parent_id > 0"></span>
|
1532
|
1536
|
<span>{{ advice.advice_name }}</span>
|
1533
|
1537
|
<span v-if="advice && advice.advice_desc"
|
|
@@ -1555,7 +1559,7 @@
|
1555
|
1559
|
>({{ advice.remark }})</span
|
1556
|
1560
|
>
|
1557
|
1561
|
</td>
|
1558
|
|
-
|
|
1562
|
+
|
1559
|
1563
|
<td height="32px">
|
1560
|
1564
|
<span
|
1561
|
1565
|
v-if="setAdminUserES(advice.advice_doctor) == ''"
|
|
@@ -1569,7 +1573,7 @@
|
1569
|
1573
|
v-else
|
1570
|
1574
|
/>
|
1571
|
1575
|
</td>
|
1572
|
|
-
|
|
1576
|
+
|
1573
|
1577
|
<td height="32px">
|
1574
|
1578
|
<span v-if="advice.execution_time">{{
|
1575
|
1579
|
getTime(advice.execution_time, "{h}:{i}")
|
|
@@ -1624,7 +1628,7 @@
|
1624
|
1628
|
<span v-if="prescription.mode_id!=13">血液净化治疗记录单</span>
|
1625
|
1629
|
<span v-if="prescription.mode_id==13">连续性肾脏替代治疗(CRRT)记录单</span>
|
1626
|
1630
|
</span>
|
1627
|
|
-
|
|
1631
|
+
|
1628
|
1632
|
</div>
|
1629
|
1633
|
</div>
|
1630
|
1634
|
<div class="row">
|
|
@@ -1810,7 +1814,7 @@
|
1810
|
1814
|
医嘱内容
|
1811
|
1815
|
</td>
|
1812
|
1816
|
</tr>
|
1813
|
|
-
|
|
1817
|
+
|
1814
|
1818
|
<tr style="line-height: 35px; padding: 8px 5px">
|
1815
|
1819
|
<td style="font-size: 15px" width="10%">时间</td>
|
1816
|
1820
|
<td style="font-size: 15px" colspan="2" width="45%">
|
|
@@ -1819,9 +1823,9 @@
|
1819
|
1823
|
<td style="font-size: 15px" width="10%">医生签名</td>
|
1820
|
1824
|
<td style="font-size: 15px" width="10%">时间</td>
|
1821
|
1825
|
<td style="font-size: 15px" width="10%">执行人签名</td>
|
1822
|
|
-
|
|
1826
|
+
|
1823
|
1827
|
</tr>
|
1824
|
|
-
|
|
1828
|
+
|
1825
|
1829
|
<tr
|
1826
|
1830
|
v-for="(advice, advice_index) in doctor_advices"
|
1827
|
1831
|
:key="advice_index"
|
|
@@ -1830,7 +1834,7 @@
|
1830
|
1834
|
<span v-if="advice.start_time">
|
1831
|
1835
|
{{ getTime(advice.start_time, "{h}:{i}") }}
|
1832
|
1836
|
</span>
|
1833
|
|
-
|
|
1837
|
+
|
1834
|
1838
|
</td>
|
1835
|
1839
|
<td
|
1836
|
1840
|
height="32px"
|
|
@@ -1865,7 +1869,7 @@
|
1865
|
1869
|
>({{ advice.remark }})</span
|
1866
|
1870
|
>
|
1867
|
1871
|
</td>
|
1868
|
|
-
|
|
1872
|
+
|
1869
|
1873
|
<td height="32px">
|
1870
|
1874
|
<span
|
1871
|
1875
|
v-if="setAdminUserES(advice.advice_doctor) == ''"
|
|
@@ -1879,7 +1883,7 @@
|
1879
|
1883
|
v-else
|
1880
|
1884
|
/>
|
1881
|
1885
|
</td>
|
1882
|
|
-
|
|
1886
|
+
|
1883
|
1887
|
<td height="32px">
|
1884
|
1888
|
<span v-if="advice.execution_time">{{
|
1885
|
1889
|
getTime(advice.execution_time, "{h}:{i}")
|
|
@@ -2597,7 +2601,7 @@
|
2597
|
2601
|
核对护士
|
2598
|
2602
|
</td>
|
2599
|
2603
|
</tr>
|
2600
|
|
-
|
|
2604
|
+
|
2601
|
2605
|
|
2602
|
2606
|
<tr
|
2603
|
2607
|
v-for="(advice, advice_index) in doctor_advices"
|
|
@@ -2607,7 +2611,7 @@
|
2607
|
2611
|
<span v-if="advice.start_time">
|
2608
|
2612
|
{{ getTime(advice.start_time, "{h}:{i}") }}
|
2609
|
2613
|
</span>
|
2610
|
|
-
|
|
2614
|
+
|
2611
|
2615
|
</td>
|
2612
|
2616
|
<td
|
2613
|
2617
|
height="32px"
|
|
@@ -2642,7 +2646,7 @@
|
2642
|
2646
|
>({{ advice.remark }})</span
|
2643
|
2647
|
>
|
2644
|
2648
|
</td>
|
2645
|
|
-
|
|
2649
|
+
|
2646
|
2650
|
<td height="32px">
|
2647
|
2651
|
<span
|
2648
|
2652
|
v-if="setAdminUserES(advice.advice_doctor) == ''"
|
|
@@ -2656,7 +2660,7 @@
|
2656
|
2660
|
v-else
|
2657
|
2661
|
/>
|
2658
|
2662
|
</td>
|
2659
|
|
-
|
|
2663
|
+
|
2660
|
2664
|
<td height="32px">
|
2661
|
2665
|
<span
|
2662
|
2666
|
v-if="setAdminUserES(advice.execution_staff) == ''"
|
|
@@ -2688,15 +2692,15 @@
|
2688
|
2692
|
/>
|
2689
|
2693
|
</td>
|
2690
|
2694
|
</tr>
|
2691
|
|
-
|
|
2695
|
+
|
2692
|
2696
|
</tbody>
|
2693
|
2697
|
</table>
|
2694
|
2698
|
|
2695
|
2699
|
|
2696
|
|
-
|
2697
|
|
-
|
2698
|
2700
|
|
2699
|
|
-
|
|
2701
|
+
|
|
2702
|
+
|
|
2703
|
+
|
2700
|
2704
|
</div>
|
2701
|
2705
|
</div>
|
2702
|
2706
|
</template>
|
|
@@ -3474,7 +3478,7 @@ export default {
|
3474
|
3478
|
for (let index = 0; index < this.doctor_advices.length; index++) {
|
3475
|
3479
|
this.doctor_advices[index]["isShow"] = 2;
|
3476
|
3480
|
}
|
3477
|
|
-
|
|
3481
|
+
|
3478
|
3482
|
// if (this.doctor_advices.length > 0) {
|
3479
|
3483
|
// var group = this.newAdviceGroupObject()
|
3480
|
3484
|
// var initGroupBlock = function(group, advice) {
|
|
@@ -3555,7 +3559,7 @@ export default {
|
3555
|
3559
|
// }
|
3556
|
3560
|
|
3557
|
3561
|
|
3558
|
|
-
|
|
3562
|
+
|
3559
|
3563
|
|
3560
|
3564
|
console.log("RESWOOWOWWOOW",response.data.data.doctorAdevieInfo)
|
3561
|
3565
|
if(this.org_id ==10515 || this.org_id == 0){
|
|
@@ -3575,15 +3579,15 @@ export default {
|
3575
|
3579
|
});
|
3576
|
3580
|
this.projects = projects;
|
3577
|
3581
|
|
3578
|
|
-
|
|
3582
|
+
|
3579
|
3583
|
console.log("this.projects", this.projects);
|
3580
|
3584
|
|
3581
|
3585
|
// var objProject = {advice_name:"",start_time:"",single_dose:"",single_dose_unit:"",}
|
3582
|
|
-
|
|
3586
|
+
|
3583
|
3587
|
if(this.projects!=null && this.projects.length >0){
|
3584
|
3588
|
for(let i=0;i<this.projects.length;i++){
|
3585
|
3589
|
if(this.projects[i].type== 2){
|
3586
|
|
-
|
|
3590
|
+
|
3587
|
3591
|
this.projects[i].project_team_name = ""
|
3588
|
3592
|
this.projects[i].project_team_id = 0
|
3589
|
3593
|
console.log("this.projects[i].project.team",this.projects[i].project.team)
|
|
@@ -3594,10 +3598,10 @@ export default {
|
3594
|
3598
|
this.projects[i].single_dose = this.projects[i].single_dose
|
3595
|
3599
|
this.projects[i].single_dose_unit = this.projects[i].unit
|
3596
|
3600
|
this.projects[i].execution_time = this.projects[i].execution_time
|
3597
|
|
- this.projects[i].execution_staff= this.projects[i].execution_staff
|
|
3601
|
+ this.projects[i].execution_staff= this.projects[i].execution_staff
|
3598
|
3602
|
this.projects[i].advice_name = this.projects[i].team.project_team
|
3599
|
|
-
|
3600
|
|
-
|
|
3603
|
+
|
|
3604
|
+
|
3601
|
3605
|
this.doctor_advices.push(this.projects[i])
|
3602
|
3606
|
// this.doctor_advices_2.push(this.project[i])
|
3603
|
3607
|
}else{
|
|
@@ -3607,18 +3611,18 @@ export default {
|
3607
|
3611
|
this.projects[i].single_dose = this.projects[i].single_dose
|
3608
|
3612
|
this.projects[i].single_dose_unit = this.projects[i].unit
|
3609
|
3613
|
this.projects[i].execution_time = this.projects[i].execution_time
|
3610
|
|
- this.projects[i].execution_staff= this.projects[i].execution_staff
|
|
3614
|
+ this.projects[i].execution_staff= this.projects[i].execution_staff
|
3611
|
3615
|
this.doctor_advices.push(this.projects[i])
|
3612
|
3616
|
// this.doctor_advices_2.push(this.projects[i])
|
3613
|
3617
|
}
|
3614
|
|
-
|
|
3618
|
+
|
3615
|
3619
|
}
|
3616
|
|
-
|
|
3620
|
+
|
3617
|
3621
|
}
|
3618
|
3622
|
}
|
3619
|
|
-
|
|
3623
|
+
|
3620
|
3624
|
}
|
3621
|
|
-
|
|
3625
|
+
|
3622
|
3626
|
console.log("时间我我我哦我我",this.doctor_advices)
|
3623
|
3627
|
if (this.doctor_advices.length <= 6) {
|
3624
|
3628
|
var nl = 3;
|
|
@@ -3655,7 +3659,7 @@ export default {
|
3655
|
3659
|
}
|
3656
|
3660
|
// console.log(this.advice_groups);
|
3657
|
3661
|
|
3658
|
|
-
|
|
3662
|
+
|
3659
|
3663
|
} else {
|
3660
|
3664
|
this.loading = false;
|
3661
|
3665
|
this.$message.error("请求数据失败");
|
|
@@ -3691,7 +3695,7 @@ export default {
|
3691
|
3695
|
// }
|
3692
|
3696
|
// },
|
3693
|
3697
|
getAge: function(val) {
|
3694
|
|
-
|
|
3698
|
+
|
3695
|
3699
|
if (val.id_card_no) {
|
3696
|
3700
|
var thisLen = val.id_card_no.length
|
3697
|
3701
|
|
|
@@ -3801,7 +3805,7 @@ export default {
|
3801
|
3805
|
"vascular_access_desc"
|
3802
|
3806
|
);
|
3803
|
3807
|
this.org_id = this.$store.getters.xt_user.org.id;
|
3804
|
|
-
|
|
3808
|
+
|
3805
|
3809
|
// this.bloodAccessParOpera = getDataConfig('hemodialysis', 'vascular_access_desc')
|
3806
|
3810
|
|
3807
|
3811
|
var bloodAccessParOpera = getDataConfig(
|