瀏覽代碼

打印单样式

张保健 5 年之前
父節點
當前提交
1484b0ba84
共有 1 個文件被更改,包括 7 次插入8 次删除
  1. 7 8
      src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue

+ 7 - 8
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue 查看文件

389
                       <td>{{monitor.sodium_concentration?monitor.sodium_concentration:''}}</td>
389
                       <td>{{monitor.sodium_concentration?monitor.sodium_concentration:''}}</td>
390
                       <td>{{monitor.ultrafiltration_volume?monitor.ultrafiltration_volume:0}}</td>
390
                       <td>{{monitor.ultrafiltration_volume?monitor.ultrafiltration_volume:0}}</td>
391
                       <td style="line-height:16px;padding:0px;">
391
                       <td style="line-height:16px;padding:0px;">
392
-                        <div style="min-height:40px;line-height:40px; overflow:hidden;">
392
+                        <div style="min-height:35px;line-height:35px; overflow:hidden;">
393
                           <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;">
393
                           <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;">
394
                             <template v-if="monindex == 0">【开始透析】</template>
394
                             <template v-if="monindex == 0">【开始透析】</template>
395
                             {{monitor.end}}
395
                             {{monitor.end}}
436
                     </tr>
436
                     </tr>
437
                     <!-- <template v-for="group in doctor_advices" > -->
437
                     <!-- <template v-for="group in doctor_advices" > -->
438
                       <tr v-for="(advice, advice_index) in doctor_advices" :key="advice_index" >
438
                       <tr v-for="(advice, advice_index) in doctor_advices" :key="advice_index" >
439
-                        <td height="35px" >
439
+                        <td height="32px" >
440
                             <span v-if="advice.start_time">
440
                             <span v-if="advice.start_time">
441
                               {{getTime(advice.start_time,'{h}:{i}')}}
441
                               {{getTime(advice.start_time,'{h}:{i}')}}
442
                             </span>
442
                             </span>
443
                           <!-- <span v-else>&nbsp;<br/>&nbsp;</span> -->
443
                           <!-- <span v-else>&nbsp;<br/>&nbsp;</span> -->
444
                         </td>
444
                         </td>
445
-                        <td height="35px" colspan="2" class="advice-name" style="padding-left:7px;" >
445
+                        <td height="32px" colspan="2" class="advice-name" style="padding-left:7px;" >
446
                           <span v-if="advice.parent_id > 0">---></span>
446
                           <span v-if="advice.parent_id > 0">---></span>
447
                           <span >{{advice.advice_name }}</span>
447
                           <span >{{advice.advice_name }}</span>
448
                           <span>{{advice.advice_desc}}{{advice.drug_spec_unit}}</span>
448
                           <span>{{advice.advice_desc}}{{advice.drug_spec_unit}}</span>
458
                           <span v-if="advice.remark.length > 0">({{advice.remark}})</span>
458
                           <span v-if="advice.remark.length > 0">({{advice.remark}})</span>
459
                         </td> -->
459
                         </td> -->
460
                         <!-- <td width="10%" v-if="(advice.children && advice.children.length > 0 || advice.parent_id > 0) && advice.isShow == 2" ></td> -->
460
                         <!-- <td width="10%" v-if="(advice.children && advice.children.length > 0 || advice.parent_id > 0) && advice.isShow == 2" ></td> -->
461
-                        <td height="35px">
461
+                        <td height="32px">
462
                           <span v-if="setAdminUserES(advice.advice_doctor) == ''">{{getAdminUser(advice.advice_doctor)}}</span>
462
                           <span v-if="setAdminUserES(advice.advice_doctor) == ''">{{getAdminUser(advice.advice_doctor)}}</span>
463
                           <img style="height:20px;" :src="setAdminUserES(advice.advice_doctor)" alt="" srcset="" v-else>
463
                           <img style="height:20px;" :src="setAdminUserES(advice.advice_doctor)" alt="" srcset="" v-else>
464
                         </td>
464
                         </td>
466
                           <span v-if="setAdminUserES(advice.checker) == ''">{{getAdminUser(advice.checker)}}</span>
466
                           <span v-if="setAdminUserES(advice.checker) == ''">{{getAdminUser(advice.checker)}}</span>
467
                           <img style="height:20px;" :src="setAdminUserES(advice.checker)" alt="" srcset="" v-else>
467
                           <img style="height:20px;" :src="setAdminUserES(advice.checker)" alt="" srcset="" v-else>
468
                         </td> -->
468
                         </td> -->
469
-                        <td height="35px">
469
+                        <td height="32px">
470
                           <span v-if="setAdminUserES(advice.execution_staff) == ''">{{getAdminUser(advice.execution_staff)}}</span>
470
                           <span v-if="setAdminUserES(advice.execution_staff) == ''">{{getAdminUser(advice.execution_staff)}}</span>
471
                           <img style="height:20px;" :src="setAdminUserES(advice.execution_staff)" alt="" srcset="" v-else>
471
                           <img style="height:20px;" :src="setAdminUserES(advice.execution_staff)" alt="" srcset="" v-else>
472
                         </td>
472
                         </td>
473
-                        <td height="35px">
473
+                        <td height="32px">
474
                           <span v-if="advice.execution_time">{{getTime(advice.execution_time,'{h}:{i}')}}</span>
474
                           <span v-if="advice.execution_time">{{getTime(advice.execution_time,'{h}:{i}')}}</span>
475
                         </td>
475
                         </td>
476
                       </tr>
476
                       </tr>
657
 
657
 
658
 
658
 
659
               <div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
659
               <div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
660
-                <div class="inline_block" style="flex:1;">
660
+                <div class="inline_block" style="flex:1; display:inline-block;">
661
                   治疗小结:
661
                   治疗小结:
662
                   <div class="under_line" style="width: 90%;line-height: 25px;text-align: left;margin-left: 2px; display:inline-block;"> {{summary.dialysis_summary?summary.dialysis_summary:'/'}}</div>
662
                   <div class="under_line" style="width: 90%;line-height: 25px;text-align: left;margin-left: 2px; display:inline-block;"> {{summary.dialysis_summary?summary.dialysis_summary:'/'}}</div>
663
-
664
                 </div>
663
                 </div>
665
               </div>
664
               </div>
666
 
665