Browse Source

12月5 打印单

yq1 4 months ago
parent
commit
e0377db926

+ 8 - 0
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue View File

@@ -1696,6 +1696,7 @@
1696 1696
                         </tr>
1697 1697
                         <tr>
1698 1698
                           <td width="60">时间</td>
1699
+                          <td width="60" v-if="org_id == 10735">体温<br />(mmHg)</td>
1699 1700
                           <td width="60">血压<br />(mmHg)</td>
1700 1701
                           <td width="50">脉搏<br />(次/分)</td>
1701 1702
                           <td width="50" v-if="org_id!=10489">呼吸<br />(次/分)</td>
@@ -1828,6 +1829,13 @@
1828 1829
                               getTime(monitor_record.operate_time, "{h}:{i}")
1829 1830
                             }}
1830 1831
                           </td>
1832
+                          <td v-if="org_id == 10735">
1833
+                            {{
1834
+                              monitor_record.temperature
1835
+                                ? monitor_record.temperature
1836
+                                : ""
1837
+                            }}
1838
+                          </td>
1831 1839
                           <td>
1832 1840
                             {{
1833 1841
                               monitor_record.systolic_blood_pressure

+ 4 - 4
src/xt_pages/dialysis/template/DialysisPrintOrdersixtySeven.vue View File

@@ -1,8 +1,8 @@
1 1
 <template>
2 2
   <div>
3 3
     <div id="dialysis-print-box-1">
4
-      <div
5
-        id="dialysis-print-box-1-1"
4
+      <el-button type="primary" @click="checkData">一键核对</el-button>
5
+      <div id="dialysis-print-box-1-1"
6 6
         class="dialysis-print-order print-template-two print_page_main_content"
7 7
       >
8 8
         <div style="display: inline-block; width: 100%; text-align: center">
@@ -26,7 +26,7 @@
26 26
               display: inline-block;
27 27
             "
28 28
           >
29
-            血液净化治疗记录单
29
+            血液净化治疗记录单67
30 30
           </div>
31 31
 
32 32
           <div class="infoTitle"> 透前情况</div>
@@ -373,7 +373,7 @@
373 373
                           <span>{{
374 374
                             it.execution_frequency
375 375
                           }}</span>
376
-                          
376
+
377 377
                           <span v-if="it.remark !=''"
378 378
                             >({{ it.remark }})</span
379 379
                           >