See999 4 years ago
parent
commit
8eee15b3d1
1 changed files with 9 additions and 9 deletions
  1. 9 9
      src/xt_pages/dialysis/template/DialysisPrintOrderFourteen.vue

+ 9 - 9
src/xt_pages/dialysis/template/DialysisPrintOrderFourteen.vue View File

@@ -1,9 +1,9 @@
1 1
 <template>
2 2
   <div id="dialysis-print-box">
3 3
     <div id='new-dialysis-1' class="dialysis-print-order">
4
-      <div class="order-yy-name">{{ orgname }}</div>
5
-      <div class="order-title">血液净化治疗记录单</div>
6
-      <table class="table-box" style="margin-top: 10px;">
4
+      <div class="order-yy-name"></div>
5
+      <div class="order-title" style="padding-bottom:10px;padding-top:0;">{{ orgname }}&nbsp;&nbsp;血液净化治疗记录单</div>
6
+      <table class="table-box">
7 7
         <tbody>
8 8
           <tr>
9 9
             <td width="50">姓 名:</td>
@@ -758,7 +758,6 @@
758 758
             <td width="60" style="height:20px;line-height:20px">电导度<br />mS/cm</td>
759 759
             <td width="60" style="height:20px;line-height:20px">血流量<br />ml/分</td>
760 760
             <td width="40" style="height:20px;line-height:20px">液温<br />℃</td>
761
-            <td width="60" style="height:20px;line-height:20px">钠浓度<br />mmol/L</td>
762 761
             <td width="">特殊记录</td>
763 762
           </tr>
764 763
 
@@ -779,9 +778,10 @@
779 778
             <td>&nbsp;{{ monitor.conductivity ? monitor.conductivity : "" }}</td>
780 779
             <td>&nbsp;{{ monitor.blood_flow_volume ? monitor.blood_flow_volume : "" }}</td>
781 780
             <td>&nbsp;{{ monitor.dialysate_temperature ? monitor.dialysate_temperature : "" }}</td>
782
-            <td>&nbsp;{{ monitor.sodium_concentration ? monitor.sodium_concentration : "" }}</td>
783 781
             <td style="text-align:left;padding-left:10px;">
784
-              &nbsp;{{ monitor.symptom }} &nbsp;{{ monitor.dispose }} &nbsp;{{ monitor.result }}
782
+              <div style="line-height:20px;text-align: left;display: inline-block;">
783
+                &nbsp;{{ monitor.symptom }}{{ monitor.dispose }}{{ monitor.result }}
784
+              </div>
785 785
             </td>
786 786
           </tr>
787 787
         </tbody>
@@ -905,7 +905,7 @@
905 905
                 </tbody>
906 906
               </table>
907 907
 
908
-              <table class="table-box" style="margin-bottom:130px;">
908
+              <table class="table-box" style="margin-bottom:20px;">
909 909
                 <tbody>
910 910
                   <tr>
911 911
                     <!-- <td width="70">其他记录:</td> -->
@@ -954,8 +954,8 @@
954 954
       
955 955
     </div>
956 956
     <div id='new-dialysis-2' class="dialysis-print-order">
957
-      <div class="order-yy-name">{{ orgname }}</div>
958
-      <div class="order-title">临时医嘱单</div>
957
+      <!-- <div class="order-yy-name"></div> -->
958
+      <div class="order-title">{{ orgname }}&nbsp;&nbsp;临时医嘱单</div>
959 959
       <table class="table-box" style="margin-top: 10px;">
960 960
         <tbody>
961 961
           <tr>