See999 4 gadus atpakaļ
vecāks
revīzija
56e643d679

+ 110 - 10
src/xt_pages/dialysis/batch_print/batch_print_order_nine.vue Parādīt failu

@@ -1270,7 +1270,11 @@
1270 1270
                   <td colspan="3" style="font-size: 16px">执行核对医嘱</td>
1271 1271
                 </tr> -->
1272 1272
                   <tr style="line-height:35px;padding:8px 5px;">
1273
-                    <td width="30px" :rowspan="record.advices.length + 1">
1273
+                    <td
1274
+                      width="30"
1275
+                      style="font-size: 16px"
1276
+                      :rowspan="record.advices.length + 1"
1277
+                    >
1274 1278
                       医嘱内容
1275 1279
                     </td>
1276 1280
                     <td style="font-size: 16px" width="10%">时间</td>
@@ -1699,15 +1703,110 @@
1699 1703
                           </tr>
1700 1704
                         </tbody>
1701 1705
                       </table>
1702
-                      <!--<table class="table-box">-->
1703
-                      <!--<tbody>-->
1704
-                      <!--<tr>-->
1705
-                      <!--<td width="">-->
1706
-                      <!--<div class="under-line">&nbsp;{{summary.dialysis_summary.substring(56,120)}}&nbsp;</div>-->
1707
-                      <!--</td>-->
1708
-                      <!--</tr>-->
1709
-                      <!--</tbody>-->
1710
-                      <!--</table>-->
1706
+
1707
+                      <table class="table-box">
1708
+                        <tbody>
1709
+                          <tr>
1710
+                            <td width="70">静脉管道:</td>
1711
+                            <td width="220">
1712
+                              <div
1713
+                                style="display:flex;justify-content:space-between;"
1714
+                              >
1715
+                                <label-box
1716
+                                  :isChecked="
1717
+                                    isCheckBoxChecked(
1718
+                                      record.assessment_after_dislysis,
1719
+                                      'intravenous_tube',
1720
+                                      1
1721
+                                    )
1722
+                                  "
1723
+                                  showValue="无"
1724
+                                ></label-box>
1725
+                                <label-box
1726
+                                  :isChecked="
1727
+                                    isCheckBoxChecked(
1728
+                                      record.assessment_after_dislysis,
1729
+                                      'intravenous_tube',
1730
+                                      2
1731
+                                    )
1732
+                                  "
1733
+                                  showValue="+"
1734
+                                ></label-box>
1735
+                                <label-box
1736
+                                  :isChecked="
1737
+                                    isCheckBoxChecked(
1738
+                                      record.assessment_after_dislysis,
1739
+                                      'intravenous_tube',
1740
+                                      3
1741
+                                    )
1742
+                                  "
1743
+                                  showValue="+ +"
1744
+                                ></label-box>
1745
+                                <label-box
1746
+                                  :isChecked="
1747
+                                    isCheckBoxChecked(
1748
+                                      record.assessment_after_dislysis,
1749
+                                      'intravenous_tube',
1750
+                                      4
1751
+                                    )
1752
+                                  "
1753
+                                  showValue="+ + +"
1754
+                                ></label-box>
1755
+                              </div>
1756
+                            </td>
1757
+                            <td width="80"></td>
1758
+                            <td width="70">动脉管道:</td>
1759
+                            <td width="220">
1760
+                              <div
1761
+                                style="display:flex;justify-content:space-between;"
1762
+                              >
1763
+                                <label-box
1764
+                                  :isChecked="
1765
+                                    isCheckBoxChecked(
1766
+                                      record.assessment_after_dislysis,
1767
+                                      'arterial_tube',
1768
+                                      1
1769
+                                    )
1770
+                                  "
1771
+                                  showValue="无"
1772
+                                ></label-box>
1773
+                                <label-box
1774
+                                  :isChecked="
1775
+                                    isCheckBoxChecked(
1776
+                                      record.assessment_after_dislysis,
1777
+                                      'arterial_tube',
1778
+                                      2
1779
+                                    )
1780
+                                  "
1781
+                                  showValue="+"
1782
+                                ></label-box>
1783
+                                <label-box
1784
+                                  :isChecked="
1785
+                                    isCheckBoxChecked(
1786
+                                      record.assessment_after_dislysis,
1787
+                                      'arterial_tube',
1788
+                                      3
1789
+                                    )
1790
+                                  "
1791
+                                  showValue="+ +"
1792
+                                ></label-box>
1793
+                                <label-box
1794
+                                  :isChecked="
1795
+                                    isCheckBoxChecked(
1796
+                                      record.assessment_after_dislysis,
1797
+                                      'arterial_tube',
1798
+                                      4
1799
+                                    )
1800
+                                  "
1801
+                                  showValue="+ + +"
1802
+                                ></label-box>
1803
+                              </div>
1804
+                            </td>
1805
+                            <td></td>
1806
+                          </tr>
1807
+                        </tbody>
1808
+                      </table>
1809
+
1711 1810
                       <table class="table-box">
1712 1811
                         <tbody>
1713 1812
                           <tr>
@@ -1914,6 +2013,7 @@
1914 2013
               </table>
1915 2014
             </div>
1916 2015
           </div>
2016
+          <div style="page-break-after: always;"></div>
1917 2017
         </div>
1918 2018
       </div>
1919 2019
     </div>

+ 67 - 0
src/xt_pages/dialysis/template/dialysisPrintOrderNine.vue Parādīt failu

@@ -1663,6 +1663,73 @@
1663 1663
                   </tr>
1664 1664
                 </tbody>
1665 1665
               </table>
1666
+
1667
+              <table class="table-box">
1668
+                <tbody>
1669
+                  <tr>
1670
+                    <td width="70">静脉管道:</td>
1671
+                    <td width="220">
1672
+                      <div style="display:flex;justify-content:space-between;">
1673
+                        <label-box
1674
+                          :isChecked="
1675
+                            afterdialysis.intravenous_tube == 1 ? true : false
1676
+                          "
1677
+                          showValue="无"
1678
+                        ></label-box>
1679
+                        <label-box
1680
+                          :isChecked="
1681
+                            afterdialysis.intravenous_tube == 2 ? true : false
1682
+                          "
1683
+                          showValue="+"
1684
+                        ></label-box>
1685
+                        <label-box
1686
+                          :isChecked="
1687
+                            afterdialysis.intravenous_tube == 3 ? true : false
1688
+                          "
1689
+                          showValue="+ +"
1690
+                        ></label-box>
1691
+                        <label-box
1692
+                          :isChecked="
1693
+                            afterdialysis.intravenous_tube == 4 ? true : false
1694
+                          "
1695
+                          showValue="+ + +"
1696
+                        ></label-box>
1697
+                      </div>
1698
+                    </td>
1699
+                    <td width="80"></td>
1700
+                    <td width="70">动脉管道:</td>
1701
+                    <td width="220">
1702
+                      <div style="display:flex;justify-content:space-between;">
1703
+                        <label-box
1704
+                          :isChecked="
1705
+                            afterdialysis.arterial_tube == 1 ? true : false
1706
+                          "
1707
+                          showValue="无"
1708
+                        ></label-box>
1709
+                        <label-box
1710
+                          :isChecked="
1711
+                            afterdialysis.arterial_tube == 2 ? true : false
1712
+                          "
1713
+                          showValue="+"
1714
+                        ></label-box>
1715
+                        <label-box
1716
+                          :isChecked="
1717
+                            afterdialysis.arterial_tube == 3 ? true : false
1718
+                          "
1719
+                          showValue="+ +"
1720
+                        ></label-box>
1721
+                        <label-box
1722
+                          :isChecked="
1723
+                            afterdialysis.arterial_tube == 4 ? true : false
1724
+                          "
1725
+                          showValue="+ + +"
1726
+                        ></label-box>
1727
+                      </div>
1728
+                    </td>
1729
+                    <td></td>
1730
+                  </tr>
1731
+                </tbody>
1732
+              </table>
1666 1733
               <!--<table class="table-box">-->
1667 1734
               <!--<tbody>-->
1668 1735
               <!--<tr>-->