Преглед изворни кода

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

csx пре 5 година
родитељ
комит
37eb61815d
1 измењених фајлова са 50 додато и 28 уклоњено
  1. 50 28
      src/xt_pages/dialysis/template/dialysisPrintOrderNine.vue

+ 50 - 28
src/xt_pages/dialysis/template/dialysisPrintOrderNine.vue Прегледај датотеку

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