See999 4 years ago
parent
commit
50501e1dd2
1 changed files with 19 additions and 8 deletions
  1. 19 8
      src/xt_pages/dialysis/template/DialysisPrintOrderTwentyFive.vue

+ 19 - 8
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyFive.vue View File

@@ -360,7 +360,7 @@
360 360
               <tbody>
361 361
               <tr>
362 362
                 <td width="70">血管通路:</td>
363
-                <td width="480">
363
+                <td width="620">
364 364
                   <div>
365 365
                     <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('自体内瘘') > -1 ? true : false" showValue="自体内瘘"></label-box>
366 366
                     &nbsp;
@@ -368,12 +368,15 @@
368 368
                     &nbsp;
369 369
                     <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('直穿') > -1 ? true : false" showValue="直穿"></label-box>
370 370
                     &nbsp;
371
+                    <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('锁骨下') > -1 ? true : false" showValue="锁骨下"></label-box>
372
+                    &nbsp;
371 373
                     <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('颈内静脉') > -1 ? true : false" showValue="颈内静脉"></label-box>
372 374
                     &nbsp;
375
+                    (&nbsp;<label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('颈内静脉-长期') > -1 ? true : false" showValue="长期"></label-box>&nbsp;
376
+                    <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('颈内静脉-临时') > -1 ? true : false" showValue="临时"></label-box>&nbsp;)
373 377
                     <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('股静脉') > -1 ? true : false" showValue="股静脉"></label-box>
374 378
                     &nbsp;
375
-                    <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('锁骨下') > -1 ? true : false" showValue="锁骨下"></label-box>
376
-                    &nbsp;
379
+                    
377 380
                   </div>
378 381
                 </td>
379 382
 
@@ -409,6 +412,14 @@
409 412
                   </div>
410 413
                 </td>
411 414
                 <td width="20">Kg</td>
415
+                <td></td>
416
+                <td width="60">衣物重:</td>
417
+                <td width="50">
418
+                  <div class="under-line">
419
+                    &nbsp;{{ predialysis.additional_weight ? predialysis.additional_weight : 0 }}
420
+                  </div>
421
+                </td>
422
+                <td width="20">Kg</td>
412 423
 
413 424
                 <td></td>
414 425
                 <td width="100">计划治疗时间:</td>
@@ -443,7 +454,7 @@
443 454
                 <td width="100">计划超滤总量:</td>
444 455
                 <td width="50">
445 456
                   <div class="under-line">
446
-                    &nbsp;{{ prescription.target_ultrafiltration ? prescription.target_ultrafiltration : "" }}
457
+                    &nbsp;{{ prescription.target_ultrafiltration ? prescription.target_ultrafiltration : 0 }}
447 458
                   </div>
448 459
                 </td>
449 460
                 <td width="10">L</td>
@@ -576,8 +587,8 @@
576 587
                 </td>
577 588
                 <td width="10">(</td>
578 589
                 <td width="100">
579
-                  <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('常规') > -1 ? true : prescription.dialysate_formulation_name.indexOf('高钾') > -1 ? true : false" showValue="1.5"></label-box>
580 590
                   <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('低钙') > -1 ? true : false" showValue="1.25"></label-box>
591
+                  <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('常规') > -1 ? true : prescription.dialysate_formulation_name.indexOf('高钾') > -1 ? true : false" showValue="1.5"></label-box>
581 592
                 </td>
582 593
                 <td width="10">)</td>
583 594
                 <td width="10">mmol/L</td>
@@ -756,7 +767,7 @@
756 767
                   <td width="40">导管:</td>
757 768
                   <td width='200'>
758 769
                     <label-box showValue="通畅" :isChecked="afterdialysis.catheter.indexOf('通畅') > -1 ? true : false"></label-box>&nbsp;
759
-                    <label-box showValue="A欠佳" :isChecked="afterdialysis.catheter.indexOf('A欠佳') > -1 ? true : false"></label-box>&nbsp;
770
+                    <label-box showValue="A堵塞" :isChecked="afterdialysis.catheter.indexOf('A堵塞') > -1 ? true : false"></label-box>&nbsp;
760 771
                     <label-box showValue="V堵塞" :isChecked="afterdialysis.catheter.indexOf('V堵塞') > -1 ? true : false"></label-box>&nbsp;
761 772
                   </td>
762 773
                   <td></td>
@@ -887,7 +898,7 @@
887 898
                   <td width="90">实际超滤总量</td>
888 899
                   <td width="40">
889 900
                     <div class="under-line">
890
-                      &nbsp;{{ afterdialysis.actual_ultrafiltration ? afterdialysis.actual_ultrafiltration : "" }}
901
+                      &nbsp;{{ afterdialysis.actual_ultrafiltration ? afterdialysis.actual_ultrafiltration : 0 }}
891 902
                     </div>
892 903
                   </td>
893 904
                   <td width="10">L</td>
@@ -948,7 +959,7 @@
948 959
           <td width="80">
949 960
             <div class="under-line">
950 961
               &nbsp;
951
-              <span v-if="doctor_advices[0].execution_staff != check.modifier">
962
+              <span v-if="(dialysisOrder==null?0:dialysisOrder.start_nurse) != check.modifier">
952 963
                 <span v-if="setAdminUserES(check == null ? 0 : check.modifier) == ''">
953 964
                 {{ getAdminUser(check == null ? 0 : check.modifier) }}
954 965
                 </span>