yq1 10 mesi fa
parent
commit
53516cd840
1 ha cambiato i file con 21 aggiunte e 21 eliminazioni
  1. 21 21
      src/xt_pages/dialysis/template/DialysisPrintOrderSop.vue

+ 21 - 21
src/xt_pages/dialysis/template/DialysisPrintOrderSop.vue Vedi File

8
         <table border="1" class="table-box" style="border-collapse: collapse;text-align: center;">
8
         <table border="1" class="table-box" style="border-collapse: collapse;text-align: center;">
9
           <tbody>
9
           <tbody>
10
             <tr>
10
             <tr>
11
-              <td width="80" style="line-height:25px;line-height:25px">治疗日期: <span>{{ year }}</span>年<span>{{ months }}</span>月<span>{{ day }}</span>日</td>
11
+              <td width="80" style="line-height:30px;">治疗日期: <span>{{ year }}</span>年<span>{{ months }}</span>月<span>{{ day }}</span>日</td>
12
             </tr>
12
             </tr>
13
           </tbody>
13
           </tbody>
14
         </table>
14
         </table>
16
           <tbody>
16
           <tbody>
17
             <tr>
17
             <tr>
18
               <td colspan="3">
18
               <td colspan="3">
19
-                <div style="display: flex;line-height:25px;">
19
+                <div style="display: flex;line-height:30px;">
20
                   <div style="flex: 1;">
20
                   <div style="flex: 1;">
21
                     姓 名:{{ patientInfo.name ? patientInfo.name : "/" }}
21
                     姓 名:{{ patientInfo.name ? patientInfo.name : "/" }}
22
                   </div>
22
                   </div>
33
 
33
 
34
             <tr>
34
             <tr>
35
               <td colspan="3">
35
               <td colspan="3">
36
-                <div style="line-height:25px;">
36
+                <div style="line-height:30px;">
37
                   上机前病情:
37
                   上机前病情:
38
                   <label-box :isChecked="predialysis.symptom_before_dialysis==''?true :false" showValue="无特殊"></label-box>&nbsp;
38
                   <label-box :isChecked="predialysis.symptom_before_dialysis==''?true :false" showValue="无特殊"></label-box>&nbsp;
39
                   <label-box :isChecked="predialysis.symptom_before_dialysis!=''?true :false" showValue="出现:"></label-box>
39
                   <label-box :isChecked="predialysis.symptom_before_dialysis!=''?true :false" showValue="出现:"></label-box>
45
 
45
 
46
             <tr>
46
             <tr>
47
               <td colspan="2">
47
               <td colspan="2">
48
-                <div style="line-height:25px;">
48
+                <div style="line-height:30px;">
49
                   治疗方式:
49
                   治疗方式:
50
                   <label-box :isChecked="prescription.mode=='HD'?true :false" showValue="HD"></label-box>&nbsp;
50
                   <label-box :isChecked="prescription.mode=='HD'?true :false" showValue="HD"></label-box>&nbsp;
51
                   <label-box :isChecked="prescription.mode=='HDF'?true :false" showValue="HDF"></label-box>
51
                   <label-box :isChecked="prescription.mode=='HDF'?true :false" showValue="HDF"></label-box>
57
                   <span v-if="prescription.mode!='HDF' && prescription.mode!='HD'">{{ prescription.mode }}</span>
57
                   <span v-if="prescription.mode!='HDF' && prescription.mode!='HD'">{{ prescription.mode }}</span>
58
                 </div>
58
                 </div>
59
               </td>
59
               </td>
60
-              <td style="line-height:25px;">
60
+              <td style="line-height:30px;">
61
                 治疗时间:
61
                 治疗时间:
62
                 {{ afterdialysis.actual_treatment_hour ? afterdialysis.actual_treatment_hour : "0" }}小时
62
                 {{ afterdialysis.actual_treatment_hour ? afterdialysis.actual_treatment_hour : "0" }}小时
63
                 {{ afterdialysis.actual_treatment_minute ? afterdialysis.actual_treatment_minute : 0 }}分
63
                 {{ afterdialysis.actual_treatment_minute ? afterdialysis.actual_treatment_minute : 0 }}分
66
 
66
 
67
             <tr>
67
             <tr>
68
               <td colspan="3">
68
               <td colspan="3">
69
-                <div style="display: flex;line-height:25px;">
69
+                <div style="display: flex;line-height:30px;">
70
                   <span>治疗抗凝:</span>
70
                   <span>治疗抗凝:</span>
71
                   <span v-if="prescription.anticoagulant !='普通肝素' && prescription.anticoagulant!='无肝素' && prescription.anticoagulant!='枸橼酸'">
71
                   <span v-if="prescription.anticoagulant !='普通肝素' && prescription.anticoagulant!='无肝素' && prescription.anticoagulant!='枸橼酸'">
72
                     {{ prescription.anticoagulant }} &nbsp;&nbsp;
72
                     {{ prescription.anticoagulant }} &nbsp;&nbsp;
99
 
99
 
100
             <tr>
100
             <tr>
101
               <td colspan="2">
101
               <td colspan="2">
102
-                <div style="line-height:25px;">
102
+                <div style="line-height:30px;">
103
                  <span>处方脱水量: {{ prescription.prescription_water ? prescription.prescription_water : "" }} </span>ml &nbsp;&nbsp;
103
                  <span>处方脱水量: {{ prescription.prescription_water ? prescription.prescription_water : "" }} </span>ml &nbsp;&nbsp;
104
                  <span>透析液流量: {{ prescription.dialysate_flow ? prescription.dialysate_flow : "" }} </span>ml/h
104
                  <span>透析液流量: {{ prescription.dialysate_flow ? prescription.dialysate_flow : "" }} </span>ml/h
105
                 </div>
105
                 </div>
119
         </table>
119
         </table>
120
         <table border="1" class="table-box" style="border-collapse: collapse;">
120
         <table border="1" class="table-box" style="border-collapse: collapse;">
121
           <tr>
121
           <tr>
122
-            <td style="width: 20%;">透析机:
122
+            <td style="width: 20%; line-height: 30px;">透析机:
123
               {{predialysis.machine_type ? predialysis.machine_type : " "}}
123
               {{predialysis.machine_type ? predialysis.machine_type : " "}}
124
             </td>
124
             </td>
125
-            <td style="width: 30%;">
125
+            <td style="width: 30%;line-height: 30px;">
126
               透析(滤)器:
126
               透析(滤)器:
127
               {{ prescription.dialysis_dialyszers ? prescription.dialysis_dialyszers : "" }}
127
               {{ prescription.dialysis_dialyszers ? prescription.dialysis_dialyszers : "" }}
128
 
128
 
153
 
153
 
154
           <tr>
154
           <tr>
155
             <td colspan="3">
155
             <td colspan="3">
156
-              <div style="display: inline-block;line-height: 25px;">
156
+              <div style="display: inline-block;line-height: 30px;">
157
                 血管通路:
157
                 血管通路:
158
                 <label-box :isChecked="predialysis.blood_access_part_opera_name=='内瘘'?true :false" showValue="内瘘"></label-box>&nbsp;
158
                 <label-box :isChecked="predialysis.blood_access_part_opera_name=='内瘘'?true :false" showValue="内瘘"></label-box>&nbsp;
159
                 <label-box :isChecked="predialysis.blood_access_part_opera_name=='长期静脉导管'?true :false" showValue="长期静脉导管"></label-box>&nbsp;
159
                 <label-box :isChecked="predialysis.blood_access_part_opera_name=='长期静脉导管'?true :false" showValue="长期静脉导管"></label-box>&nbsp;
164
                             predialysis.blood_access_part_opera_name!=''?true :false" showValue="其它">
164
                             predialysis.blood_access_part_opera_name!=''?true :false" showValue="其它">
165
                 </label-box>
165
                 </label-box>
166
               </div>&nbsp;&nbsp;
166
               </div>&nbsp;&nbsp;
167
-              <div style="display: inline-block;line-height: 25px;">
167
+              <div style="display: inline-block;line-height: 30px;">
168
                 穿刺者:
168
                 穿刺者:
169
                 <span v-if="setAdminUserES(dialysisOrder == null ? 0 : dialysisOrder.puncture_nurse) == ''">
169
                 <span v-if="setAdminUserES(dialysisOrder == null ? 0 : dialysisOrder.puncture_nurse) == ''">
170
                   {{ getAdminUser(dialysisOrder == null ? 0 : dialysisOrder.puncture_nurse) }}
170
                   {{ getAdminUser(dialysisOrder == null ? 0 : dialysisOrder.puncture_nurse) }}
236
             <tbody>
236
             <tbody>
237
               <tr>
237
               <tr>
238
                 <td style="width:12%;height:25px;">
238
                 <td style="width:12%;height:25px;">
239
-                  <p style="height:25px;line-height:25px">时间</p>
239
+                  <p style="height:30px;line-height:30px">时间</p>
240
                 </td>
240
                 </td>
241
                 <td style="width:120px;height:25px">
241
                 <td style="width:120px;height:25px">
242
-                  <p style="height:25px;line-height:25px">医嘱执行记录</p>
242
+                  <p style="height:30px;line-height:30px">医嘱执行记录</p>
243
                 </td>
243
                 </td>
244
                 <td style="width:10%;height:25px">
244
                 <td style="width:10%;height:25px">
245
-                  <p style="height:25px;line-height:25px">执行</p>
245
+                  <p style="height:30px;line-height:30px">执行</p>
246
                 </td>
246
                 </td>
247
                 <td style="width:10%;height:25px">
247
                 <td style="width:10%;height:25px">
248
-                  <p style="height:32px;line-height:32px">核对</p>
248
+                  <p style="height:30px;line-height:30px">核对</p>
249
                 </td>
249
                 </td>
250
                 <td style="width:15%;height:27px">
250
                 <td style="width:15%;height:27px">
251
-                  <p style="height:27px;line-height:27px">上次透后体重</p>
251
+                  <p style="height:30px;line-height:30px">上次透后体重</p>
252
                 </td>
252
                 </td>
253
-                <td style="width:10%;height:25px">
253
+                <td style="width:10%;line-height:30px">
254
                   {{ assessmentafter.weight_after ? assessmentafter.weight_after : "0" }}kg
254
                   {{ assessmentafter.weight_after ? assessmentafter.weight_after : "0" }}kg
255
                 </td>
255
                 </td>
256
               </tr>
256
               </tr>
257
 
257
 
258
               <tr v-for="(advice, advice_index) in tableAdvice" :key="advice_index">
258
               <tr v-for="(advice, advice_index) in tableAdvice" :key="advice_index">
259
-                <td style="height:25px;line-height:25px">{{ getTime(advice.start_time, "{y}-{m}-{d} {h}:{i}") }}</td>
260
-                <td style="height:25px;line-height:25px">
259
+                <td style="height:30px;line-height:30px">{{ getTime(advice.start_time, "{y}-{m}-{d} {h}:{i}") }}</td>
260
+                <td style="height:30px;line-height:30px">
261
                   <span v-if="advice.parent_id > 0">---></span>
261
                   <span v-if="advice.parent_id > 0">---></span>
262
                   <span>{{ advice.advice_name }}</span>
262
                   <span>{{ advice.advice_name }}</span>
263
                   <span v-if="advice && advice.advice_desc">({{ advice.advice_desc }}{{ advice.drug_spec_unit }})</span>
263
                   <span v-if="advice && advice.advice_desc">({{ advice.advice_desc }}{{ advice.drug_spec_unit }})</span>
266
                   <span v-if="advice.parent_id == 0">{{ advice.delivery_way }}</span>
266
                   <span v-if="advice.parent_id == 0">{{ advice.delivery_way }}</span>
267
                   <span v-if="advice.parent_id == 0">{{ advice.execution_frequency }}</span>
267
                   <span v-if="advice.parent_id == 0">{{ advice.execution_frequency }}</span>
268
                 </td>
268
                 </td>
269
-                <td style="height:25px;line-height:25px">
269
+                <td style="height:30px;line-height:30px">
270
                   <span v-if="setAdminUserES(advice.execution_staff) == ''">{{ getAdminUser(advice.execution_staff) }}</span>
270
                   <span v-if="setAdminUserES(advice.execution_staff) == ''">{{ getAdminUser(advice.execution_staff) }}</span>
271
                   <img style="height:40px;" :src="setAdminUserES(advice.execution_staff)" alt="" srcset="" v-else />
271
                   <img style="height:40px;" :src="setAdminUserES(advice.execution_staff)" alt="" srcset="" v-else />
272
                 </td>
272
                 </td>
273
-                <td style="height:25px;line-height:25px">
273
+                <td style="height:30px;line-height:30px">
274
                   <span v-if="setAdminUserES(advice.checker) == ''">{{ getAdminUser(advice.checker) }}</span>
274
                   <span v-if="setAdminUserES(advice.checker) == ''">{{ getAdminUser(advice.checker) }}</span>
275
                   <img style="height:40px;" :src="setAdminUserES(advice.checker)" alt="" srcset="" v-else />
275
                   <img style="height:40px;" :src="setAdminUserES(advice.checker)" alt="" srcset="" v-else />
276
                 </td>
276
                 </td>