|
@@ -107,18 +107,6 @@
|
107
|
107
|
{{ patientInfo.dialysis_no }}
|
108
|
108
|
</div>
|
109
|
109
|
</div>
|
110
|
|
- <div class="inline_block" style="margin-left: 5px;" v-if="org_id!=9675 && org_id!=10447">
|
111
|
|
- 住院号/门诊号:
|
112
|
|
- <div class="under_line" style="width: 70px;text-align: left" v-if="receiverTreatmentAccess.admission_number">
|
113
|
|
- {{ receiverTreatmentAccess.admission_number }}
|
114
|
|
- </div>
|
115
|
|
- <div class="under_line" style="width: 70px;text-align: left" v-else-if="patientInfo.admission_number">
|
116
|
|
- {{ patientInfo.admission_number }}
|
117
|
|
- </div>
|
118
|
|
- <div class="under_line" style="width: 70px;text-align: left" v-else>
|
119
|
|
- {{ "/" }}
|
120
|
|
- </div>
|
121
|
|
- </div>
|
122
|
110
|
</div>
|
123
|
111
|
<div class="row">
|
124
|
112
|
<div class="inline_block">
|
|
@@ -229,16 +217,16 @@
|
229
|
217
|
</div>
|
230
|
218
|
</div>
|
231
|
219
|
<div class="inline_block" style="flex: 1">
|
232
|
|
- 透前症状:
|
|
220
|
+ 上次透析日期:
|
233
|
221
|
<div
|
234
|
222
|
class="under_line"
|
235
|
223
|
style="width: 150px; text-align: center"
|
236
|
224
|
>
|
237
|
|
- {{
|
|
225
|
+ <!-- {{
|
238
|
226
|
predialysis.symptom_before_dialysis
|
239
|
227
|
? predialysis.symptom_before_dialysis
|
240
|
228
|
: "/"
|
241
|
|
- }}
|
|
229
|
+ }} -->
|
242
|
230
|
</div>
|
243
|
231
|
</div>
|
244
|
232
|
</div>
|
|
@@ -760,11 +748,13 @@
|
760
|
748
|
class="under_line"
|
761
|
749
|
style="width: 70px; text-align: center"
|
762
|
750
|
>
|
|
751
|
+
|
763
|
752
|
{{
|
764
|
753
|
prescription.displace_liqui_value
|
765
|
754
|
? prescription.displace_liqui_value
|
766
|
755
|
: "/"
|
767
|
756
|
}}
|
|
757
|
+
|
768
|
758
|
</div>
|
769
|
759
|
L
|
770
|
760
|
</div>
|
|
@@ -805,7 +795,7 @@
|
805
|
795
|
{{
|
806
|
796
|
prescription.dialysis_duration_minute
|
807
|
797
|
? prescription.dialysis_duration_minute
|
808
|
|
- : "/"
|
|
798
|
+ : "0"
|
809
|
799
|
}}
|
810
|
800
|
</div>
|
811
|
801
|
min
|
|
@@ -1067,21 +1057,7 @@
|
1067
|
1057
|
mmol/L
|
1068
|
1058
|
</div>
|
1069
|
1059
|
<div class="inline_block" style="margin-left: 10px" v-if="org_id!=10478">
|
1070
|
|
- 碳酸氢根:
|
1071
|
|
- <div
|
1072
|
|
- class="under_line"
|
1073
|
|
- style="width: 50px; text-align: center"
|
1074
|
|
- >
|
1075
|
|
- {{
|
1076
|
|
- prescription.bicarbonate
|
1077
|
|
- ? prescription.bicarbonate
|
1078
|
|
- : "/"
|
1079
|
|
- }}
|
1080
|
|
- </div>
|
1081
|
|
- mmol/L
|
1082
|
|
- </div>
|
1083
|
|
- <div class="inline_block" style="margin-left: 10px" v-if="org_id!=10478">
|
1084
|
|
- 流量:
|
|
1060
|
+ 透析液流量:
|
1085
|
1061
|
<div
|
1086
|
1062
|
class="under_line"
|
1087
|
1063
|
style="width: 50px; text-align: center"
|
|
@@ -1412,7 +1388,7 @@
|
1412
|
1388
|
prescription.mode_id == 2 ||
|
1413
|
1389
|
prescription.mode_id == 5
|
1414
|
1390
|
? 14
|
1415
|
|
- : 13
|
|
1391
|
+ : 15
|
1416
|
1392
|
"
|
1417
|
1393
|
style="
|
1418
|
1394
|
letter-spacing: 5px;
|
|
@@ -1432,6 +1408,14 @@
|
1432
|
1408
|
<td width="50">脉搏<br />(次/分)</td>
|
1433
|
1409
|
<td width="50">呼吸<br />(次/分)</td>
|
1434
|
1410
|
<td width="50">血流量<br />(ml/min)</td>
|
|
1411
|
+ <td width="50" v-if="org_id==10478 || org_id == 0">
|
|
1412
|
+ 动脉压<br />({{
|
|
1413
|
+ monitors[0] &&
|
|
1414
|
+ monitors[0]["venous_pressure_type"] == 2
|
|
1415
|
+ ? "kpa"
|
|
1416
|
+ : "mmHg"
|
|
1417
|
+ }})
|
|
1418
|
+ </td>
|
1435
|
1419
|
<td width="50">
|
1436
|
1420
|
静脉压<br />({{
|
1437
|
1421
|
monitors[0] &&
|
|
@@ -1459,10 +1443,11 @@
|
1459
|
1443
|
<span v-if="org_id == 0 || org_id == 10490"> 置换液的速度<br />(ml/h)</span>
|
1460
|
1444
|
</td>
|
1461
|
1445
|
<td width="50" v-if="org_id == 10121">SpO₂<br />(%)</td>
|
|
1446
|
+ <td width="50" v-if="org_id == 10375 || org_id == 0">置换率<br />(L/h)</td>
|
1462
|
1447
|
<td width="50" v-if="org_id != 3877 && org_id != 10449 && org_id != 0">超滤量<br />(ml)</td>
|
1463
|
1448
|
<td width="50" v-if="org_id ==3877 || org_id == 10449 || org_id ==0">累计超滤量<br />(ml)</td>
|
1464
|
|
- <td v-if="(prescription.mode_id == 2 ||prescription.mode_id == 5 ||prescription.mode_id == 12) &&org_id!=10478 && org_id!=0" width="50">
|
1465
|
|
- 置换量<br />(ml)
|
|
1449
|
+ <td v-if="org_id==10375 || org_id==0" width="50">
|
|
1450
|
+ 超滤率<br />(L/h)
|
1466
|
1451
|
</td>
|
1467
|
1452
|
<td width="50" v-if="org_id == 3877 || org_id == 0 || org_id == 10449">滤前压(mmHg)</td>
|
1468
|
1453
|
<td width="50" v-if="org_id == 9538">KT/V</td>
|
|
@@ -1480,6 +1465,13 @@
|
1480
|
1465
|
<td>{{ monitor.pulse_frequency? monitor.pulse_frequency: ""}}</td>
|
1481
|
1466
|
<td>{{monitor.breathing_rate ? monitor.breathing_rate : ""}}</td>
|
1482
|
1467
|
<td>{{monitor.blood_flow_volume? monitor.blood_flow_volume: ""}}</td>
|
|
1468
|
+ <td v-if="org_id == 0 ||org_id ==10478">
|
|
1469
|
+ {{
|
|
1470
|
+ monitor.arterial_pressure
|
|
1471
|
+ ? monitor.arterial_pressure
|
|
1472
|
+ : ""
|
|
1473
|
+ }}
|
|
1474
|
+ </td>
|
1483
|
1475
|
<td>
|
1484
|
1476
|
{{
|
1485
|
1477
|
monitor.venous_pressure
|
|
@@ -1548,9 +1540,9 @@
|
1548
|
1540
|
<span v-if="org_id==10469"> {{ monitor.sodium_concentration ? monitor.sodium_concentration : "" }}</span>
|
1549
|
1541
|
<span v-if="org_id==0||org_id==10490"> {{ monitor.replacement_speed ? monitor.replacement_speed : "" }}</span>
|
1550
|
1542
|
</td>
|
1551
|
|
-
|
1552
|
|
-
|
1553
|
|
-
|
|
1543
|
+ <td v-if="org_id == 10375 || org_id == 0"><br />
|
|
1544
|
+ {{ monitor.replacement_rate? monitor.replacement_rate: ""}}
|
|
1545
|
+ </td>
|
1554
|
1546
|
<td>
|
1555
|
1547
|
<span v-if="org_id!=9671 && org_id!=10440"> {{ monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: ""}}</span>
|
1556
|
1548
|
<span v-if="org_id==9671 || org_id==10440"> {{ monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: "0"}}</span>
|
|
@@ -1565,17 +1557,14 @@
|
1565
|
1557
|
</td> -->
|
1566
|
1558
|
<td
|
1567
|
1559
|
v-if="
|
1568
|
|
- (prescription.mode_id == 2 ||
|
1569
|
|
- prescription.mode_id == 5 ||
|
1570
|
|
- prescription.mode_id == 12)
|
1571
|
|
- && org_id!=0 && org_id!=10478
|
|
1560
|
+ org_id==0 || org_id==10375
|
1572
|
1561
|
"
|
1573
|
1562
|
style="width: 50px"
|
1574
|
1563
|
>
|
1575
|
1564
|
<span>
|
1576
|
1565
|
{{
|
1577
|
|
- monitor.displacement_quantity
|
1578
|
|
- ? monitor.displacement_quantity
|
|
1566
|
+ monitor.ultrafiltration_rate
|
|
1567
|
+ ? monitor.ultrafiltration_rate
|
1579
|
1568
|
: ""
|
1580
|
1569
|
}}
|
1581
|
1570
|
</span>
|
|
@@ -1635,18 +1624,18 @@
|
1635
|
1624
|
<td></td>
|
1636
|
1625
|
<td></td>
|
1637
|
1626
|
<td></td>
|
|
1627
|
+ <td v-if="org_id == 0 || org_id ==10478"></td>
|
1638
|
1628
|
<td></td>
|
1639
|
1629
|
<td></td>
|
1640
|
1630
|
<td></td>
|
1641
|
1631
|
<td></td>
|
1642
|
1632
|
<td></td>
|
1643
|
1633
|
<td></td>
|
|
1634
|
+ <td v-if="org_id == 10375 || org_id == 0"><br /></td>
|
1644
|
1635
|
<td v-if="org_id == 9671 || org_id == 9919"></td>
|
1645
|
1636
|
<td
|
1646
|
1637
|
v-if="
|
1647
|
|
- (prescription.mode_id == 2 ||
|
1648
|
|
- prescription.mode_id == 5 ||
|
1649
|
|
- prescription.mode_id == 12) && org_id!=10478
|
|
1638
|
+ org_id==10375 || org_id==0
|
1650
|
1639
|
"
|
1651
|
1640
|
width="50"
|
1652
|
1641
|
></td>
|
|
@@ -1711,15 +1700,15 @@
|
1711
|
1700
|
</td>
|
1712
|
1701
|
<td style="font-size: 16px" width="10%">医生签名</td>
|
1713
|
1702
|
<!-- <td style="font-size: 16px" width="10%">核对人签名</td> -->
|
1714
|
|
- <td style="font-size: 16px" width="10%">执行人签名</td>
|
1715
|
1703
|
<td style="font-size: 16px" width="10%">时间</td>
|
1716
|
1704
|
<td
|
1717
|
1705
|
style="font-size: 16px"
|
1718
|
1706
|
width="10%"
|
1719
|
|
- v-if="org_id == 10223 || org_id == 9538"
|
|
1707
|
+ v-if="org_id == 10223 || org_id == 9538 || org_id == 0 || org_id ==10375"
|
1720
|
1708
|
>
|
1721
|
1709
|
核对护士
|
1722
|
1710
|
</td>
|
|
1711
|
+ <td style="font-size: 16px" width="10%">执行人签名</td>
|
1723
|
1712
|
</tr>
|
1724
|
1713
|
<!-- <template v-for="group in doctor_advices" > -->
|
1725
|
1714
|
|
|
@@ -1789,25 +1778,13 @@
|
1789
|
1778
|
<span v-if="setAdminUserES(advice.checker) == ''">{{getAdminUser(advice.checker)}}</span>
|
1790
|
1779
|
<img style="height:20px;" :src="setAdminUserES(advice.checker)" alt="" srcset="" v-else>
|
1791
|
1780
|
</td> -->
|
1792
|
|
- <td height="32px">
|
1793
|
|
- <span
|
1794
|
|
- v-if="setAdminUserES(advice.execution_staff) == ''"
|
1795
|
|
- >{{ getAdminUser(advice.execution_staff) }}</span
|
1796
|
|
- >
|
1797
|
|
- <img
|
1798
|
|
- style="height: 30px"
|
1799
|
|
- :src="setAdminUserES(advice.execution_staff)"
|
1800
|
|
- alt=""
|
1801
|
|
- srcset=""
|
1802
|
|
- v-else
|
1803
|
|
- />
|
1804
|
|
- </td>
|
|
1781
|
+
|
1805
|
1782
|
<td height="32px">
|
1806
|
1783
|
<span v-if="advice.execution_time">{{
|
1807
|
1784
|
getTime(advice.execution_time, "{h}:{i}")
|
1808
|
1785
|
}}</span>
|
1809
|
1786
|
</td>
|
1810
|
|
- <td height="32px" v-if="org_id == 10223 || org_id == 9538">
|
|
1787
|
+ <td height="32px" v-if="org_id == 10223 || org_id == 9538 || org_id == 0 || org_id ==10375">
|
1811
|
1788
|
<span v-if="setAdminUserES(advice.checker) == ''">{{
|
1812
|
1789
|
getAdminUser(advice.checker)
|
1813
|
1790
|
}}</span>
|
|
@@ -1819,6 +1796,19 @@
|
1819
|
1796
|
v-else
|
1820
|
1797
|
/>
|
1821
|
1798
|
</td>
|
|
1799
|
+ <td height="32px">
|
|
1800
|
+ <span
|
|
1801
|
+ v-if="setAdminUserES(advice.execution_staff) == ''"
|
|
1802
|
+ >{{ getAdminUser(advice.execution_staff) }}</span
|
|
1803
|
+ >
|
|
1804
|
+ <img
|
|
1805
|
+ style="height: 30px"
|
|
1806
|
+ :src="setAdminUserES(advice.execution_staff)"
|
|
1807
|
+ alt=""
|
|
1808
|
+ srcset=""
|
|
1809
|
+ v-else
|
|
1810
|
+ />
|
|
1811
|
+ </td>
|
1822
|
1812
|
</tr>
|
1823
|
1813
|
<!-- </template> -->
|
1824
|
1814
|
</tbody>
|
|
@@ -1921,24 +1911,6 @@
|
1921
|
1911
|
{{ patientInfo.dialysis_no }}
|
1922
|
1912
|
</div>
|
1923
|
1913
|
</div>
|
1924
|
|
- <div class="inline_block" style="margin-left: 5px"
|
1925
|
|
- v-if="org_id!=9675 && org_id!=10447">
|
1926
|
|
- 住院号/门诊号:
|
1927
|
|
- <div
|
1928
|
|
- class="under_line"
|
1929
|
|
- style="width: 70px; text-align: left"
|
1930
|
|
- v-if="receiverTreatmentAccess.admission_number"
|
1931
|
|
- >
|
1932
|
|
- {{ receiverTreatmentAccess.admission_number }}
|
1933
|
|
- </div>
|
1934
|
|
- <div
|
1935
|
|
- class="under_line"
|
1936
|
|
- style="width: 70px; text-align: left"
|
1937
|
|
- v-else
|
1938
|
|
- >
|
1939
|
|
- {{ "/" }}
|
1940
|
|
- </div>
|
1941
|
|
- </div>
|
1942
|
1914
|
</div>
|
1943
|
1915
|
<div class="row" style="margin-bottom: 10px">
|
1944
|
1916
|
<div class="inline_block">
|
|
@@ -2003,6 +1975,7 @@
|
2003
|
1975
|
</div>
|
2004
|
1976
|
</div>
|
2005
|
1977
|
</template>
|
|
1978
|
+
|
2006
|
1979
|
<div class="row" style="margin-top: -11px; position: relative">
|
2007
|
1980
|
<table class="proj_table">
|
2008
|
1981
|
<tbody>
|
|
@@ -2033,15 +2006,16 @@
|
2033
|
2006
|
</td>
|
2034
|
2007
|
<td style="font-size: 16px" width="10%">医生签名</td>
|
2035
|
2008
|
<!-- <td style="font-size: 16px" width="10%">核对人签名</td> -->
|
2036
|
|
- <td style="font-size: 16px" width="10%">执行人签名</td>
|
|
2009
|
+
|
2037
|
2010
|
<td style="font-size: 16px" width="10%">时间</td>
|
2038
|
2011
|
<td
|
2039
|
2012
|
style="font-size: 16px"
|
2040
|
2013
|
width="10%"
|
2041
|
|
- v-if="org_id == 10223"
|
|
2014
|
+ v-if="org_id == 10223 || org_id == 10375"
|
2042
|
2015
|
>
|
2043
|
2016
|
核对护士
|
2044
|
2017
|
</td>
|
|
2018
|
+ <td style="font-size: 16px" width="10%">执行人签名</td>
|
2045
|
2019
|
</tr>
|
2046
|
2020
|
<!-- <template v-for="group in doctor_advices" > -->
|
2047
|
2021
|
<tr
|
|
@@ -2112,30 +2086,31 @@
|
2112
|
2086
|
<span v-if="setAdminUserES(advice.checker) == ''">{{getAdminUser(advice.checker)}}</span>
|
2113
|
2087
|
<img style="height:20px;" :src="setAdminUserES(advice.checker)" alt="" srcset="" v-else>
|
2114
|
2088
|
</td> -->
|
|
2089
|
+
|
2115
|
2090
|
<td height="32px">
|
2116
|
|
- <span v-if="setAdminUserES(advice.execution_staff) == ''">{{
|
2117
|
|
- getAdminUser(advice.execution_staff)
|
|
2091
|
+ <span v-if="advice.execution_time">{{
|
|
2092
|
+ getTime(advice.execution_time, "{h}:{i}")
|
|
2093
|
+ }}</span>
|
|
2094
|
+ </td>
|
|
2095
|
+ <td height="32px" v-if="org_id == 10223">
|
|
2096
|
+ <span v-if="setAdminUserES(advice.checker) == ''">{{
|
|
2097
|
+ getAdminUser(advice.checker)
|
2118
|
2098
|
}}</span>
|
2119
|
2099
|
<img
|
2120
|
2100
|
style="height: 30px"
|
2121
|
|
- :src="setAdminUserES(advice.execution_staff)"
|
|
2101
|
+ :src="setAdminUserES(advice.checker)"
|
2122
|
2102
|
alt=""
|
2123
|
2103
|
srcset=""
|
2124
|
2104
|
v-else
|
2125
|
2105
|
/>
|
2126
|
2106
|
</td>
|
2127
|
2107
|
<td height="32px">
|
2128
|
|
- <span v-if="advice.execution_time">{{
|
2129
|
|
- getTime(advice.execution_time, "{h}:{i}")
|
2130
|
|
- }}</span>
|
2131
|
|
- </td>
|
2132
|
|
- <td height="32px" v-if="org_id == 10223">
|
2133
|
|
- <span v-if="setAdminUserES(advice.checker) == ''">{{
|
2134
|
|
- getAdminUser(advice.checker)
|
|
2108
|
+ <span v-if="setAdminUserES(advice.execution_staff) == ''">{{
|
|
2109
|
+ getAdminUser(advice.execution_staff)
|
2135
|
2110
|
}}</span>
|
2136
|
2111
|
<img
|
2137
|
2112
|
style="height: 30px"
|
2138
|
|
- :src="setAdminUserES(advice.checker)"
|
|
2113
|
+ :src="setAdminUserES(advice.execution_staff)"
|
2139
|
2114
|
alt=""
|
2140
|
2115
|
srcset=""
|
2141
|
2116
|
v-else
|
|
@@ -2398,25 +2373,6 @@
|
2398
|
2373
|
kg
|
2399
|
2374
|
</div>
|
2400
|
2375
|
|
2401
|
|
- <div
|
2402
|
|
- class="inline_block"
|
2403
|
|
- style="flex: 1"
|
2404
|
|
- v-if="org_id != 10223"
|
2405
|
|
- >
|
2406
|
|
- 透析中入量(L):
|
2407
|
|
- <div
|
2408
|
|
- class="under_line"
|
2409
|
|
- style="width: 70px; text-align: center"
|
2410
|
|
- >
|
2411
|
|
- {{
|
2412
|
|
- afterdialysis.dialysis_intakes
|
2413
|
|
- ? afterdialysis.dialysis_intakes
|
2414
|
|
- : "/"
|
2415
|
|
- }}
|
2416
|
|
- </div>
|
2417
|
|
- {{ getUnit(afterdialysis.dialysis_intakes_unit) }}
|
2418
|
|
- </div>
|
2419
|
|
-
|
2420
|
2376
|
<div class="inline_block" style="flex: 1">
|
2421
|
2377
|
实际超滤量:
|
2422
|
2378
|
<div
|
|
@@ -2597,6 +2553,34 @@
|
2597
|
2553
|
</div>
|
2598
|
2554
|
</div>
|
2599
|
2555
|
</div>
|
|
2556
|
+ <div
|
|
2557
|
+ class="row"
|
|
2558
|
+ style="padding: 2px 0; line-height: 23px; display: flex"
|
|
2559
|
+ >
|
|
2560
|
+ <div
|
|
2561
|
+ class="inline_block"
|
|
2562
|
+ style="flex: 1; display: inline-block"
|
|
2563
|
+ >
|
|
2564
|
+ 宣教知识:
|
|
2565
|
+ <div
|
|
2566
|
+ class="under_line"
|
|
2567
|
+ style="
|
|
2568
|
+ width: 860px;
|
|
2569
|
+ line-height: 25px;
|
|
2570
|
+ text-align: left;
|
|
2571
|
+ margin-left: 2px;
|
|
2572
|
+ display: inline-block;
|
|
2573
|
+ white-space: normal;
|
|
2574
|
+ "
|
|
2575
|
+ >
|
|
2576
|
+ {{
|
|
2577
|
+ summary.mission
|
|
2578
|
+ ? summary.mission
|
|
2579
|
+ : "/"
|
|
2580
|
+ }}
|
|
2581
|
+ </div>
|
|
2582
|
+ </div>
|
|
2583
|
+ </div>
|
2600
|
2584
|
<div
|
2601
|
2585
|
class="row"
|
2602
|
2586
|
style="padding: 2px 0; line-height: 23px; display: flex"
|
|
@@ -3009,13 +2993,13 @@
|
3009
|
2993
|
>
|
3010
|
2994
|
<span
|
3011
|
2995
|
style="height: 30px; display: inline-block"
|
3012
|
|
- v-if="setAdminUserES(prescription.creater) == ''"
|
|
2996
|
+ v-if="setAdminUserES(doctor_advices[0].advice_doctor) == ''"
|
3013
|
2997
|
>
|
3014
|
|
- {{ getAdminUser(prescription.creater) }}
|
|
2998
|
+ {{ getAdminUser(doctor_advices[0].advice_doctor) }}
|
3015
|
2999
|
</span>
|
3016
|
3000
|
<img
|
3017
|
3001
|
style="height: 40px"
|
3018
|
|
- :src="setAdminUserES(prescription.creater)"
|
|
3002
|
+ :src="setAdminUserES(doctor_advices[0].advice_doctor)"
|
3019
|
3003
|
alt=""
|
3020
|
3004
|
srcset=""
|
3021
|
3005
|
v-else
|
|
@@ -3274,9 +3258,11 @@
|
3274
|
3258
|
this.$message.error("钠未填");
|
3275
|
3259
|
} else if (this.prescription.kalium == 0) {
|
3276
|
3260
|
this.$message.error("钾未填");
|
3277
|
|
- } else if (this.prescription.bicarbonate == 0) {
|
3278
|
|
- this.$message.error("碳酸氢根未填");
|
3279
|
|
- } else if (this.prescription.dialysate_flow == 0) {
|
|
3261
|
+ }
|
|
3262
|
+ // else if (this.prescription.bicarbonate == 0) {
|
|
3263
|
+ // this.$message.error("碳酸氢根未填");
|
|
3264
|
+ // }
|
|
3265
|
+ else if (this.prescription.dialysate_flow == 0) {
|
3280
|
3266
|
this.$message.error("透析液流量未填");
|
3281
|
3267
|
} else if (this.prescription.anticoagulant == 0) {
|
3282
|
3268
|
this.$message.error("抗凝剂未填");
|
|
@@ -3802,7 +3788,84 @@
|
3802
|
3788
|
this.doctor_advices[index]["isShow"] = 2;
|
3803
|
3789
|
}
|
3804
|
3790
|
|
3805
|
|
-
|
|
3791
|
+ // if (this.doctor_advices.length > 0) {
|
|
3792
|
+ // var group = this.newAdviceGroupObject()
|
|
3793
|
+ // var initGroupBlock = function(group, advice) {
|
|
3794
|
+ // group.group_no = advice.groupno
|
|
3795
|
+ // }
|
|
3796
|
+ // for (let index = this.doctor_advices.length - 1; index >= 0; index--) {
|
|
3797
|
+ // var new_advice_index = 0
|
|
3798
|
+
|
|
3799
|
+ // if ('children' in this.doctor_advices[index] && this.doctor_advices[index].children.length > 0) {
|
|
3800
|
+ // new_advice_index = index + this.doctor_advices[index].children.length + 1
|
|
3801
|
+
|
|
3802
|
+ // var doctor_advice = {
|
|
3803
|
+ // delivery_way: this.doctor_advices[index].delivery_way,
|
|
3804
|
+ // execution_frequency: this.doctor_advices[index].execution_frequency,
|
|
3805
|
+ // groupno: this.doctor_advices[index].groupno,
|
|
3806
|
+ // id: this.doctor_advices[index].id,
|
|
3807
|
+ // parent_id: this.doctor_advices[index].parent_id,
|
|
3808
|
+ // children: this.doctor_advices[index].children,
|
|
3809
|
+ // remark: this.doctor_advices[index].remark,
|
|
3810
|
+ // execution_staff: this.doctor_advices[index].execution_staff,
|
|
3811
|
+ // checker: this.doctor_advices[index].checker,
|
|
3812
|
+ // execution_time: this.doctor_advices[index].execution_time,
|
|
3813
|
+ // advice_doctor: this.doctor_advices[index].advice_doctor
|
|
3814
|
+
|
|
3815
|
+ // }
|
|
3816
|
+ // doctor_advice['isShow'] = 1
|
|
3817
|
+ // this.doctor_advices.splice(new_advice_index, 0, doctor_advice)
|
|
3818
|
+ // // this.doctor_advices.push(doctor_advice)
|
|
3819
|
+ // }
|
|
3820
|
+ // }
|
|
3821
|
+
|
|
3822
|
+ // for (let index = 0; index < this.doctor_advices.length; index++) {
|
|
3823
|
+ // const advice = this.doctor_advices[index]
|
|
3824
|
+ // if (advice.groupno == 0) {
|
|
3825
|
+ // // 老版本的医嘱没有分组的概念,所以这一个 if 是解决这个问题的,将每个无分组的医嘱各自归为一组
|
|
3826
|
+ // if (advice.parent_id > 0) {
|
|
3827
|
+ // if (this.advice_groups.length > 0) {
|
|
3828
|
+ // var parent_group = this.advice_groups[
|
|
3829
|
+ // this.advice_groups.length - 1
|
|
3830
|
+ // ]
|
|
3831
|
+ // if (parent_group.advices.length > 0) {
|
|
3832
|
+ // if (parent_group.advices[0].id == advice.parent_id) {
|
|
3833
|
+ // parent_group.advices.push(advice)
|
|
3834
|
+ // }
|
|
3835
|
+ // }
|
|
3836
|
+ // }
|
|
3837
|
+ // continue
|
|
3838
|
+ // } else {
|
|
3839
|
+ // if (group.group_no > 0) {
|
|
3840
|
+ // this.advice_groups.push(group)
|
|
3841
|
+ // group = this.newAdviceGroupObject()
|
|
3842
|
+ // }
|
|
3843
|
+
|
|
3844
|
+ // initGroupBlock(group, advice)
|
|
3845
|
+ // group.advices.push(advice)
|
|
3846
|
+ // this.advice_groups.push(group)
|
|
3847
|
+ // group = this.newAdviceGroupObject()
|
|
3848
|
+ // continue
|
|
3849
|
+ // }
|
|
3850
|
+ // }
|
|
3851
|
+
|
|
3852
|
+ // if (group.group_no > 0 && group.group_no != advice.groupno) {
|
|
3853
|
+ // this.advice_groups.push(group)
|
|
3854
|
+ // group = this.newAdviceGroupObject()
|
|
3855
|
+ // }
|
|
3856
|
+ // if (group.group_no == 0) {
|
|
3857
|
+ // initGroupBlock(group, advice)
|
|
3858
|
+ // }
|
|
3859
|
+ // if (group.group_no == advice.groupno) {
|
|
3860
|
+ // group.advices.push(advice)
|
|
3861
|
+ // }
|
|
3862
|
+ // }
|
|
3863
|
+
|
|
3864
|
+ // if (group.group_no > 0) {
|
|
3865
|
+ // // 上述的算法会导致最后一组没有加到advice_groups,这里要手动加上
|
|
3866
|
+ // this.advice_groups.push(group)
|
|
3867
|
+ // }
|
|
3868
|
+ // }
|
3806
|
3869
|
if (this.doctor_advices.length <= 6) {
|
3807
|
3870
|
var nl = 6;
|
3808
|
3871
|
this.print_length = 6;
|
|
@@ -3857,7 +3920,20 @@
|
3857
|
3920
|
}
|
3858
|
3921
|
return "";
|
3859
|
3922
|
},
|
3860
|
|
-
|
|
3923
|
+ // getAge: function (val) {
|
|
3924
|
+ // if (
|
|
3925
|
+ // this.org_template_info.template_id == 2 ||
|
|
3926
|
+ // this.org_template_info.template_id == 0
|
|
3927
|
+ // ) {
|
|
3928
|
+ // if (val.age == 0) {
|
|
3929
|
+ // return jsGetAge(val.birth, "-");
|
|
3930
|
+ // } else {
|
|
3931
|
+ // return val.age;
|
|
3932
|
+ // }
|
|
3933
|
+ // } else {
|
|
3934
|
+ // return this.getoldAge();
|
|
3935
|
+ // }
|
|
3936
|
+ // },
|
3861
|
3937
|
getAge: function(val) {
|
3862
|
3938
|
|
3863
|
3939
|
if (val.id_card_no) {
|