소스 검색

修改打印单

张保健 4 년 전
부모
커밋
e952981398
2개의 변경된 파일45개의 추가작업 그리고 6개의 파일을 삭제
  1. 43 4
      src/pages/main/template/DialysisPrintOrderSix.vue
  2. 2 2
      src/pages/main/template/DialysisPrintOrderTwo.vue

+ 43 - 4
src/pages/main/template/DialysisPrintOrderSix.vue 파일 보기

194
                     <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==5">
194
                     <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==5">
195
                       HF
195
                       HF
196
                     </div>
196
                     </div>
197
+                    <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==6">
198
+                      SCUF
199
+                    </div>
200
+                    <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==7">
201
+                      IUF
202
+                    </div>
203
+                    <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==8">
204
+                      HFHD
205
+                    </div>
206
+                    <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==9">
207
+                      HFHD+HP
208
+                    </div>
209
+                    <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==10">
210
+                      PHF
211
+                    </div>
212
+                    <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==11">
213
+                      HFR
214
+                    </div>
215
+                    <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==12">
216
+                      HDF+HP
217
+                    </div>
218
+                    <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==13">
219
+                      CRRT
220
+                    </div>
221
+                    <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==14">
222
+                      腹水回输
223
+                    </div>
224
+                    <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==15">
225
+                      HD前置换
226
+                    </div>
227
+                    <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==16">
228
+                      HD后置换
229
+                    </div>
230
+                    <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==17">
231
+                      HDF前置换
232
+                    </div>
233
+                    <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==18">
234
+                      HDF后置换
235
+                    </div>
197
                   </div>
236
                   </div>
198
 
237
 
199
                   <div class="inline_block" style="margin-left:10px;flex:1;">
238
                   <div class="inline_block" style="margin-left:10px;flex:1;">
350
               <td style="padding: 0; position: relative;" colspan="2">
389
               <td style="padding: 0; position: relative;" colspan="2">
351
                 <table class="inside_table">
390
                 <table class="inside_table">
352
                   <tbody>
391
                   <tbody>
353
-                    <tr><td :colspan="(prescription.mode_id==2 || prescription.mode_id==5) ? 12 :11" style="letter-spacing:5px;text-align:center;font-weight:520;font-size:16px;padding: 6px 8px;line-height: 30px;">治疗纪录</td></tr>
392
+                    <tr><td :colspan="(prescription.mode_id==2 || prescription.mode_id==5 || prescription.mode_id== 12) ? 12 :11" style="letter-spacing:5px;text-align:center;font-weight:520;font-size:16px;padding: 6px 8px;line-height: 30px;">治疗纪录</td></tr>
354
                     <tr>
393
                     <tr>
355
                       <td width="60">时间</td>
394
                       <td width="60">时间</td>
356
                       <td width="60">血压<br/>(mmHg)</td>
395
                       <td width="60">血压<br/>(mmHg)</td>
362
                       <td width="60">透析液温度(°C)</td>
401
                       <td width="60">透析液温度(°C)</td>
363
                       <td width="50">电导度<br/>(ms/cm)</td>
402
                       <td width="50">电导度<br/>(ms/cm)</td>
364
                       <td width="50">超滤量<br/>(ml)</td>
403
                       <td width="50">超滤量<br/>(ml)</td>
365
-                      <td v-if="prescription.mode_id==2 || prescription.mode_id==5" width="50">置换量<br/>(ml)</td>
404
+                      <td v-if="prescription.mode_id==2 || prescription.mode_id==5 || prescription.mode_id== 12" width="50">置换量<br/>(ml)</td>
366
                       <td width="200">病情变化及处理</td>
405
                       <td width="200">病情变化及处理</td>
367
 
406
 
368
                       <!-- <td width="100">时间</td>
407
                       <!-- <td width="100">时间</td>
389
                       <td>{{monitor.dialysate_temperature?monitor.dialysate_temperature:''}}</td>
428
                       <td>{{monitor.dialysate_temperature?monitor.dialysate_temperature:''}}</td>
390
                       <td>{{monitor.sodium_concentration?monitor.sodium_concentration:''}}</td>
429
                       <td>{{monitor.sodium_concentration?monitor.sodium_concentration:''}}</td>
391
                       <td>{{monitor.ultrafiltration_volume?monitor.ultrafiltration_volume:0}}</td>
430
                       <td>{{monitor.ultrafiltration_volume?monitor.ultrafiltration_volume:0}}</td>
392
-                      <td v-if="prescription.mode_id==2 || prescription.mode_id==5" width="50">{{monitor.displacement_quantity?monitor.displacement_quantity:0}}</td>
431
+                      <td v-if="prescription.mode_id==2 || prescription.mode_id==5 || prescription.mode_id== 12" width="50">{{monitor.displacement_quantity?monitor.displacement_quantity:0}}</td>
393
                       <td style="line-height:16px;padding:0px;">
432
                       <td style="line-height:16px;padding:0px;">
394
                         <div style="min-height:40px;line-height:40px; overflow:hidden;">
433
                         <div style="min-height:40px;line-height:40px; overflow:hidden;">
395
                           <span style="word-break: break-all;margin:0;line-height:16px;-webkit-line-clamp:3;overflow:visible;display:inline-block;vertical-align:middle;height:auto;">
434
                           <span style="word-break: break-all;margin:0;line-height:16px;-webkit-line-clamp:3;overflow:visible;display:inline-block;vertical-align:middle;height:auto;">
411
                       <td> </td>
450
                       <td> </td>
412
                       <td> </td>
451
                       <td> </td>
413
                       <td> </td>
452
                       <td> </td>
414
-                      <td v-if="prescription.mode_id==2 || prescription.mode_id==5" width="50"></td>
453
+                      <td v-if="prescription.mode_id==2 || prescription.mode_id==5 || prescription.mode_id== 12" width="50"></td>
415
                       <td style="line-height:16px;padding:0px;"><div style="height:40px;line-height:20px; overflow:hidden;"><span style="word-break: break-all;margin:0;line-height:16px;-webkit-line-clamp:3;overflow:visible;display:inline-block;vertical-align:middle;height:auto;"> </span> </div></td>
454
                       <td style="line-height:16px;padding:0px;"><div style="height:40px;line-height:20px; overflow:hidden;"><span style="word-break: break-all;margin:0;line-height:16px;-webkit-line-clamp:3;overflow:visible;display:inline-block;vertical-align:middle;height:auto;"> </span> </div></td>
416
                     </tr>
455
                     </tr>
417
                   </tbody>
456
                   </tbody>

+ 2 - 2
src/pages/main/template/DialysisPrintOrderTwo.vue 파일 보기

822
                 </div>
822
                 </div>
823
                 <div class="inline_block">
823
                 <div class="inline_block">
824
                   &emsp;实际超滤量:
824
                   &emsp;实际超滤量:
825
-                  <div class="under_line" style="width: 70px;text-align: left" v-if="getFloat(afterdialysis.actual_ultrafiltration)">
826
-                    {{getFloat(afterdialysis.actual_ultrafiltration)}}
825
+                  <div class="under_line" style="width: 70px;text-align: left" v-if="getFloat(prescription.ultrafiltration)">
826
+                    {{getFloat(prescription.ultrafiltration)}}
827
                   </div>
827
                   </div>
828
                   <div class="under_line" style="width: 70px;" v-else>
828
                   <div class="under_line" style="width: 70px;" v-else>
829
                     {{'/'}}
829
                     {{'/'}}