Procházet zdrojové kódy

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

csx před 5 roky
rodič
revize
6624695a92

+ 29 - 51
src/xt_pages/dialysis/template/dialysisPrintOrderNine.vue Zobrazit soubor

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