See999 4 年前
父节点
当前提交
3ee67ebaf2
共有 1 个文件被更改,包括 14 次插入11 次删除
  1. 14 11
      src/xt_pages/dialysis/template/DialysisPrintOrderTwentyFour.vue

+ 14 - 11
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyFour.vue 查看文件

@@ -348,18 +348,22 @@
348 348
               <table class="table-box">
349 349
                 <tbody>
350 350
                   <tr>
351
-                    <td width='60'>置管口</td>
352
-                    <td width="340">
351
+                    <td width='50'>置管口</td>
352
+                    <td width="400">
353 353
                       <div>
354 354
                         <label-box :isChecked="predialysis.catheter.indexOf('干洁') > -1 ? true : false" showValue="干洁"></label-box>
355
-                        &nbsp;
355
+                        
356 356
                         <label-box :isChecked="predialysis.catheter.indexOf('红肿') > -1 ? true : false" showValue="红肿"></label-box>
357
-                        &nbsp;
357
+                        
358 358
                         <label-box :isChecked="predialysis.catheter.indexOf('分泌物') > -1 ? true : false" showValue="分泌物"></label-box>
359
-                        &nbsp;
359
+                        
360 360
                         <label-box :isChecked="predialysis.catheter.indexOf('渗血') > -1 ? true : false" showValue="渗血"></label-box>
361
-                        &nbsp;
361
+                        
362 362
                         <label-box :isChecked="predialysis.catheter.indexOf('陈旧性血痂') > -1 ? true : false" showValue="陈旧性血痂"></label-box>
363
+                        
364
+                        <label-box :isChecked="predialysis.catheter.indexOf('消毒') > -1 ? true : false" showValue="消毒"></label-box>
365
+                        
366
+                        <label-box :isChecked="predialysis.catheter.indexOf('用药') > -1 ? true : false" showValue="用药"></label-box>
363 367
                       </div>
364 368
                     </td>
365 369
                     <td width='70'>管腔外露</td>
@@ -369,7 +373,7 @@
369 373
                         </div>
370 374
                     </td>
371 375
                     <td width='10'>cm</td>
372
-                    <td width='60'>血流量</td>
376
+                    <td width='50'>血流量</td>
373 377
                     <td width="220">
374 378
                       <div>
375 379
                         <label-box :isChecked="predialysis.catheter.indexOf('血流量-好') > -1 ? true : false" showValue="干洁"></label-box>
@@ -381,7 +385,6 @@
381 385
                         <label-box :isChecked="predialysis.catheter.indexOf('血流量-AV反接') > -1 ? true : false" showValue="AV反接"></label-box>
382 386
                       </div>
383 387
                     </td>
384
-                    <td></td>
385 388
                   </tr>
386 389
                 </tbody>
387 390
               </table>
@@ -557,7 +560,7 @@
557 560
                 <table class="table-box">
558 561
                     <tbody>
559 562
                         <tr>
560
-                            <td width='80'>透析频率/周</td>
563
+                            <td width='100'>透析频率(次/周)</td>
561 564
                             <td width='50'>
562 565
                                 <div class="under-line">
563 566
                                     &nbsp;{{ predialysis.dialysis_count ? predialysis.dialysis_count : "" }}
@@ -576,14 +579,14 @@
576 579
                             <td width='60'>透析器</td>
577 580
                             <td width='120'>
578 581
                                 <div class="under-line">
579
-                                    &nbsp;{{ prescription.dialyzer_perfusion_apparatus ? prescription.dialyzer_perfusion_apparatus.split(',')[0].indexOf('透析器') > -1 ? prescription.dialyzer_perfusion_apparatus.split(',')[0] : prescription.dialyzer_perfusion_apparatus.split(',')[1] : '' }}
582
+                                    &nbsp;{{ prescription.dialyzer_perfusion_apparatus ? prescription.dialyzer_perfusion_apparatus.split(',')[0].indexOf('透析器') > -1 ? prescription.dialyzer_perfusion_apparatus.split(',')[0].slice(3) : prescription.dialyzer_perfusion_apparatus.split(',')[1].slice(3) : '' }}
580 583
                                 </div>
581 584
                             </td>
582 585
                             <td width='20'></td>
583 586
                             <td width='80'>灌流器</td>
584 587
                             <td width='120'>
585 588
                                 <div class="under-line">
586
-                                    &nbsp;{{ prescription.dialyzer_perfusion_apparatus ? prescription.dialyzer_perfusion_apparatus.split(',')[0].indexOf('灌流器') > -1 ? prescription.dialyzer_perfusion_apparatus.split(',')[0] : prescription.dialyzer_perfusion_apparatus.split(',')[1] : '' }}
589
+                                    &nbsp;{{ prescription.dialyzer_perfusion_apparatus ? prescription.dialyzer_perfusion_apparatus.split(',')[0].indexOf('灌流器') > -1 ? prescription.dialyzer_perfusion_apparatus.split(',')[0].slice(3) : prescription.dialyzer_perfusion_apparatus.split(',')[1].slice(3) : '' }}
587 590
                                 </div>
588 591
                             </td>
589 592
                             <td></td>