Browse Source

3月14日

yq1 1 year ago
parent
commit
4051ffad76
1 changed files with 10 additions and 8 deletions
  1. 10 8
      src/pages/main/template/DialysisPrintOrderSeventythree.vue

+ 10 - 8
src/pages/main/template/DialysisPrintOrderSeventythree.vue View File

552
                   <div class="inline_block" style="flex: 2">
552
                   <div class="inline_block" style="flex: 2">
553
                     人工肾装置:
553
                     人工肾装置:
554
                     <div class="under_line" style="width: 50%; text-align: center">
554
                     <div class="under_line" style="width: 50%; text-align: center">
555
-                        {{  prescription.dialysis_irrigation ? prescription.dialysis_irrigation : "/" }}
555
+                        {{  prescription.dialysis_irrigation ? prescription.dialysis_irrigation : "" }} &nbsp;
556
+                        {{ prescription.dialysis_dialyszers ? prescription.dialysis_dialyszers : ""}}
557
+                        
556
                     </div>
558
                     </div>
557
                   </div>
559
                   </div>
558
                     <div class="inline_block" style="flex: 1">
560
                     <div class="inline_block" style="flex: 1">
880
                         <td width="50">
882
                         <td width="50">
881
                           静脉压(mmHg)/跨膜压(mmHg)
883
                           静脉压(mmHg)/跨膜压(mmHg)
882
                         </td>
884
                         </td>
883
-                        <td width="50">超滤率(ml/h)/超滤量(ml)</td>
885
+                        <td width="50">超滤量(ml)/超滤率(ml/h)</td>
884
                         <td width="50">置换率(ml/min)/置换量(L)</td>
886
                         <td width="50">置换率(ml/min)/置换量(L)</td>
885
                         <td width="50" >
887
                         <td width="50" >
886
                           <span > 钠浓度(mmol/L)/温度°C</span>
888
                           <span > 钠浓度(mmol/L)/温度°C</span>
905
                           {{ monitor.transmembrane_pressure? monitor.transmembrane_pressure : "0" }}
907
                           {{ monitor.transmembrane_pressure? monitor.transmembrane_pressure : "0" }}
906
                         </td>
908
                         </td>
907
                         <td>
909
                         <td>
908
-                          {{ monitor.ultrafiltration_rate ? monitor.ultrafiltration_rate : '0' }} / 
909
-                          {{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : '0'  }}
910
+                          {{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : '0'  }} /
911
+                          {{ monitor.ultrafiltration_rate ? monitor.ultrafiltration_rate : '0' }}  
910
                         </td>
912
                         </td>
911
                         <td>
913
                         <td>
912
                           {{ monitor.replacement_rate ? monitor.replacement_rate : '0' }} / 
914
                           {{ monitor.replacement_rate ? monitor.replacement_rate : '0' }} / 
923
                         <td>{{monitor.systolic_blood_pressure? monitor.systolic_blood_pressure + "/": ""}}
925
                         <td>{{monitor.systolic_blood_pressure? monitor.systolic_blood_pressure + "/": ""}}
924
                           {{monitor.diastolic_blood_pressure? monitor.diastolic_blood_pressure: ""}}
926
                           {{monitor.diastolic_blood_pressure? monitor.diastolic_blood_pressure: ""}}
925
                         </td>
927
                         </td>
926
-                        <td></td>
928
+                        <td>{{ monitor.symptom }}</td>
927
                         <td>
929
                         <td>
928
                           <div style=" min-height: 35px; line-height: 35px; overflow: hidden; ">
930
                           <div style=" min-height: 35px; line-height: 35px; overflow: hidden; ">
929
                             <span
931
                             <span
940
                                 >【开始透析】引血100ml/min
942
                                 >【开始透析】引血100ml/min
941
                                 </template>
943
                                 </template>
942
 
944
 
943
-                              {{ monitor.end }} {{ monitor.symptom }} &nbsp;{{
945
+                              {{ monitor.end }}  &nbsp;{{
944
                                 monitor.dispose
946
                                 monitor.dispose
945
                               }}
947
                               }}
946
-                              &nbsp;{{ monitor.result }}
948
+                              &nbsp;
947
                             </span>
949
                             </span>
948
                           </div>
950
                           </div>
949
                         </td>
951
                         </td>
950
-                        <td></td>
952
+                        <td>{{ monitor.result }}</td>
951
                       </tr>
953
                       </tr>
952
                       <tr v-for="(monitor, monindex) in monitors2" :key="monindex">
954
                       <tr v-for="(monitor, monindex) in monitors2" :key="monindex">
953
                         <td></td>
955
                         <td></td>