|
@@ -273,13 +273,13 @@
|
273
|
273
|
}}
|
274
|
274
|
{{QueryPartById(record.assessment_before_dislysis.blood_access_part_opera_id) }}
|
275
|
275
|
</div>
|
276
|
|
- </div>
|
|
276
|
+ </div>
|
277
|
277
|
</div>
|
278
|
278
|
<div
|
279
|
279
|
class="row"
|
280
|
280
|
style="padding: 2px 0; line-height: 23px; display: flex"
|
281
|
281
|
>
|
282
|
|
-
|
|
282
|
+
|
283
|
283
|
<div class="inline_block" style="flex: 1">
|
284
|
284
|
内瘘:
|
285
|
285
|
<div
|
|
@@ -296,7 +296,7 @@
|
296
|
296
|
</div>
|
297
|
297
|
</div>
|
298
|
298
|
|
299
|
|
-
|
|
299
|
+
|
300
|
300
|
</div>
|
301
|
301
|
<div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
|
302
|
302
|
<div
|
|
@@ -406,10 +406,16 @@
|
406
|
406
|
>
|
407
|
407
|
<span>
|
408
|
408
|
{{
|
409
|
|
-
|
|
409
|
+
|
|
410
|
+ record.assessment_before_dislysis &&
|
|
411
|
+ record.assessment_before_dislysis.puncture_needle_direction
|
|
412
|
+ ? record.assessment_before_dislysis
|
|
413
|
+ .puncture_needle_direction
|
|
414
|
+ : "/"
|
|
415
|
+
|
410
|
416
|
}}
|
411
|
417
|
</span>
|
412
|
|
-
|
|
418
|
+
|
413
|
419
|
</div>
|
414
|
420
|
</div>
|
415
|
421
|
</div>
|
|
@@ -678,7 +684,7 @@
|
678
|
684
|
class="under_line"
|
679
|
685
|
style="width: 70px; text-align: center"
|
680
|
686
|
>
|
681
|
|
-
|
|
687
|
+
|
682
|
688
|
|
683
|
689
|
<span v-if="org_id==10206">
|
684
|
690
|
{{
|
|
@@ -750,7 +756,7 @@
|
750
|
756
|
<div
|
751
|
757
|
class="row"
|
752
|
758
|
style="padding: 2px 0; line-height: 23px; display: flex"
|
753
|
|
- >
|
|
759
|
+ >
|
754
|
760
|
|
755
|
761
|
<div class="inline_block" style="flex:1">
|
756
|
762
|
透前症状:
|
|
@@ -775,17 +781,12 @@
|
775
|
781
|
class="under_line"
|
776
|
782
|
style="width: 100px; text-align: center"
|
777
|
783
|
>
|
778
|
|
- {{
|
779
|
|
- record.prescription &&
|
780
|
|
- record.prescription.dialyzer_perfusion_apparatus
|
781
|
|
- ? record.prescription.dialyzer_perfusion_apparatus
|
782
|
|
- : ""
|
783
|
|
- }}
|
|
784
|
+
|
784
|
785
|
{{
|
785
|
786
|
record.prescription &&
|
786
|
787
|
record.prescription.dialysis_dialyszers
|
787
|
788
|
? record.prescription.dialysis_dialyszers
|
788
|
|
- : "/"
|
|
789
|
+ : ""
|
789
|
790
|
}}
|
790
|
791
|
</div>
|
791
|
792
|
</div>
|
|
@@ -804,20 +805,15 @@
|
804
|
805
|
</div>
|
805
|
806
|
</div>
|
806
|
807
|
|
807
|
|
- <div class="inline_block" style="flex: 1">
|
808
|
|
- 透析机号:
|
|
808
|
+ <div class="inline_block" style="flex:1">
|
|
809
|
+ 滤过器:
|
809
|
810
|
<div
|
810
|
811
|
class="under_line"
|
811
|
|
- style="width: 50px; text-align: center"
|
|
812
|
+ style="width: 70px; text-align: center"
|
812
|
813
|
>
|
813
|
|
- {{
|
814
|
|
- record.dialysis_order &&
|
815
|
|
- record.dialysis_order.device_number &&
|
816
|
|
- record.dialysis_order.device_number.number.length >
|
817
|
|
- 0
|
818
|
|
- ? record.dialysis_order.device_number.number
|
819
|
|
- : record.device_number.number
|
820
|
|
- }}
|
|
814
|
+ {{
|
|
815
|
+ record.prescription.dialysis_strainer?record.prescription.dialysis_strainer:"/"
|
|
816
|
+ }}
|
821
|
817
|
</div>
|
822
|
818
|
</div>
|
823
|
819
|
|
|
@@ -829,15 +825,15 @@
|
829
|
825
|
>
|
830
|
826
|
{{
|
831
|
827
|
record.assessment_before_dislysis.machine_type ?
|
832
|
|
- record.assessment_before_dislysis.machine_type : ''
|
|
828
|
+ record.assessment_before_dislysis.machine_type : ''
|
833
|
829
|
}}
|
834
|
830
|
</div>
|
835
|
831
|
</div> -->
|
836
|
|
-
|
|
832
|
+
|
837
|
833
|
</div>
|
838
|
834
|
|
839
|
835
|
<div
|
840
|
|
-
|
|
836
|
+
|
841
|
837
|
class="row"
|
842
|
838
|
style="padding: 2px 0; line-height: 23px; display: flex"
|
843
|
839
|
>
|
|
@@ -878,7 +874,7 @@
|
878
|
874
|
class="under_line"
|
879
|
875
|
style="width: 70px; text-align: center"
|
880
|
876
|
>
|
881
|
|
-
|
|
877
|
+
|
882
|
878
|
<span >{{
|
883
|
879
|
record.assessment_before_dislysis &&
|
884
|
880
|
record.assessment_before_dislysis
|
|
@@ -904,7 +900,7 @@
|
904
|
900
|
<span>{{
|
905
|
901
|
record.lastafterweight.weight_after
|
906
|
902
|
}}</span>
|
907
|
|
-
|
|
903
|
+
|
908
|
904
|
</div>
|
909
|
905
|
kg
|
910
|
906
|
</div>
|
|
@@ -936,8 +932,25 @@
|
936
|
932
|
</div>
|
937
|
933
|
kg
|
938
|
934
|
</div>
|
939
|
|
- <div class="inline_block" style="flex: 1" >
|
940
|
|
- 目标超滤量:
|
|
935
|
+ <div class="inline_block" style="flex: 1" v-if="org_id ==10597">
|
|
936
|
+ 处方超滤量:
|
|
937
|
+ <div
|
|
938
|
+ class="under_line"
|
|
939
|
+ style="width: 60px; text-align: center"
|
|
940
|
+ >
|
|
941
|
+ {{
|
|
942
|
+ record.prescription &&
|
|
943
|
+ record.prescription.prescription_water
|
|
944
|
+ ? record.prescription.prescription_water
|
|
945
|
+ : "/"
|
|
946
|
+ }}
|
|
947
|
+ </div>
|
|
948
|
+ <span v-if="org_id == 10395 || org_id == 9829 || org_id == 10440 || org_id == 10469 || org_id == 10471 || org_id==10460">ml</span>
|
|
949
|
+ <span v-if="org_id!=10395&&org_id!=9829 && org_id!=10440 && org_id!=10469 && org_id!=10471 && org_id!=10460">L</span>
|
|
950
|
+ </div>
|
|
951
|
+
|
|
952
|
+ <div class="inline_block" style="flex: 1" v-if="org_id ==10599">
|
|
953
|
+ 目标超滤量:
|
941
|
954
|
<div
|
942
|
955
|
class="under_line"
|
943
|
956
|
style="width: 60px; text-align: center"
|
|
@@ -949,10 +962,10 @@
|
949
|
962
|
: "/"
|
950
|
963
|
}}
|
951
|
964
|
</div>
|
952
|
|
- <span v-if="org_id == 10395 || org_id == 9829 || org_id == 10440 || org_id == 10469 || org_id == 10471 || org_id==10460">ml</span>
|
|
965
|
+ <span v-if="org_id == 10395 || org_id == 9829 || org_id == 10440 || org_id == 10469 || org_id == 10471 || org_id==10460">ml</span>
|
953
|
966
|
<span v-if="org_id!=10395&&org_id!=9829 && org_id!=10440 && org_id!=10469 && org_id!=10471 && org_id!=10460">L</span>
|
954
|
967
|
</div>
|
955
|
|
-
|
|
968
|
+
|
956
|
969
|
</div>
|
957
|
970
|
|
958
|
971
|
<div class="row" style="padding: 2px 0; line-height: 23px" v-if="org_id!=10449">
|
|
@@ -1189,7 +1202,24 @@
|
1189
|
1202
|
<span v-if="record.prescription.anticoagulant == 1"
|
1190
|
1203
|
>mg</span
|
1191
|
1204
|
>
|
1192
|
|
- </div>
|
|
1205
|
+ </div>
|
|
1206
|
+
|
|
1207
|
+ <div class="inline_block" style="flex: 1">
|
|
1208
|
+ 透析机号:
|
|
1209
|
+ <div
|
|
1210
|
+ class="under_line"
|
|
1211
|
+ style="width: 50px; text-align: center"
|
|
1212
|
+ >
|
|
1213
|
+ {{
|
|
1214
|
+ record.dialysis_order &&
|
|
1215
|
+ record.dialysis_order.device_number &&
|
|
1216
|
+ record.dialysis_order.device_number.number.length >
|
|
1217
|
+ 0
|
|
1218
|
+ ? record.dialysis_order.device_number.number
|
|
1219
|
+ : record.device_number.number
|
|
1220
|
+ }}
|
|
1221
|
+ </div>
|
|
1222
|
+ </div>
|
1193
|
1223
|
</div>
|
1194
|
1224
|
</td>
|
1195
|
1225
|
</tr>
|
|
@@ -1270,7 +1300,7 @@
|
1270
|
1300
|
? monitor_record.diastolic_blood_pressure
|
1271
|
1301
|
: ""
|
1272
|
1302
|
}}
|
1273
|
|
- </td>
|
|
1303
|
+ </td>
|
1274
|
1304
|
<td>
|
1275
|
1305
|
{{
|
1276
|
1306
|
monitor_record.blood_flow_volume
|
|
@@ -1301,7 +1331,7 @@
|
1301
|
1331
|
: ""
|
1302
|
1332
|
}}
|
1303
|
1333
|
</span>
|
1304
|
|
-
|
|
1334
|
+
|
1305
|
1335
|
</td>
|
1306
|
1336
|
<td>
|
1307
|
1337
|
{{
|
|
@@ -1352,14 +1382,6 @@
|
1352
|
1382
|
"
|
1353
|
1383
|
>【开始透析】</template
|
1354
|
1384
|
>
|
1355
|
|
- <!-- <template
|
1356
|
|
- v-if="
|
1357
|
|
- record.dialysis_order &&
|
1358
|
|
- monitor_record.operate_time ==
|
1359
|
|
- record.dialysis_order.end_time
|
1360
|
|
- "
|
1361
|
|
- >【结束透析】</template
|
1362
|
|
- > -->
|
1363
|
1385
|
{{ monitor_record.end }}
|
1364
|
1386
|
{{ monitor_record.symptom }} {{
|
1365
|
1387
|
monitor_record.dispose
|
|
@@ -1382,7 +1404,7 @@
|
1382
|
1404
|
<td></td>
|
1383
|
1405
|
<td></td>
|
1384
|
1406
|
<td></td>
|
1385
|
|
- <td></td>
|
|
1407
|
+ <td></td>
|
1386
|
1408
|
<td></td>
|
1387
|
1409
|
<td style="line-height: 16px; padding: 0px">
|
1388
|
1410
|
<div
|
|
@@ -1431,19 +1453,18 @@
|
1431
|
1453
|
医嘱内容
|
1432
|
1454
|
</td>
|
1433
|
1455
|
</tr>
|
1434
|
|
-
|
|
1456
|
+
|
1435
|
1457
|
<tr style="line-height: 35px; padding: 8px 5px">
|
1436
|
1458
|
<td style="font-size: 16px" width="10%">时间</td>
|
1437
|
1459
|
<td style="font-size: 16px" colspan="2" width="45%">
|
1438
|
1460
|
医嘱内容
|
1439
|
1461
|
</td>
|
1440
|
1462
|
<td style="font-size: 16px" width="10%">医生签名</td>
|
1441
|
|
- <!-- <td style="font-size: 16px" width="10%">核对人签名</td> -->
|
1442
|
|
- <td style="font-size: 16px" width="10%">时间</td>
|
|
1463
|
+
|
1443
|
1464
|
<td style="font-size: 16px" width="10%">
|
1444
|
1465
|
执行人签名
|
1445
|
1466
|
</td>
|
1446
|
|
-
|
|
1467
|
+
|
1447
|
1468
|
</tr>
|
1448
|
1469
|
<!-- <template v-for="group in doctor_advices" > -->
|
1449
|
1470
|
<template v-if="record.advices">
|
|
@@ -1452,8 +1473,8 @@
|
1452
|
1473
|
:key="advice_index"
|
1453
|
1474
|
>
|
1454
|
1475
|
<td height="35px">
|
1455
|
|
- <span v-if="advice[0].start_time">
|
1456
|
|
- {{ getTime(advice[0].start_time, "{h}:{i}") }}
|
|
1476
|
+ <span v-if="advice.start_time">
|
|
1477
|
+ {{ getTime(advice.start_time, "{h}:{i}") }}
|
1457
|
1478
|
</span>
|
1458
|
1479
|
</td>
|
1459
|
1480
|
<td
|
|
@@ -1462,65 +1483,55 @@
|
1462
|
1483
|
class="advice-name"
|
1463
|
1484
|
style="padding-left: 7px"
|
1464
|
1485
|
>
|
1465
|
|
- <span v-if="advice[0].parent_id > 0">---></span>
|
1466
|
|
- <span>{{ advice[0].advice_name }}</span>
|
|
1486
|
+ <span v-if="advice.parent_id > 0">---></span>
|
|
1487
|
+ <span>{{ advice.advice_name }}</span>
|
|
1488
|
+
|
1467
|
1489
|
<span
|
1468
|
1490
|
v-if="
|
1469
|
|
- advice[0] &&
|
1470
|
|
- advice[0].advice_desc != undefined
|
|
1491
|
+ advice &&
|
|
1492
|
+ advice.advice_desc != undefined
|
1471
|
1493
|
"
|
1472
|
1494
|
>
|
1473
|
1495
|
</span>
|
1474
|
1496
|
|
1475
|
|
- <span v-if="advice[0].prescribing_number"
|
1476
|
|
- > {{ advice[0].prescribing_number
|
1477
|
|
- }}{{ advice[0].prescribing_number_unit }}</span
|
|
1497
|
+ <span v-if="advice.prescribing_number"
|
|
1498
|
+ > {{ advice.prescribing_number
|
|
1499
|
+ }}{{ advice.prescribing_number_unit }}</span
|
1478
|
1500
|
>
|
1479
|
|
- <span v-if="advice[0].single_dose != 0">
|
1480
|
|
- {{ advice[0].single_dose
|
1481
|
|
- }}{{ advice[0].single_dose_unit }}</span
|
|
1501
|
+ <span v-if="advice.single_dose != 0">
|
|
1502
|
+ {{ advice.single_dose
|
|
1503
|
+ }}{{ advice.single_dose_unit }}</span
|
1482
|
1504
|
>
|
1483
|
1505
|
|
1484
|
|
- <span v-if="advice[0].parent_id == 0">{{
|
1485
|
|
- advice[0].delivery_way
|
|
1506
|
+ <span v-if="advice.parent_id == 0">{{
|
|
1507
|
+ advice.delivery_way
|
1486
|
1508
|
}}</span>
|
1487
|
|
- <span v-if="advice[0].parent_id == 0">{{
|
1488
|
|
- advice[0].execution_frequency
|
|
1509
|
+ <span v-if="advice.parent_id == 0">{{
|
|
1510
|
+ advice.execution_frequency
|
1489
|
1511
|
}}</span>
|
1490
|
1512
|
<span
|
1491
|
1513
|
v-if="
|
1492
|
|
- advice[0].parent_id == 0 &&
|
1493
|
|
- advice[0].remark.length > 0
|
|
1514
|
+ advice.parent_id == 0 &&
|
|
1515
|
+ advice.remark.length > 0
|
1494
|
1516
|
"
|
1495
|
|
- >({{ advice[0].remark }})</span
|
1496
|
|
- ><br/>
|
1497
|
|
- <template v-if="advice[0].children.length>0">
|
1498
|
|
- <span v-if="advice[0].children.length>0">{{ advice[0].children[0].advice_name }}</span>
|
1499
|
|
- <span v-if="advice[0].children[0].prescribing_number"
|
1500
|
|
- > {{ advice[0].children[0].prescribing_number
|
1501
|
|
- }}{{ advice[0].children[0].prescribing_number_unit }}</span
|
|
1517
|
+ >({{ advice.remark }})</span
|
1502
|
1518
|
>
|
1503
|
|
- <span v-if="advice[0].children[0].single_dose != 0">
|
1504
|
|
- {{ advice[0].children[0].single_dose
|
1505
|
|
- }}{{ advice[0].children[0].single_dose_unit }}</span
|
1506
|
|
- >
|
1507
|
|
- </template>
|
1508
|
1519
|
</td>
|
1509
|
1520
|
|
1510
|
1521
|
<td height="35px">
|
1511
|
1522
|
<span
|
1512
|
1523
|
v-if="
|
1513
|
|
- setAdminUserES(advice[0], 'advice_doctor') ==
|
|
1524
|
+ setAdminUserES(advice, 'advice_doctor') ==
|
1514
|
1525
|
''
|
1515
|
1526
|
"
|
1516
|
1527
|
>{{
|
1517
|
|
- getAdminUser(advice[0], "advice_doctor")
|
|
1528
|
+ getAdminUser(advice, "advice_doctor")
|
1518
|
1529
|
}}</span
|
1519
|
1530
|
>
|
1520
|
1531
|
<img
|
1521
|
1532
|
class="es-img"
|
1522
|
1533
|
:src="
|
1523
|
|
- setAdminUserES(advice[0], 'advice_doctor')
|
|
1534
|
+ setAdminUserES(advice, 'advice_doctor')
|
1524
|
1535
|
"
|
1525
|
1536
|
alt=""
|
1526
|
1537
|
srcset=""
|
|
@@ -1530,27 +1541,48 @@
|
1530
|
1541
|
</td>
|
1531
|
1542
|
|
1532
|
1543
|
<td height="35px">
|
1533
|
|
- <span v-if="advice[0].execution_time">{{
|
1534
|
|
- getTime(advice[0].execution_time, " {h}:{i}")
|
|
1544
|
+ <span
|
|
1545
|
+ v-if="
|
|
1546
|
+ setAdminUserES(
|
|
1547
|
+ advice,'execution_staff'
|
|
1548
|
+ ) == ''
|
|
1549
|
+ "
|
|
1550
|
+ >{{
|
|
1551
|
+ getAdminUser(advice, "execution_staff")
|
|
1552
|
+ }}</span
|
|
1553
|
+ >
|
|
1554
|
+ <img
|
|
1555
|
+ class="es-img"
|
|
1556
|
+ :src="
|
|
1557
|
+ setAdminUserES(advice, 'execution_staff')
|
|
1558
|
+ "
|
|
1559
|
+ alt=""
|
|
1560
|
+ srcset=""
|
|
1561
|
+ v-else
|
|
1562
|
+ style="height: 40px"
|
|
1563
|
+ />
|
|
1564
|
+ </td>
|
|
1565
|
+ <td height="35px">
|
|
1566
|
+ <span v-if="advice.execution_time">{{
|
|
1567
|
+ getTime(advice.execution_time, " {h}:{i}")
|
1535
|
1568
|
}}</span>
|
1536
|
1569
|
</td>
|
1537
|
|
-
|
1538
|
1570
|
<td height="35px">
|
1539
|
1571
|
<span
|
1540
|
1572
|
v-if="
|
1541
|
1573
|
setAdminUserES(
|
1542
|
|
- advice[0],
|
1543
|
|
- 'execution_staff'
|
|
1574
|
+ advice,
|
|
1575
|
+ 'checker'
|
1544
|
1576
|
) == ''
|
1545
|
1577
|
"
|
1546
|
1578
|
>{{
|
1547
|
|
- getAdminUser(advice[0], "execution_staff")
|
|
1579
|
+ getAdminUser(advice, "checker")
|
1548
|
1580
|
}}</span
|
1549
|
1581
|
>
|
1550
|
1582
|
<img
|
1551
|
1583
|
class="es-img"
|
1552
|
1584
|
:src="
|
1553
|
|
- setAdminUserES(advice[0], 'execution_staff')
|
|
1585
|
+ setAdminUserES(advice, 'checker')
|
1554
|
1586
|
"
|
1555
|
1587
|
alt=""
|
1556
|
1588
|
srcset=""
|
|
@@ -1558,7 +1590,6 @@
|
1558
|
1590
|
style="height: 40px"
|
1559
|
1591
|
/>
|
1560
|
1592
|
</td>
|
1561
|
|
-
|
1562
|
1593
|
</tr>
|
1563
|
1594
|
</template>
|
1564
|
1595
|
</tbody>
|
|
@@ -1593,7 +1624,7 @@
|
1593
|
1624
|
<span>
|
1594
|
1625
|
血液净化治疗记录单
|
1595
|
1626
|
</span>
|
1596
|
|
-
|
|
1627
|
+
|
1597
|
1628
|
</div>
|
1598
|
1629
|
</div>
|
1599
|
1630
|
<div class="row">
|
|
@@ -1865,7 +1896,6 @@
|
1865
|
1896
|
}}
|
1866
|
1897
|
</div>
|
1867
|
1898
|
</div>
|
1868
|
|
-
|
1869
|
1899
|
<div class="inline_block" style="flex: 1">
|
1870
|
1900
|
KTV(在线):
|
1871
|
1901
|
<div
|
|
@@ -1880,9 +1910,6 @@
|
1880
|
1910
|
}}
|
1881
|
1911
|
</div>
|
1882
|
1912
|
</div>
|
1883
|
|
- </div>
|
1884
|
|
-
|
1885
|
|
- <div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
|
1886
|
1913
|
<div class="inline_block" style="flex: 1">
|
1887
|
1914
|
导管:
|
1888
|
1915
|
<div
|
|
@@ -1976,7 +2003,7 @@
|
1976
|
2003
|
style="flex: 1"
|
1977
|
2004
|
v-if="org_id != 10223 || org_id!=10375"
|
1978
|
2005
|
>
|
1979
|
|
-
|
|
2006
|
+
|
1980
|
2007
|
<span v-if="org_id!=10460">
|
1981
|
2008
|
透析中入量:
|
1982
|
2009
|
</span>
|
|
@@ -2042,7 +2069,7 @@
|
2042
|
2069
|
</div>
|
2043
|
2070
|
</div>
|
2044
|
2071
|
|
2045
|
|
-
|
|
2072
|
+
|
2046
|
2073
|
</div>
|
2047
|
2074
|
|
2048
|
2075
|
</td>
|
|
@@ -2587,160 +2614,117 @@ export default {
|
2587
|
2614
|
this.records[i].monitor_records[this.records[i].monitor_records.length - 1].end = "【结束透析】"
|
2588
|
2615
|
}
|
2589
|
2616
|
}
|
2590
|
|
-
|
2591
|
|
- }
|
2592
|
|
- }
|
2593
|
|
- for (const recordIndex in this.records) {
|
2594
|
|
- var dlegh = 0;
|
2595
|
|
- if (
|
2596
|
|
- this.records[recordIndex].monitor_records &&
|
2597
|
|
- this.records[recordIndex].monitor_records.length < 6
|
2598
|
|
- ) {
|
2599
|
|
- dlegh = 6 - this.records[recordIndex].monitor_records.length;
|
2600
|
|
- } else {
|
2601
|
|
- dlegh = 0;
|
2602
|
|
- }
|
2603
|
|
- if (dlegh > 0) {
|
2604
|
|
- if (
|
2605
|
|
- typeof this.records[recordIndex].monitor_records ===
|
2606
|
|
- "undefined" ||
|
2607
|
|
- this.records[recordIndex].monitor_records == null
|
2608
|
|
- ) {
|
2609
|
|
- this.records[recordIndex].monitor_records = [];
|
2610
|
|
- }
|
2611
|
|
- for (let index = 0; index < dlegh; index++) {
|
2612
|
|
- this.records[recordIndex].monitor_records.push([]);
|
2613
|
|
- }
|
2614
|
|
- }
|
2615
|
|
-
|
2616
|
|
- this.records[recordIndex].isShowZero = false;
|
2617
|
|
- if (this.records[recordIndex].patient.user_org_id == 9535) {
|
2618
|
|
- this.records[recordIndex].isShowZero = true;
|
2619
|
|
- }
|
2620
|
2617
|
|
2621
|
|
- var delghTwo = 0;
|
2622
|
|
- if (
|
2623
|
|
- this.records[recordIndex].advices &&
|
2624
|
|
- this.records[recordIndex].advices.length < 12
|
2625
|
|
- ) {
|
2626
|
|
- delghTwo = 12 - this.records[recordIndex].advices.length;
|
2627
|
|
- } else {
|
2628
|
|
- delghTwo = 0;
|
2629
|
|
- }
|
2630
|
|
-
|
2631
|
|
- if (delghTwo > 0) {
|
2632
|
|
- if (
|
2633
|
|
- typeof this.records[recordIndex].advices === "undefined" ||
|
2634
|
|
- this.records[recordIndex].advices == null
|
2635
|
|
- ) {
|
2636
|
|
- this.records[recordIndex].advices = [];
|
2637
|
|
- }
|
2638
|
|
- for (let index = 0; index < delghTwo; index++) {
|
2639
|
|
- this.records[recordIndex].advices.push([]);
|
2640
|
|
- }
|
2641
|
|
- }
|
2642
|
|
-
|
2643
|
|
-
|
2644
|
|
-
|
2645
|
|
- if(this.org_id == 10206){
|
2646
|
|
- console.log("this.records[recordIndex].his_project", this.records[recordIndex].his_project)
|
2647
|
|
- var delghThree = 0
|
2648
|
|
- let his_project = []
|
2649
|
|
- this.records[recordIndex].his_project.map(item => {
|
2650
|
|
- // if(item.type == 2){
|
2651
|
|
- // his_project.push(item)
|
2652
|
|
- // }
|
2653
|
|
- his_project.push(item)
|
2654
|
|
-
|
2655
|
|
- })
|
2656
|
|
- this.records[recordIndex].his_project = his_project
|
2657
|
|
- var delghThree = 0
|
2658
|
|
- if (
|
2659
|
|
- this.records[recordIndex].his_advices &&
|
2660
|
|
- this.records[recordIndex].his_advices.length + this.records[recordIndex].his_project.length < 6
|
2661
|
|
- ) {
|
2662
|
|
- delghThree = 6 - (this.records[recordIndex].his_advices.length + this.records[recordIndex].his_project.length)
|
2663
|
|
- } else {
|
2664
|
|
- delghThree = 0
|
2665
|
|
- }
|
2666
|
|
-
|
2667
|
|
- if (delghThree > 0) {
|
2668
|
|
- if (
|
2669
|
|
- typeof this.records[recordIndex].his_project === 'undefined' ||
|
2670
|
|
- this.records[recordIndex].his_project == null
|
2671
|
|
- ) {
|
2672
|
|
- this.records[recordIndex].his_project = []
|
2673
|
|
- }
|
2674
|
|
- for (let index = 0; index < delghThree; index++) {
|
2675
|
|
- this.records[recordIndex].his_project.push([])
|
2676
|
|
- }
|
2677
|
|
- }
|
2678
|
|
- }
|
2679
|
|
-
|
2680
|
|
-
|
2681
|
|
- var childMap = {};
|
2682
|
|
- for (const index in this.records[recordIndex].advices) {
|
2683
|
|
- if (this.records[recordIndex].advices[index].parent_id == 0) {
|
2684
|
|
- continue;
|
2685
|
|
- }
|
2686
|
|
- if (
|
2687
|
|
- !(
|
2688
|
|
- this.records[recordIndex].advices[index].parent_id in childMap
|
2689
|
|
- )
|
2690
|
|
- ) {
|
2691
|
|
- childMap[this.records[recordIndex].advices[index].parent_id] =
|
2692
|
|
- [];
|
2693
|
|
- }
|
2694
|
|
- childMap[this.records[recordIndex].advices[index].parent_id].push(
|
2695
|
|
- this.records[recordIndex].advices[index]
|
2696
|
|
- );
|
2697
|
|
- }
|
2698
|
|
-
|
2699
|
|
- var advices = [];
|
2700
|
|
- for (const index in this.records[recordIndex].advices) {
|
2701
|
|
- if (this.records[recordIndex].advices[index].parent_id > 0) {
|
2702
|
|
- continue;
|
2703
|
|
- }
|
2704
|
|
- var item = this.records[recordIndex].advices[index];
|
2705
|
|
- if (item.id in childMap) {
|
2706
|
|
- item.children = childMap[item.id];
|
2707
|
|
- } else {
|
2708
|
|
- item.children = [];
|
2709
|
|
- }
|
2710
|
|
- advices.push(item);
|
2711
|
|
- }
|
2712
|
|
-
|
2713
|
|
- var leftAdvice = [];
|
2714
|
|
- var rightAdvice = [];
|
2715
|
|
- var adlen = advices.length;
|
2716
|
|
-
|
2717
|
|
- var halfLen = adlen % 2 == 0 ? adlen / 2 : (adlen + 1) / 2;
|
2718
|
|
- for (var i = 0; i < halfLen; i++) {
|
2719
|
|
- leftAdvice.push(advices[i]);
|
2720
|
|
- var rightIndex = i + halfLen;
|
2721
|
|
- rightAdvice.push(
|
2722
|
|
- rightIndex in advices ? advices[i + halfLen] : []
|
2723
|
|
- );
|
2724
|
|
- }
|
2725
|
|
- if (halfLen < 6) {
|
2726
|
|
- var nl = 6 - leftAdvice.length;
|
2727
|
|
- for (let index = 0; index < nl; index++) {
|
2728
|
|
- leftAdvice.push([]);
|
2729
|
|
- }
|
2730
|
|
- var nl = 6 - rightAdvice.length;
|
2731
|
|
- for (let index = 0; index < nl; index++) {
|
2732
|
|
- rightAdvice.push([]);
|
2733
|
|
- }
|
2734
|
|
- }
|
2735
|
|
-
|
2736
|
|
- this.records[recordIndex].advices = [];
|
2737
|
|
- for (var i = 0; i < halfLen; i++) {
|
2738
|
|
- var item = [];
|
2739
|
|
- item.push(leftAdvice[i]);
|
2740
|
|
- item.push(rightAdvice[i]);
|
2741
|
|
- this.records[recordIndex].advices.push(item);
|
2742
|
2618
|
}
|
2743
|
2619
|
}
|
|
2620
|
+ // for (const recordIndex in this.records) {
|
|
2621
|
+ // var dlegh = 0;
|
|
2622
|
+ // if (
|
|
2623
|
+ // this.records[recordIndex].monitor_records &&
|
|
2624
|
+ // this.records[recordIndex].monitor_records.length < 6
|
|
2625
|
+ // ) {
|
|
2626
|
+ // dlegh = 6 - this.records[recordIndex].monitor_records.length;
|
|
2627
|
+ // } else {
|
|
2628
|
+ // dlegh = 0;
|
|
2629
|
+ // }
|
|
2630
|
+ // if (dlegh > 0) {
|
|
2631
|
+ // if (
|
|
2632
|
+ // typeof this.records[recordIndex].monitor_records ===
|
|
2633
|
+ // "undefined" ||
|
|
2634
|
+ // this.records[recordIndex].monitor_records == null
|
|
2635
|
+ // ) {
|
|
2636
|
+ // this.records[recordIndex].monitor_records = [];
|
|
2637
|
+ // }
|
|
2638
|
+ // for (let index = 0; index < dlegh; index++) {
|
|
2639
|
+ // this.records[recordIndex].monitor_records.push([]);
|
|
2640
|
+ // }
|
|
2641
|
+ // }
|
|
2642
|
+
|
|
2643
|
+ // this.records[recordIndex].isShowZero = false;
|
|
2644
|
+ // if (this.records[recordIndex].patient.user_org_id == 9535) {
|
|
2645
|
+ // this.records[recordIndex].isShowZero = true;
|
|
2646
|
+ // }
|
|
2647
|
+
|
|
2648
|
+
|
|
2649
|
+ // // if (delghTwo > 0) {
|
|
2650
|
+ // // if (
|
|
2651
|
+ // // typeof this.records[recordIndex].advices === "undefined" ||
|
|
2652
|
+ // // this.records[recordIndex].advices == null
|
|
2653
|
+ // // ) {
|
|
2654
|
+ // // this.records[recordIndex].advices = [];
|
|
2655
|
+ // // }
|
|
2656
|
+ // // for (let index = 0; index < delghTwo; index++) {
|
|
2657
|
+ // // this.records[recordIndex].advices.push([]);
|
|
2658
|
+ // // }
|
|
2659
|
+ // // }
|
|
2660
|
+
|
|
2661
|
+
|
|
2662
|
+
|
|
2663
|
+
|
|
2664
|
+
|
|
2665
|
+ // var childMap = {};
|
|
2666
|
+ // for (const index in this.records[recordIndex].advices) {
|
|
2667
|
+ // if (this.records[recordIndex].advices[index].parent_id == 0) {
|
|
2668
|
+ // continue;
|
|
2669
|
+ // }
|
|
2670
|
+ // if (
|
|
2671
|
+ // !(
|
|
2672
|
+ // this.records[recordIndex].advices[index].parent_id in childMap
|
|
2673
|
+ // )
|
|
2674
|
+ // ) {
|
|
2675
|
+ // childMap[this.records[recordIndex].advices[index].parent_id] =
|
|
2676
|
+ // [];
|
|
2677
|
+ // }
|
|
2678
|
+ // childMap[this.records[recordIndex].advices[index].parent_id].push(
|
|
2679
|
+ // this.records[recordIndex].advices[index]
|
|
2680
|
+ // );
|
|
2681
|
+ // }
|
|
2682
|
+
|
|
2683
|
+ // var advices = [];
|
|
2684
|
+ // for (const index in this.records[recordIndex].advices) {
|
|
2685
|
+ // if (this.records[recordIndex].advices[index].parent_id > 0) {
|
|
2686
|
+ // continue;
|
|
2687
|
+ // }
|
|
2688
|
+ // var item = this.records[recordIndex].advices[index];
|
|
2689
|
+ // if (item.id in childMap) {
|
|
2690
|
+ // item.children = childMap[item.id];
|
|
2691
|
+ // } else {
|
|
2692
|
+ // item.children = [];
|
|
2693
|
+ // }
|
|
2694
|
+ // advices.push(item);
|
|
2695
|
+ // }
|
|
2696
|
+
|
|
2697
|
+ // var leftAdvice = [];
|
|
2698
|
+ // var rightAdvice = [];
|
|
2699
|
+ // var adlen = advices.length;
|
|
2700
|
+
|
|
2701
|
+ // var halfLen = adlen % 2 == 0 ? adlen / 2 : (adlen + 1) / 2;
|
|
2702
|
+ // for (var i = 0; i < halfLen; i++) {
|
|
2703
|
+ // leftAdvice.push(advices[i]);
|
|
2704
|
+ // var rightIndex = i + halfLen;
|
|
2705
|
+ // rightAdvice.push(
|
|
2706
|
+ // rightIndex in advices ? advices[i + halfLen] : []
|
|
2707
|
+ // );
|
|
2708
|
+ // }
|
|
2709
|
+ // if (halfLen < 6) {
|
|
2710
|
+ // var nl = 6 - leftAdvice.length;
|
|
2711
|
+ // for (let index = 0; index < nl; index++) {
|
|
2712
|
+ // leftAdvice.push([]);
|
|
2713
|
+ // }
|
|
2714
|
+ // var nl = 6 - rightAdvice.length;
|
|
2715
|
+ // for (let index = 0; index < nl; index++) {
|
|
2716
|
+ // rightAdvice.push([]);
|
|
2717
|
+ // }
|
|
2718
|
+ // }
|
|
2719
|
+
|
|
2720
|
+ // this.records[recordIndex].advices = [];
|
|
2721
|
+ // for (var i = 0; i < halfLen; i++) {
|
|
2722
|
+ // var item = [];
|
|
2723
|
+ // item.push(leftAdvice[i]);
|
|
2724
|
+ // item.push(rightAdvice[i]);
|
|
2725
|
+ // this.records[recordIndex].advices.push(item);
|
|
2726
|
+ // }
|
|
2727
|
+ // }
|
2744
|
2728
|
console.log("数据我哦我我", this.records);
|
2745
|
2729
|
// this.records.forEach(o => {
|
2746
|
2730
|
// console.log(o,'jj')
|
|
@@ -2947,7 +2931,7 @@ export default {
|
2947
|
2931
|
}
|
2948
|
2932
|
return "";
|
2949
|
2933
|
},
|
2950
|
|
-
|
|
2934
|
+
|
2951
|
2935
|
// 函数说明:因为一次透析记录有些记录不一定是必须填的,比如 record.receive_assessment 可能为 null,所以要取 record.receive_assessment.way 前需要判断 record.receive_assessment 是否为 null,所以这个方法用来简化模板渲染的代码
|
2952
|
2936
|
// 参数说明:比如判断 record.receive_assessment.way 是不是为1,参数为 (record.receive_assessment, way, 1)
|
2953
|
2937
|
isCheckBoxChecked: function (record, key, target_value) {
|
|
@@ -2968,7 +2952,7 @@ export default {
|
2968
|
2952
|
// }
|
2969
|
2953
|
// },
|
2970
|
2954
|
getAge: function(val) {
|
2971
|
|
-
|
|
2955
|
+
|
2972
|
2956
|
if (val.id_card_no) {
|
2973
|
2957
|
var thisLen = val.id_card_no.length
|
2974
|
2958
|
|