瀏覽代碼

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

28169 1 年之前
父節點
當前提交
2733c7e8dc

+ 15 - 49
src/xt_pages/dialysis/template/DialysisPrintOrderFortySeven.vue 查看文件

1204
                           置换量<br />(L)
1204
                           置换量<br />(L)
1205
                         </td>
1205
                         </td>
1206
                         <td width="210">病情变化及处理</td>
1206
                         <td width="210">病情变化及处理</td>
1207
-
1208
-                        <!-- <td width="100">时间</td>
1209
-                    <td width="30">T<br>C°</td>
1210
-                    <td width="30">P<br/>次/分</td>
1211
-                    <td width="30">R<br/>次/分</td>
1212
-                    <td width="100">BP<br/>mmHg</td>
1213
-                    <td width="60">静脉压/动脉压<br/>mmHg</td>
1214
-                    <td width="80">血流量<br/>ml/min</td>
1215
-                    <td width="90">超滤量累计L</td>
1216
-                    <td width="80">钠浓度<br/>mmol/L</td>
1217
-                    <td width="240">病情特殊情况处理<br/>及专科护理措施记录</td>
1218
-                    <td  width="100">护士签名</td> -->
1219
                       </tr>
1207
                       </tr>
1220
 
1208
 
1221
                       <tr
1209
                       <tr
1436
                           医嘱内容
1424
                           医嘱内容
1437
                         </td>
1425
                         </td>
1438
                       </tr>
1426
                       </tr>
1439
-                      <!-- <tr style="line-height:35px;padding:8px 5px;">
1440
-                    <td colspan="4" style="font-size: 16px">开医嘱</td>
1441
-                    <td colspan="3" style="font-size: 16px">执行核对医嘱</td>
1442
-                  </tr> -->
1443
                       <tr style="line-height: 35px; padding: 8px 5px">
1427
                       <tr style="line-height: 35px; padding: 8px 5px">
1444
                         <td style="font-size: 16px" width="10%">时间</td>
1428
                         <td style="font-size: 16px" width="10%">时间</td>
1445
                         <td style="font-size: 16px" colspan="2" width="45%">
1429
                         <td style="font-size: 16px" colspan="2" width="45%">
1521
                             >({{ advice.remark }})</span
1505
                             >({{ advice.remark }})</span
1522
                           >
1506
                           >
1523
                         </td>
1507
                         </td>
1524
-                        <!-- <td colspan="2" height="60px" style="text-align: center" v-else >
1525
-                      <span>{{advice.delivery_way}}</span>
1526
-                      <span>{{advice.execution_frequency}}</span>
1527
-                      <span v-if="advice.remark.length > 0">({{advice.remark}})</span>
1528
-                    </td> -->
1529
-                        <!-- <td width="10%" v-if="(advice.children && advice.children.length > 0 || advice.parent_id > 0) && advice.isShow == 2" ></td> -->
1530
                         <td height="32px" v-if="advice.advice_doctor">
1508
                         <td height="32px" v-if="advice.advice_doctor">
1531
                           <span
1509
                           <span
1532
                             v-if="setAdminUserES(advice.advice_doctor) == ''"
1510
                             v-if="setAdminUserES(advice.advice_doctor) == ''"
1544
                           <span v-if="setAdminUserES(advice.doctor) == ''">{{
1522
                           <span v-if="setAdminUserES(advice.doctor) == ''">{{
1545
                             getAdminUser(advice.doctor)
1523
                             getAdminUser(advice.doctor)
1546
                           }}</span>
1524
                           }}</span>
1547
-                          <img
1525
+                           <img
1548
                             style="height: 30px"
1526
                             style="height: 30px"
1549
                             :src="setAdminUserES(advice.doctor)"
1527
                             :src="setAdminUserES(advice.doctor)"
1550
                             alt=""
1528
                             alt=""
1552
                             v-else
1530
                             v-else
1553
                           />
1531
                           />
1554
                         </td>
1532
                         </td>
1555
-                        <!-- <td height="35px">
1556
-                      <span v-if="setAdminUserES(advice.checker) == ''">{{getAdminUser(advice.checker)}}</span>
1557
-                      <img style="height:20px;" :src="setAdminUserES(advice.checker)" alt="" srcset="" v-else>
1558
-                    </td> -->
1559
                         <td height="32px">
1533
                         <td height="32px">
1560
                           <span
1534
                           <span
1561
                             v-if="setAdminUserES(advice.execution_staff) == ''"
1535
                             v-if="setAdminUserES(advice.execution_staff) == ''"
1727
           </div>
1701
           </div>
1728
         </template>
1702
         </template>
1729
         <div class="row" style="margin-top: -11px; position: relative">
1703
         <div class="row" style="margin-top: -11px; position: relative">
1730
-          <table class="proj_table">
1704
+          <table border="1" class="proj_table" style="border-collapse: collapse;text-align:center ;">
1731
             <template v-if="doctor_advices_2.length > 0">
1705
             <template v-if="doctor_advices_2.length > 0">
1732
               <tr style="line-height: 35px; padding: 8px 5px">
1706
               <tr style="line-height: 35px; padding: 8px 5px">
1733
                 <td
1707
                 <td
1739
                     font-size: 16px;
1713
                     font-size: 16px;
1740
                     padding: 6px 8px;
1714
                     padding: 6px 8px;
1741
                     line-height: 30px;
1715
                     line-height: 30px;
1742
-                    border: 1px solid;
1716
+                    border: 1px solid black;
1743
                   "
1717
                   "
1744
                 >
1718
                 >
1745
                   医嘱内容
1719
                   医嘱内容
1753
                 style="line-height: 35px; padding: 8px 5px"
1727
                 style="line-height: 35px; padding: 8px 5px"
1754
                 class="split_table_tr"
1728
                 class="split_table_tr"
1755
               >
1729
               >
1756
-                <td style="font-size: 16px" width="10%">时间</td>
1757
-                <td style="font-size: 16px" colspan="2" width="45%">
1730
+                <td style="font-size: 16px;border: 1px solid black;" width="10%">时间</td>
1731
+                <td style="font-size: 16px;border: 1px solid black;" colspan="2" width="45%">
1758
                   医嘱内容
1732
                   医嘱内容
1759
                 </td>
1733
                 </td>
1760
-                <td style="font-size: 16px" width="10%">医生签名</td>
1734
+                <td style="font-size: 16px;border: 1px solid black;" width="10%">医生签名</td>
1761
                 <!-- <td style="font-size: 16px" width="10%">核对人签名</td> -->
1735
                 <!-- <td style="font-size: 16px" width="10%">核对人签名</td> -->
1762
-                <td style="font-size: 16px" width="10%">执行人签名</td>
1763
-                <td style="font-size: 16px" width="10%">时间</td>
1736
+                <td style="font-size: 16px;border: 1px solid black;" width="10%">执行人签名</td>
1737
+                <td style="font-size: 16px;border: 1px solid black;" width="10%">时间</td>
1764
               </tr>
1738
               </tr>
1765
               <!-- <template v-for="group in doctor_advices" > -->
1739
               <!-- <template v-for="group in doctor_advices" > -->
1766
               <tr
1740
               <tr
1768
                 v-for="(advice, advice_index) in doctor_advices_2"
1742
                 v-for="(advice, advice_index) in doctor_advices_2"
1769
                 :key="advice_index"
1743
                 :key="advice_index"
1770
               >
1744
               >
1771
-                <td height="32px">
1745
+                <td height="32px" style="border: 1px solid black;">
1772
                   <span v-if="advice.start_time">
1746
                   <span v-if="advice.start_time">
1773
                     {{ getTime(advice.start_time, "{h}:{i}") }}
1747
                     {{ getTime(advice.start_time, "{h}:{i}") }}
1774
                   </span>
1748
                   </span>
1778
                   height="32px"
1752
                   height="32px"
1779
                   colspan="2"
1753
                   colspan="2"
1780
                   class="advice-name"
1754
                   class="advice-name"
1781
-                  style="padding-left: 7px"
1755
+                  style="padding-left: 7px;border: 1px solid black;"
1782
                 >
1756
                 >
1783
                   <span v-if="advice.parent_id > 0">---></span>
1757
                   <span v-if="advice.parent_id > 0">---></span>
1784
                   <span>{{ advice.advice_name }}</span>
1758
                   <span>{{ advice.advice_name }}</span>
1825
                     >({{ advice.remark }})</span
1799
                     >({{ advice.remark }})</span
1826
                   >
1800
                   >
1827
                 </td>
1801
                 </td>
1828
-                <!-- <td colspan="2" height="60px" style="text-align: center" v-else >
1829
-                  <span>{{advice.delivery_way}}</span>
1830
-                  <span>{{advice.execution_frequency}}</span>
1831
-                  <span v-if="advice.remark.length > 0">({{advice.remark}})</span>
1832
-                </td> -->
1833
-                <!-- <td width="10%" v-if="(advice.children && advice.children.length > 0 || advice.parent_id > 0) && advice.isShow == 2" ></td> -->
1834
-                <td height="32px">
1802
+                <td height="32px" style="border: 1px solid black;">
1835
                   <span v-if="setAdminUserES(advice.advice_doctor) == ''">{{
1803
                   <span v-if="setAdminUserES(advice.advice_doctor) == ''">{{
1836
                     getAdminUser(advice.advice_doctor)
1804
                     getAdminUser(advice.advice_doctor)
1837
                   }}</span>
1805
                   }}</span>
1853
                     v-else
1821
                     v-else
1854
                   />
1822
                   />
1855
                 </td>
1823
                 </td>
1856
-                <!-- <td height="35px">
1857
-                  <span v-if="setAdminUserES(advice.checker) == ''">{{getAdminUser(advice.checker)}}</span>
1858
-                  <img style="height:20px;" :src="setAdminUserES(advice.checker)" alt="" srcset="" v-else>
1859
-                </td> -->
1860
-                <td height="32px">
1824
+
1825
+                <td height="32px" style="border: 1px solid black;">
1861
                   <span v-if="setAdminUserES(advice.execution_staff) == ''">{{
1826
                   <span v-if="setAdminUserES(advice.execution_staff) == ''">{{
1862
                     getAdminUser(advice.execution_staff)
1827
                     getAdminUser(advice.execution_staff)
1863
                   }}</span>
1828
                   }}</span>
1869
                     v-else
1834
                     v-else
1870
                   />
1835
                   />
1871
                 </td>
1836
                 </td>
1872
-                <td height="32px">
1837
+                <td height="32px" style="border: 1px solid black;">
1873
                   <span v-if="advice.execution_time">{{
1838
                   <span v-if="advice.execution_time">{{
1874
                     getTime(advice.execution_time, "{h}:{i}")
1839
                     getTime(advice.execution_time, "{h}:{i}")
1875
                   }}</span>
1840
                   }}</span>
1887
                   font-size: 16px;
1852
                   font-size: 16px;
1888
                   padding: 6px 8px;
1853
                   padding: 6px 8px;
1889
                   line-height: 30px;
1854
                   line-height: 30px;
1855
+                  border: 1px solid black;
1890
                 "
1856
                 "
1891
               >
1857
               >
1892
                 透析后情况
1858
                 透析后情况

+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderSixtyeight.vue 查看文件

2501
          <div style="position: relative; left: 70%;top: 50px;width: 288px;">
2501
          <div style="position: relative; left: 70%;top: 50px;width: 288px;">
2502
           患者签名:
2502
           患者签名:
2503
           <div class="under_line" style="width: 120px;">
2503
           <div class="under_line" style="width: 120px;">
2504
-            <!-- <img
2504
+            <img
2505
               style="height: 30px"
2505
               style="height: 30px"
2506
               :src="dialysisOrder == null? 0: dialysisOrder.url"
2506
               :src="dialysisOrder == null? 0: dialysisOrder.url"
2507
               alt=""
2507
               alt=""
2508
               srcset=""
2508
               srcset=""
2509
-            /> -->
2509
+            />
2510
           </div>
2510
           </div>
2511
         </div>
2511
         </div>
2512
       </div>
2512
       </div>