Browse Source

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

28169 7 months ago
parent
commit
97538f72c5

+ 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 : "/" }}

+ 6 - 7
src/xt_pages/outpatientCharges/statementTemplate/printOne.vue View File

@@ -38,6 +38,7 @@
38 38
         <td colspan="3">{{info.number}}</td>
39 39
       </tr>
40 40
       <tr>
41
+
41 42
         <td width="80">姓名</td>
42 43
         <td width="80">{{info.psn_name}}</td>
43 44
         <td width="80">性别</td>
@@ -47,22 +48,21 @@
47 48
         <td width="80">出生日期</td>
48 49
         <td width="100">{{getBirth(info.certno)}}</td>
49 50
         <td width="90">个人电脑号</td>
50
-        <td width="110"></td>
51
+        <td width="110">{{info.psn_no}}</td>
51 52
         <td width="80">人员类别</td>
53
+
52 54
         <td colspan="3" v-if="info.psn_type == '11'">在职</td>
53 55
         <td colspan="3" v-else-if="info.psn_type == '1101'">职工在职</td>
54 56
         <td colspan="3" v-else-if="info.psn_type == '1102'">公务员在职</td>
55 57
         <td colspan="3" v-else-if="info.psn_type == '1103'">灵活就业人员在职</td>
56 58
         <td colspan="3" v-else-if="info.psn_type == '1160'">地方其他扩展人员</td>
57 59
 
58
-
59 60
         <td colspan="3" v-else-if="info.psn_type == '12'">退休人员</td>
60 61
         <td colspan="3" v-else-if="info.psn_type == '1201'">职工退休</td>
61 62
         <td colspan="3" v-else-if="info.psn_type == '1202'">公务员退休</td>
62 63
         <td colspan="3" v-else-if="info.psn_type == '1203'">灵活就业人员退休</td>
63 64
         <td colspan="3" v-else-if="info.psn_type == '1260'">地方其他扩展人员</td>
64 65
 
65
-
66 66
         <td colspan="3" v-else-if="info.psn_type == '13'">离休</td>
67 67
         <td colspan="3" v-else-if="info.psn_type == '1300'">离休人员</td>
68 68
         <td colspan="3" v-else-if="info.psn_type == '1360'">地方其他扩展人员</td>
@@ -74,7 +74,6 @@
74 74
         <td colspan="3" v-else-if="info.psn_type == '1404'">大学生</td>
75 75
         <td colspan="3" v-else-if="info.psn_type == '1405'">未成年(未入学)</td>
76 76
 
77
-
78 77
         <td colspan="3" v-else-if="info.psn_type == '15'">居民(成年)</td>
79 78
         <td colspan="3" v-else-if="info.psn_type == '1501'">普通居民(成年)</td>
80 79
         <td colspan="3" v-else-if="info.psn_type == '1560'">地方其他扩展身份</td>
@@ -96,7 +95,7 @@
96 95
         <td>住院号</td>
97 96
         <td>{{info.number}}</td>
98 97
         <td>科别</td>
99
-        <td width="100"></td>
98
+        <td width="100">血透室</td>
100 99
         <td>床号</td>
101 100
         <td></td>
102 101
         <td>入院日期</td>
@@ -245,8 +244,8 @@
245 244
         <td colspan="2" style="text-align:right;padding-right:10px;">0</td>
246 245
         <td>诊察费</td>
247 246
         <td colspan="2" style="text-align:right;padding-right:10px;">{{info.zc_cost_total}}</td>
248
-        <td style="text-align:right;padding-right:10px;">{{info.zc_self_total}}</td>
249
-        <td colspan="2" style="text-align:right;padding-right:10px;">{{info.zc_part_self_total}}</td>
247
+        <td style="text-align:right;padding-right:10px;">{{info.zc_cost_self_total}}</td>
248
+        <td colspan="2" style="text-align:right;padding-right:10px;">{{info.zc_cost_part_self_total}}</td>
250 249
       </tr>
251 250
       <tr>
252 251
         <td>合计</td>