Przeglądaj źródła

Merge branch 'master' of http://git.shengws.com/csx/Vue_New

csx 5 lat temu
rodzic
commit
37eb61815d

+ 50 - 28
src/xt_pages/dialysis/template/dialysisPrintOrderNine.vue Wyświetl plik

1405
                             afterdialysis.hemostasis_opera == 1 ? true : false
1405
                             afterdialysis.hemostasis_opera == 1 ? true : false
1406
                           "
1406
                           "
1407
                         ></label-box>
1407
                         ></label-box>
1408
+                        <label-box
1409
+                          showValue="内瘘止血带"
1410
+                          :isChecked="
1411
+                            afterdialysis.hemostasis_opera == 4 ? true : false
1412
+                          "
1413
+                        ></label-box>
1408
                       </div>
1414
                       </div>
1409
                     </td>
1415
                     </td>
1410
                     <td width="50"></td>
1416
                     <td width="50"></td>
1413
                       <div style="display:flex;justify-content:space-between;">
1419
                       <div style="display:flex;justify-content:space-between;">
1414
                         <label-box
1420
                         <label-box
1415
                           :isChecked="
1421
                           :isChecked="
1416
-                            afterdialysis.tremor_noise == 1 ? true : false
1422
+                           afterdialysis.internal_fistula.indexOf('震颤-存在')>-1?true:false
1417
                           "
1423
                           "
1418
                           showValue="存在"
1424
                           showValue="存在"
1419
                         ></label-box>
1425
                         ></label-box>
1420
                         <label-box
1426
                         <label-box
1421
                           :isChecked="
1427
                           :isChecked="
1422
-                            afterdialysis.tremor_noise == 3 ? true : false
1428
+                            afterdialysis.internal_fistula.indexOf('震颤-减弱')>-1? true : false
1423
                           "
1429
                           "
1424
                           showValue="减弱"
1430
                           showValue="减弱"
1425
                         ></label-box>
1431
                         ></label-box>
1426
                         <label-box
1432
                         <label-box
1427
                           :isChecked="
1433
                           :isChecked="
1428
-                            afterdialysis.tremor_noise == 2 ? true : false
1434
+                             afterdialysis.internal_fistula.indexOf('震颤-无')>-1 ? true : false
1429
                           "
1435
                           "
1430
                           showValue="不存在"
1436
                           showValue="不存在"
1431
                         ></label-box>
1437
                         ></label-box>
1488
                     <td width="40">肝素:</td>
1494
                     <td width="40">肝素:</td>
1489
                     <td width="30">A端</td>
1495
                     <td width="30">A端</td>
1490
                     <td width="30">
1496
                     <td width="30">
1491
-                      <div class="under-line">&nbsp;</div>
1497
+                      <div class="under-line">&nbsp;{{
1498
+                        afterdialysis.cvc_a
1499
+                        ? afterdialysis.cvc_a
1500
+                        : ""
1501
+                        }}</div>
1492
                     </td>
1502
                     </td>
1493
                     <td width="20">ml</td>
1503
                     <td width="20">ml</td>
1494
                     <td width="30">V端</td>
1504
                     <td width="30">V端</td>
1495
                     <td width="30">
1505
                     <td width="30">
1496
-                      <div class="under-line">&nbsp;</div>
1506
+                      <div class="under-line">{{
1507
+                        afterdialysis.cvc_v
1508
+                        ? afterdialysis.cvc_v
1509
+                        : ""
1510
+                        }}</div>
1497
                     </td>
1511
                     </td>
1498
                     <td width="20">ml</td>
1512
                     <td width="20">ml</td>
1499
                     <td></td>
1513
                     <td></td>
1509
                       <div style="display:flex;justify-content:space-between;">
1523
                       <div style="display:flex;justify-content:space-between;">
1510
                         <label-box
1524
                         <label-box
1511
                           :isChecked="
1525
                           :isChecked="
1512
-                            afterdialysis.complications_index.indexOf('无') > -1
1526
+                            afterdialysis.complication.indexOf('无') > -1
1513
                               ? true
1527
                               ? true
1514
                               : false
1528
                               : false
1515
                           "
1529
                           "
1517
                         ></label-box>
1531
                         ></label-box>
1518
                         <label-box
1532
                         <label-box
1519
                           :isChecked="
1533
                           :isChecked="
1520
-                            afterdialysis.complications_index.indexOf('头晕') >
1534
+                            afterdialysis.complication.indexOf('头晕') >
1521
                             -1
1535
                             -1
1522
                               ? true
1536
                               ? true
1523
                               : false
1537
                               : false
1526
                         ></label-box>
1540
                         ></label-box>
1527
                         <label-box
1541
                         <label-box
1528
                           :isChecked="
1542
                           :isChecked="
1529
-                            afterdialysis.complications_index.indexOf('头痛') >
1543
+                            afterdialysis.complication.indexOf('头痛') >
1530
                             -1
1544
                             -1
1531
                               ? true
1545
                               ? true
1532
                               : false
1546
                               : false
1535
                         ></label-box>
1549
                         ></label-box>
1536
                         <label-box
1550
                         <label-box
1537
                           :isChecked="
1551
                           :isChecked="
1538
-                            afterdialysis.complications_index.indexOf('呕吐') >
1552
+                            afterdialysis.complication.indexOf('呕吐') >
1539
                             -1
1553
                             -1
1540
                               ? true
1554
                               ? true
1541
                               : false
1555
                               : false
1544
                         ></label-box>
1558
                         ></label-box>
1545
                         <label-box
1559
                         <label-box
1546
                           :isChecked="
1560
                           :isChecked="
1547
-                            afterdialysis.complications_index.indexOf(
1561
+                            afterdialysis.complication.indexOf(
1548
                               '低血压'
1562
                               '低血压'
1549
                             ) > -1
1563
                             ) > -1
1550
                               ? true
1564
                               ? true
1555
                         <label-box showValue="发热"></label-box>
1569
                         <label-box showValue="发热"></label-box>
1556
                         <label-box
1570
                         <label-box
1557
                           :isChecked="
1571
                           :isChecked="
1558
-                            afterdialysis.complications_index.indexOf('抽搐') >
1572
+                            afterdialysis.complication.indexOf('抽搐') >
1559
                             -1
1573
                             -1
1560
                               ? true
1574
                               ? true
1561
                               : false
1575
                               : false
1564
                         ></label-box>
1578
                         ></label-box>
1565
                         <label-box
1579
                         <label-box
1566
                           :isChecked="
1580
                           :isChecked="
1567
-                            afterdialysis.complications_index.indexOf(
1581
+                            afterdialysis.complication.indexOf(
1568
                               '高血压'
1582
                               '高血压'
1569
                             ) > -1
1583
                             ) > -1
1570
                               ? true
1584
                               ? true
1574
                         ></label-box>
1588
                         ></label-box>
1575
                         <label-box
1589
                         <label-box
1576
                           :isChecked="
1590
                           :isChecked="
1577
-                            afterdialysis.complications_index.indexOf(
1591
+                            afterdialysis.complication.indexOf(
1578
                               '心律失常'
1592
                               '心律失常'
1579
                             ) > -1
1593
                             ) > -1
1580
                               ? true
1594
                               ? true
1631
                       <div style="display:flex;justify-content:space-between;">
1645
                       <div style="display:flex;justify-content:space-between;">
1632
                         <label-box
1646
                         <label-box
1633
                           :isChecked="
1647
                           :isChecked="
1634
-                            afterdialysis.dialyzer == 1 ? true : false
1648
+                            afterdialysis.cruor.indexOf('透析器-0度') > -1 ? true : false
1635
                           "
1649
                           "
1636
                           showValue="无"
1650
                           showValue="无"
1637
                         ></label-box>
1651
                         ></label-box>
1638
                         <label-box
1652
                         <label-box
1639
                           :isChecked="
1653
                           :isChecked="
1640
-                            afterdialysis.dialyzer == 2 ? true : false
1654
+                             afterdialysis.cruor.indexOf('透析器-Ⅰ度') > -1 ? true : false
1641
                           "
1655
                           "
1642
                           showValue="+"
1656
                           showValue="+"
1643
                         ></label-box>
1657
                         ></label-box>
1644
                         <label-box
1658
                         <label-box
1645
                           :isChecked="
1659
                           :isChecked="
1646
-                            afterdialysis.dialyzer == 3 ? true : false
1660
+                            afterdialysis.cruor.indexOf('透析器-Ⅱ度') >  -1 ? true : false
1647
                           "
1661
                           "
1648
                           showValue="+ +"
1662
                           showValue="+ +"
1649
                         ></label-box>
1663
                         ></label-box>
1650
                         <label-box
1664
                         <label-box
1651
                           :isChecked="
1665
                           :isChecked="
1652
-                            afterdialysis.dialyzer == 4 ? true : false
1666
+                            afterdialysis.cruor.indexOf('透析器-Ⅲ度')> -1  ? true : false
1653
                           "
1667
                           "
1654
                           showValue="+ + +"
1668
                           showValue="+ + +"
1655
                         ></label-box>
1669
                         ></label-box>
1656
                       </div>
1670
                       </div>
1657
                     </td>
1671
                     </td>
1658
-                    <td width="80"></td>
1659
-                    <td width="60">管路:</td>
1660
-                    <td width="220">
1661
-                      <div style="display:flex;justify-content:space-between;">
1662
-                        <label-box showValue="无"></label-box>
1663
-                        <label-box showValue="+"></label-box>
1664
-                        <label-box showValue="+ +"></label-box>
1665
-                        <label-box showValue="+ + +"></label-box>
1666
-                      </div>
1667
-                    </td>
1672
+                    <!--<td width="80"></td>-->
1673
+                    <!--<td width="60">管路:</td>-->
1674
+                    <!--<td width="220">-->
1675
+                      <!--<div style="display:flex;justify-content:space-between;">-->
1676
+                        <!--<label-box showValue="无" :isChecked="-->
1677
+                            <!--afterdialysis.channel == 1 ? true : false-->
1678
+                          <!--"></label-box>-->
1679
+                        <!--<label-box showValue="+" :isChecked="-->
1680
+                            <!--afterdialysis.channel == 2 ? true : false-->
1681
+                          <!--"></label-box>-->
1682
+                        <!--<label-box showValue="+ +" :isChecked="-->
1683
+                            <!--afterdialysis.channel == 3  ? true : false-->
1684
+                          <!--"></label-box>-->
1685
+                        <!--<label-box showValue="+ + +" :isChecked="-->
1686
+                            <!--afterdialysis.channel == 4 ? true : false-->
1687
+                          <!--"></label-box>-->
1688
+                      <!--</div>-->
1689
+                    <!--</td>-->
1668
                     <td></td>
1690
                     <td></td>
1669
                   </tr>
1691
                   </tr>
1670
                 </tbody>
1692
                 </tbody>
2038
               <span v-if="advice[0].advice_desc"
2060
               <span v-if="advice[0].advice_desc"
2039
                 >{{ advice[0].advice_desc }}{{ advice[0].drug_spec_unit }}</span
2061
                 >{{ advice[0].advice_desc }}{{ advice[0].drug_spec_unit }}</span
2040
               >
2062
               >
2041
-              
2063
+
2042
               <span v-if="advice[0].prescribing_number"
2064
               <span v-if="advice[0].prescribing_number"
2043
                 >* {{ advice[0].prescribing_number
2065
                 >* {{ advice[0].prescribing_number
2044
                 }}{{ advice[0].prescribing_number_unit }}</span
2066
                 }}{{ advice[0].prescribing_number_unit }}</span