Bläddra i källkod

8月2,79号打印单

yq1 10 månader sedan
förälder
incheckning
69707bef57

+ 4 - 0
src/xt_pages/dialysis/batch_print/batch_print_order_seventyfive.vue Visa fil

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

+ 5 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderseventyfive.vue Visa fil

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