Browse Source

8月2,79号打印单

yq1 10 months ago
parent
commit
69707bef57

+ 4 - 0
src/xt_pages/dialysis/batch_print/batch_print_order_seventyfive.vue View File

815
                   <td width="50">UFR<br/>ml/h</td>
815
                   <td width="50">UFR<br/>ml/h</td>
816
                   <td width="50">UF<br/>ml</td>
816
                   <td width="50">UF<br/>ml</td>
817
                   <td width="65">剩余肝素<br/>ml</td>
817
                   <td width="65">剩余肝素<br/>ml</td>
818
+                  <td width="65" v-if="record.prescription.mode_id == 2">置换液量<br/>L</td>
818
                   <td width="200">病情变化</td>
819
                   <td width="200">病情变化</td>
819
                 </tr>
820
                 </tr>
820
                 <tr v-for="(monitor_record, j) in record.monitor_records" :key="j" >
821
                 <tr v-for="(monitor_record, j) in record.monitor_records" :key="j" >
877
                     {{ monitor_record.heparin_one?monitor_record.heparin_one:"/" }}
878
                     {{ monitor_record.heparin_one?monitor_record.heparin_one:"/" }}
878
 
879
 
879
                   </td>
880
                   </td>
881
+                  <td width="65" v-if="record.prescription.mode_id == 2">
882
+                    {{monitor_record.displacement_quantity ? monitor_record.displacement_quantity : '/'}}
883
+                  </td>
880
                   <td width="200">
884
                   <td width="200">
881
                     <template
885
                     <template
882
                       v-if="
886
                       v-if="

+ 5 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderseventyfive.vue View File

549
                 <td width="50">UFR<br/>ml/h</td>
549
                 <td width="50">UFR<br/>ml/h</td>
550
                 <td width="50">UF<br/>ml</td>
550
                 <td width="50">UF<br/>ml</td>
551
                 <td width="65">剩余肝素<br/>ml</td>
551
                 <td width="65">剩余肝素<br/>ml</td>
552
+                <td width="65" v-if="prescription.mode == 'HDF'">置换液量<br/>L</td>
552
                 <td width="200">病情变化</td>
553
                 <td width="200">病情变化</td>
553
               </tr>
554
               </tr>
554
               <tr v-for="(monitor, monindex) in monitors" :key="monindex" style="padding: 5px 0;line-height: 35px;">
555
               <tr v-for="(monitor, monindex) in monitors" :key="monindex" style="padding: 5px 0;line-height: 35px;">
609
                     <!-- {{ monitor.heparin?monitor.heparin:"" }} -->
610
                     <!-- {{ monitor.heparin?monitor.heparin:"" }} -->
610
                       {{ monitor.heparin_one?monitor.heparin_one:"/" }}
611
                       {{ monitor.heparin_one?monitor.heparin_one:"/" }}
611
                 </td>
612
                 </td>
613
+                <!--  -->
614
+                <td width="65" v-if="prescription.mode == 'HDF'">
615
+                  {{monitor.displacement_quantity ? monitor.displacement_quantity : '/'}}
616
+                </td>
612
                 <td width="200">
617
                 <td width="200">
613
                   <template v-if=" (dialysisOrder && monitor.operate_time == dialysisOrder.start_time)">
618
                   <template v-if=" (dialysisOrder && monitor.operate_time == dialysisOrder.start_time)">
614
                     【开始透析】 <span v-if="org_id ==10598">引血100ml/min</span>
619
                     【开始透析】 <span v-if="org_id ==10598">引血100ml/min</span>