Browse Source

8月22,79打印单

yq1 7 months ago
parent
commit
d5779e897a

+ 2 - 2
src/xt_pages/dialysis/batch_print/batch_print_order_seventynine.vue View File

@@ -41,10 +41,10 @@
41 41
                           姓 名:{{ record.patient.name }}
42 42
                         </div>
43 43
                         <div style="flex: 1;">
44
-                          年 龄:{{getNewAge(record.patient.id_card_no) }}岁
44
+                          性 别:{{ record.patient.gender == 1 ? "男" : "女" }}
45 45
                         </div>
46 46
                         <div style="flex: 1;">
47
-                          性 别:{{ record.patient.gender == 1 ? "男" : "女" }}
47
+                          年 龄:{{getNewAge(record.patient.id_card_no) }}岁
48 48
                         </div>
49 49
                         <div style="flex: 1;">
50 50
                           透析号:{{ record.patient.dialysis_no }}

+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderSeventynine.vue View File

@@ -23,10 +23,10 @@
23 23
                     姓 名:{{ patientInfo.name ? patientInfo.name : "/" }}
24 24
                   </div>
25 25
                   <div style="flex: 1;">
26
-                    年 龄:{{ getAge(patientInfo) }}岁
26
+                    性 别:{{ patientInfo.gender ? patientInfo.gender : "/" }}
27 27
                   </div>
28 28
                   <div style="flex: 1;">
29
-                    性 别:{{ patientInfo.gender ? patientInfo.gender : "/" }}
29
+                    年 龄:{{ getAge(patientInfo) }}岁
30 30
                   </div>
31 31
                   <div style="flex: 1;">
32 32
                     透析号:{{ patientInfo.dialysis_no ? patientInfo.dialysis_no : "/" }}