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
 <template>
1
 <template>
2
   <div id="dialysis-print-box">
2
   <div id="dialysis-print-box">
3
     <div id='new-dialysis-1' class="dialysis-print-order">
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
         <tbody>
7
         <tbody>
8
           <tr>
8
           <tr>
9
             <td width="50">姓 名:</td>
9
             <td width="50">姓 名:</td>
758
             <td width="60" style="height:20px;line-height:20px">电导度<br />mS/cm</td>
758
             <td width="60" style="height:20px;line-height:20px">电导度<br />mS/cm</td>
759
             <td width="60" style="height:20px;line-height:20px">血流量<br />ml/分</td>
759
             <td width="60" style="height:20px;line-height:20px">血流量<br />ml/分</td>
760
             <td width="40" style="height:20px;line-height:20px">液温<br />℃</td>
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
             <td width="">特殊记录</td>
761
             <td width="">特殊记录</td>
763
           </tr>
762
           </tr>
764
 
763
 
779
             <td>&nbsp;{{ monitor.conductivity ? monitor.conductivity : "" }}</td>
778
             <td>&nbsp;{{ monitor.conductivity ? monitor.conductivity : "" }}</td>
780
             <td>&nbsp;{{ monitor.blood_flow_volume ? monitor.blood_flow_volume : "" }}</td>
779
             <td>&nbsp;{{ monitor.blood_flow_volume ? monitor.blood_flow_volume : "" }}</td>
781
             <td>&nbsp;{{ monitor.dialysate_temperature ? monitor.dialysate_temperature : "" }}</td>
780
             <td>&nbsp;{{ monitor.dialysate_temperature ? monitor.dialysate_temperature : "" }}</td>
782
-            <td>&nbsp;{{ monitor.sodium_concentration ? monitor.sodium_concentration : "" }}</td>
783
             <td style="text-align:left;padding-left:10px;">
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
             </td>
785
             </td>
786
           </tr>
786
           </tr>
787
         </tbody>
787
         </tbody>
905
                 </tbody>
905
                 </tbody>
906
               </table>
906
               </table>
907
 
907
 
908
-              <table class="table-box" style="margin-bottom:130px;">
908
+              <table class="table-box" style="margin-bottom:20px;">
909
                 <tbody>
909
                 <tbody>
910
                   <tr>
910
                   <tr>
911
                     <!-- <td width="70">其他记录:</td> -->
911
                     <!-- <td width="70">其他记录:</td> -->
954
       
954
       
955
     </div>
955
     </div>
956
     <div id='new-dialysis-2' class="dialysis-print-order">
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
       <table class="table-box" style="margin-top: 10px;">
959
       <table class="table-box" style="margin-top: 10px;">
960
         <tbody>
960
         <tbody>
961
           <tr>
961
           <tr>