yq1 1 年間 前
コミット
30b51d2dbc
共有2 個のファイルを変更した24 個の追加85 個の削除を含む
  1. 18 79
      src/xt_pages/dialysis/template/DialysisPrintOrderSixtyeight.vue
  2. 6 6
      src/xt_pages/dialysis/template/DialysisPrintOrderSixtyfour.vue

+ 18 - 79
src/xt_pages/dialysis/template/DialysisPrintOrderSixtyeight.vue ファイルの表示

1498
                           医嘱内容
1498
                           医嘱内容
1499
                         </td>
1499
                         </td>
1500
                       </tr>
1500
                       </tr>
1501
-                      <!-- <tr style="line-height:35px;padding:8px 5px;">
1502
-                    <td colspan="4" style="font-size: 16px">开医嘱</td>
1503
-                    <td colspan="3" style="font-size: 16px">执行核对医嘱</td>
1504
-                  </tr> -->
1505
                       <tr style="line-height: 35px; padding: 8px 5px">
1501
                       <tr style="line-height: 35px; padding: 8px 5px">
1506
                         <td style="font-size: 16px" width="10%">时间</td>
1502
                         <td style="font-size: 16px" width="10%">时间</td>
1507
                         <td style="font-size: 16px" colspan="2" width="45%">
1503
                         <td style="font-size: 16px" colspan="2" width="45%">
1510
                         <td style="font-size: 16px" width="10%">医生签名</td>
1506
                         <td style="font-size: 16px" width="10%">医生签名</td>
1511
                         <td style="font-size: 16px" width="10%">时间</td>
1507
                         <td style="font-size: 16px" width="10%">时间</td>
1512
                         <td style="font-size: 16px" width="10%">执行人签名</td>
1508
                         <td style="font-size: 16px" width="10%">执行人签名</td>
1513
-                        <td
1514
-                          style="font-size: 16px"
1515
-                          width="10%"
1516
-                          v-if="org_id == 10223 || org_id == 9538 || org_id == 0 || org_id ==10375"
1517
-                        >
1518
-                          核对护士
1519
-                        </td>
1509
+                       
1520
                       </tr>
1510
                       </tr>
1521
-                      <!-- <template v-for="group in doctor_advices" > -->
1522
-
1523
                       <tr
1511
                       <tr
1524
                         v-for="(advice, advice_index) in doctor_advices"
1512
                         v-for="(advice, advice_index) in doctor_advices"
1525
                         :key="advice_index"
1513
                         :key="advice_index"
1528
                           <span v-if="advice.start_time">
1516
                           <span v-if="advice.start_time">
1529
                             {{ getTime(advice.start_time, "{h}:{i}") }}
1517
                             {{ getTime(advice.start_time, "{h}:{i}") }}
1530
                           </span>
1518
                           </span>
1531
-                          <!-- <span v-else>&nbsp;<br/>&nbsp;</span> -->
1519
+
1532
                         </td>
1520
                         </td>
1533
                         <td
1521
                         <td
1534
                           height="32px"
1522
                           height="32px"
1536
                           class="advice-name"
1524
                           class="advice-name"
1537
                           style="padding-left: 7px"
1525
                           style="padding-left: 7px"
1538
                         >
1526
                         >
1539
-                          <span v-if="advice.parent_id > 0">---></span>
1527
+                      
1528
+                          <span v-if="advice.parent_id > 0"></span>
1540
                           <span>{{ advice.advice_name }}</span>
1529
                           <span>{{ advice.advice_name }}</span>
1541
                           <span v-if="advice && advice.advice_desc"
1530
                           <span v-if="advice && advice.advice_desc"
1542
                             >({{ advice.advice_desc
1531
                             >({{ advice.advice_desc
1563
                             >({{ advice.remark }})</span
1552
                             >({{ advice.remark }})</span
1564
                           >
1553
                           >
1565
                         </td>
1554
                         </td>
1566
-                        <!-- <td colspan="2" height="60px" style="text-align: center" v-else >
1567
-                      <span>{{advice.delivery_way}}</span>
1568
-                      <span>{{advice.execution_frequency}}</span>
1569
-                      <span v-if="advice.remark.length > 0">({{advice.remark}})</span>
1570
-                    </td> -->
1571
-                        <!-- <td width="10%" v-if="(advice.children && advice.children.length > 0 || advice.parent_id > 0) && advice.isShow == 2" ></td> -->
1555
+                      
1572
                         <td height="32px">
1556
                         <td height="32px">
1573
                           <span
1557
                           <span
1574
                             v-if="setAdminUserES(advice.advice_doctor) == ''"
1558
                             v-if="setAdminUserES(advice.advice_doctor) == ''"
1582
                             v-else
1566
                             v-else
1583
                           />
1567
                           />
1584
                         </td>
1568
                         </td>
1585
-                        <!-- <td height="35px">
1586
-                      <span v-if="setAdminUserES(advice.checker) == ''">{{getAdminUser(advice.checker)}}</span>
1587
-                      <img style="height:20px;" :src="setAdminUserES(advice.checker)" alt="" srcset="" v-else>
1588
-                    </td> -->
1569
+                       
1589
                         <td height="32px">
1570
                         <td height="32px">
1590
                           <span v-if="advice.execution_time">{{
1571
                           <span v-if="advice.execution_time">{{
1591
                             getTime(advice.execution_time, "{h}:{i}")
1572
                             getTime(advice.execution_time, "{h}:{i}")
1604
                             v-else
1585
                             v-else
1605
                           />
1586
                           />
1606
                         </td>
1587
                         </td>
1607
-
1608
-                        <td height="32px" v-if="org_id == 10223 || org_id == 9538 || org_id == 0 || org_id ==10375">
1609
-                          <span v-if="setAdminUserES(advice.checker) == ''">{{
1610
-                            getAdminUser(advice.checker)
1611
-                          }}</span>
1612
-                          <img
1613
-                            style="height: 30px"
1614
-                            :src="setAdminUserES(advice.checker)"
1615
-                            alt=""
1616
-                            srcset=""
1617
-                            v-else
1618
-                          />
1619
-                        </td>
1620
                       </tr>
1588
                       </tr>
1621
-                      <!-- </template> -->
1622
                     </tbody>
1589
                     </tbody>
1623
                   </table>
1590
                   </table>
1624
                 </td>
1591
                 </td>
1820
             </div>
1787
             </div>
1821
           </div>
1788
           </div>
1822
         </template>
1789
         </template>
1790
+
1823
         <div class="row" style="margin-top: -11px; position: relative">
1791
         <div class="row" style="margin-top: -11px; position: relative">
1824
           <table class="proj_table">
1792
           <table class="proj_table">
1825
             <tbody>
1793
             <tbody>
1839
                     医嘱内容
1807
                     医嘱内容
1840
                   </td>
1808
                   </td>
1841
                 </tr>
1809
                 </tr>
1842
-                <!-- <tr style="line-height:35px;padding:8px 5px;">
1843
-                <td colspan="4" style="font-size: 16px">开医嘱</td>
1844
-                <td colspan="3" style="font-size: 16px">执行核对医嘱</td>
1845
-              </tr> -->
1810
+              
1846
                 <tr style="line-height: 35px; padding: 8px 5px">
1811
                 <tr style="line-height: 35px; padding: 8px 5px">
1847
                   <td style="font-size: 15px" width="10%">时间</td>
1812
                   <td style="font-size: 15px" width="10%">时间</td>
1848
                   <td style="font-size: 15px" colspan="2" width="45%">
1813
                   <td style="font-size: 15px" colspan="2" width="45%">
1851
                   <td style="font-size: 15px" width="10%">医生签名</td>
1816
                   <td style="font-size: 15px" width="10%">医生签名</td>
1852
                   <td style="font-size: 15px" width="10%">时间</td>
1817
                   <td style="font-size: 15px" width="10%">时间</td>
1853
                   <td style="font-size: 15px" width="10%">执行人签名</td>
1818
                   <td style="font-size: 15px" width="10%">执行人签名</td>
1854
-                  <td
1855
-                    style="font-size: 15px"
1856
-                    width="10%"
1857
-                    v-if="org_id == 10223 || org_id == 9538 || org_id == 0 || org_id ==10375"
1858
-                  >
1859
-                    核对护士
1860
-                  </td>
1819
+                 
1861
                 </tr>
1820
                 </tr>
1862
-                <!-- <template v-for="group in doctor_advices" > -->
1821
+               
1863
                 <tr
1822
                 <tr
1864
                   v-for="(advice, advice_index) in doctor_advices"
1823
                   v-for="(advice, advice_index) in doctor_advices"
1865
                   :key="advice_index"
1824
                   :key="advice_index"
1868
                     <span v-if="advice.start_time">
1827
                     <span v-if="advice.start_time">
1869
                       {{ getTime(advice.start_time, "{h}:{i}") }}
1828
                       {{ getTime(advice.start_time, "{h}:{i}") }}
1870
                     </span>
1829
                     </span>
1871
-                    <!-- <span v-else>&nbsp;<br/>&nbsp;</span> -->
1830
+                  
1872
                   </td>
1831
                   </td>
1873
                   <td
1832
                   <td
1874
                     height="32px"
1833
                     height="32px"
1876
                     class="advice-name"
1835
                     class="advice-name"
1877
                     style="padding-left: 7px"
1836
                     style="padding-left: 7px"
1878
                   >
1837
                   >
1879
-                    <span v-if="advice.parent_id > 0">---></span>
1838
+                    <span v-if="advice.parent_id > 0"></span>
1880
                     <span>{{ advice.advice_name }}</span>
1839
                     <span>{{ advice.advice_name }}</span>
1881
                     <span v-if="advice && advice.advice_desc"
1840
                     <span v-if="advice && advice.advice_desc"
1882
                       >({{ advice.advice_desc
1841
                       >({{ advice.advice_desc
1903
                       >({{ advice.remark }})</span
1862
                       >({{ advice.remark }})</span
1904
                     >
1863
                     >
1905
                   </td>
1864
                   </td>
1906
-                  <!-- <td colspan="2" height="60px" style="text-align: center" v-else >
1907
-                <span>{{advice.delivery_way}}</span>
1908
-                <span>{{advice.execution_frequency}}</span>
1909
-                <span v-if="advice.remark.length > 0">({{advice.remark}})</span>
1910
-              </td> -->
1911
-                  <!-- <td width="10%" v-if="(advice.children && advice.children.length > 0 || advice.parent_id > 0) && advice.isShow == 2" ></td> -->
1865
+                
1912
                   <td height="32px">
1866
                   <td height="32px">
1913
                     <span
1867
                     <span
1914
                       v-if="setAdminUserES(advice.advice_doctor) == ''"
1868
                       v-if="setAdminUserES(advice.advice_doctor) == ''"
1922
                       v-else
1876
                       v-else
1923
                     />
1877
                     />
1924
                   </td>
1878
                   </td>
1925
-                  <!-- <td height="35px">
1926
-                <span v-if="setAdminUserES(advice.checker) == ''">{{getAdminUser(advice.checker)}}</span>
1927
-                <img style="height:20px;" :src="setAdminUserES(advice.checker)" alt="" srcset="" v-else>
1928
-              </td> -->
1879
+                  
1929
                   <td height="32px">
1880
                   <td height="32px">
1930
                     <span v-if="advice.execution_time">{{
1881
                     <span v-if="advice.execution_time">{{
1931
                       getTime(advice.execution_time, "{h}:{i}")
1882
                       getTime(advice.execution_time, "{h}:{i}")
1945
                     />
1896
                     />
1946
                   </td>
1897
                   </td>
1947
 
1898
 
1948
-                  <td height="32px" v-if="org_id == 10223 || org_id == 9538 || org_id == 0 || org_id ==10375">
1949
-                    <span v-if="setAdminUserES(advice.checker) == ''">{{
1950
-                      getAdminUser(advice.checker)
1951
-                    }}</span>
1952
-                    <img
1953
-                      style="height: 30px"
1954
-                      :src="setAdminUserES(advice.checker)"
1955
-                      alt=""
1956
-                      srcset=""
1957
-                      v-else
1958
-                    />
1959
-                  </td>
1960
                 </tr>
1899
                 </tr>
1961
               </template>
1900
               </template>
1962
 
1901
 
2562
          <div style="position: relative; left: 70%;top: 50px;width: 288px;">
2501
          <div style="position: relative; left: 70%;top: 50px;width: 288px;">
2563
           患者签名:
2502
           患者签名:
2564
           <div class="under_line" style="width: 120px;">
2503
           <div class="under_line" style="width: 120px;">
2565
-            <img
2504
+            <!-- <img
2566
               style="height: 30px"
2505
               style="height: 30px"
2567
               :src="dialysisOrder == null? 0: dialysisOrder.url"
2506
               :src="dialysisOrder == null? 0: dialysisOrder.url"
2568
               alt=""
2507
               alt=""
2569
               srcset=""
2508
               srcset=""
2570
-            />
2509
+            /> -->
2571
           </div>
2510
           </div>
2572
         </div>
2511
         </div>
2573
       </div>
2512
       </div>
3679
       
3618
       
3680
         console.log("时间我我我哦我我",this.doctor_advices)
3619
         console.log("时间我我我哦我我",this.doctor_advices)
3681
         if (this.doctor_advices.length <= 6) {
3620
         if (this.doctor_advices.length <= 6) {
3682
-          var nl = 6;
3683
-          this.print_length = 6;
3621
+          var nl = 3;
3622
+          this.print_length = 3;
3684
 
3623
 
3685
           for (let index = 0; index < nl; index++) {
3624
           for (let index = 0; index < nl; index++) {
3686
             if (
3625
             if (

+ 6 - 6
src/xt_pages/dialysis/template/DialysisPrintOrderSixtyfour.vue ファイルの表示

8
         class="dialysis-print-order print-template-two print_page_main_content"
8
         class="dialysis-print-order print-template-two print_page_main_content"
9
         
9
         
10
       >
10
       >
11
-        <div id="dialysis-print-box-64" style="padding: 10px 0 0 50px;">
12
-          <!-- <div
11
+        <div id="dialysis-print-box-64" style="padding:10px 0 0 40px  ;">
12
+          <!-- <div 10px 0 0 40px
13
             class="order-yy-name"
13
             class="order-yy-name"
14
             style=" letter-spacing: 0;
14
             style=" letter-spacing: 0;
15
                 font-weight: 600;
15
                 font-weight: 600;
25
               <div style="display:inline-block; ;">病历号:
25
               <div style="display:inline-block; ;">病历号:
26
                 {{patientInfo.record_number?patientInfo.record_number:"" }}
26
                 {{patientInfo.record_number?patientInfo.record_number:"" }}
27
               </div>
27
               </div>
28
-              <div style="display:inline-block;margin-left: 90px;">
28
+              <div style="display:inline-block;margin-left: 50px;">
29
                 姓名:{{ patientInfo.name }}
29
                 姓名:{{ patientInfo.name }}
30
               </div>
30
               </div>
31
-              <div style="display:inline-block; margin-left: 90px;">
31
+              <div style="display:inline-block; margin-left: 50px;">
32
                 性别:{{ patientInfo_gender_1 == true ? "男" : "女" }}
32
                 性别:{{ patientInfo_gender_1 == true ? "男" : "女" }}
33
               </div>
33
               </div>
34
-              <div style="display:inline-block; margin-left: 90px;">
34
+              <div style="display:inline-block; margin-left: 50px;">
35
                 年龄:{{ getAge(patientInfo) }}
35
                 年龄:{{ getAge(patientInfo) }}
36
               </div>
36
               </div>
37
-              <div style="display:inline-block; margin-left: 90px;">
37
+              <div style="display:inline-block; margin-left: 50px;">
38
                 透析次数:{{
38
                 透析次数:{{
39
                   patientInfo.total_dialysis +
39
                   patientInfo.total_dialysis +
40
                     patientInfo.user_sys_before_count
40
                     patientInfo.user_sys_before_count