Browse Source

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

28169 2 weeks ago
parent
commit
7436183695
1 changed files with 5 additions and 7 deletions
  1. 5 7
      src/xt_pages/user/physiqueprinting.vue

+ 5 - 7
src/xt_pages/user/physiqueprinting.vue View File

@@ -37,29 +37,29 @@
37 37
             </div>
38 38
           </div>
39 39
 
40
-          <div style="display: flex; justify-self: start;margin-top: 5px ;">
40
+          <div style="display: flex; justify-self: start;margin-top: 5px ;width: 100%;">
41 41
             <div style="flex: 1;">性别:{{ getPatientGender(patient.gender) }}</div>
42 42
             <div style="flex: 1;">年龄:{{ patient.age }}</div>
43 43
             <div style="flex: 1;">出生日期:{{ getTime(patient.birthday, '{y}-{m}-{d}') }}</div>
44 44
           </div>
45
-          <div style="display: flex; justify-self: start; margin-top: 5px ;">
45
+          <div style="display: flex; justify-self: start; margin-top: 5px ;width: 100%;">
46 46
             <div style="flex: 1;">身份证号:{{ patient.id_card_no }}</div>
47 47
             <div style="flex: 1;">病人来源:{{ patient.source == 1 ? '门诊' : '住院' }}</div>
48 48
             <div style="flex: 1;">透析号:{{ patient.dialysis_no }}</div>
49 49
           </div>
50
-          <div style="display: flex; justify-self: start; margin-top: 5px ;">
50
+          <div style="display: flex; justify-self: start; margin-top: 5px ;width: 100%;">
51 51
             <div style="flex: 1;">
52 52
               首次透析日期:{{ patient.first_dialysis_date ? getTime(patient.first_dialysis_date, '{y}-{m}-{d}') : '' }}
53 53
             </div>
54 54
             <div style="flex: 1;">血型:{{ getBloodType(patient.blood_type) }}</div>
55 55
             <div style="flex: 1;">报销方式:{{ getWayOptions(patient.reimbursement_way_id) }}</div>
56 56
           </div>
57
-          <div style="display: flex; justify-self: start; margin-top: 5px ;">
57
+          <div style="display: flex; justify-self: start; margin-top: 5px ;width: 100%;">
58 58
             <div style="flex: 1;">工作单位:{{ patient.work_unit }}</div>
59 59
             <div style="flex: 1;">联系电话:{{ patient.phone }}</div>
60 60
             <div style="flex: 1;">家庭住址:{{ patient.home_address }}</div>
61 61
           </div>
62
-          <div style="display: flex; justify-self: start; margin-top: 5px ;">
62
+          <div style="display: flex; justify-self: start; margin-top: 5px ;width: 100%;">
63 63
             <div style="flex: 1;">肾移植史:{{ item.is_shenyizhi_history == 0?'无':'有' }}</div>
64 64
             <div style="flex: 1;">腹膜透析史:{{ item.is_fumo_dialysis_history == 0? '无':'有' }}</div>
65 65
             <div style="flex: 1;" v-if="item.is_hypersusceptibility == 0">过敏药物:无</div>
@@ -128,8 +128,6 @@
128 128
               <span style="font-weight: bold;">病历书写者:</span>
129 129
               {{getDoctorName(item.doctor_id)}}
130 130
             </div>
131
-            
132
-
133 131
           </div>
134 132
           <div style="float: right;">
135 133
             <span style="font-weight: bold;">日期:</span>