Explorar el Código

8月28,79打印单

yq1 hace 9 meses
padre
commit
87acfd013a

+ 1 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_seventynine.vue Ver fichero

@@ -60,7 +60,7 @@
60 60
                           }}
61 61
                         </div>
62 62
                         <div style="flex: 1;">
63
-                          透析次数:{{ record.patient.total_dialysis +
63
+                          透析次数{{ record.patient.total_dialysis +
64 64
                             record.patient.user_sys_before_count
65 65
                               ? record.patient.total_dialysis +
66 66
                                 record.patient.user_sys_before_count

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderSeventynine.vue Ver fichero

@@ -36,7 +36,7 @@
36 36
                     {{ dialysisOrder && dialysisOrder.DeviceNumber && dialysisOrder.DeviceNumber.number.length > 0 ? dialysisOrder.DeviceNumber.number : patientInfo.DialysisSchedule.device_number.number }}
37 37
                   </div>
38 38
                   <div style="flex: 1;">
39
-                    透析次数:{{ patientInfo.total_dialysis + patientInfo.user_sys_before_count ? 
39
+                    透析次数{{ patientInfo.total_dialysis + patientInfo.user_sys_before_count ? 
40 40
                                 patientInfo.total_dialysis + patientInfo.user_sys_before_count : "/" }}
41 41
                   </div>
42 42
                 </div>