Преглед изворни кода

Merge branch '20201014_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201014_pc_vue_new_branch

XMLWAN пре 4 година
родитељ
комит
790c0872bf
1 измењених фајлова са 5 додато и 2 уклоњено
  1. 5 2
      src/xt_pages/dialysis/template/DialysisPrintOrderTwentySeven.vue

+ 5 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderTwentySeven.vue Прегледај датотеку

@@ -566,15 +566,18 @@
566 566
                     <td width="100">
567 567
                         <label-box :isChecked="prescription.anticoagulant == '阿加曲班' ? true : false" showValue="阿加曲班"></label-box>
568 568
                     </td>
569
+                    <td width="100">
570
+                        <label-box :isChecked="prescription.anticoagulant == '普通肝素' ? true : false" showValue="普通肝素"></label-box>
571
+                    </td>
569 572
                     <td width="10">(</td>
570 573
                     <td width="60">首剂量</td>
571 574
                     <td width="60">
572
-                        <div class="under-line">&nbsp;{{ prescription.anticoagulant == '阿加曲班' && prescription.anticoagulant_shouji ? prescription.anticoagulant_shouji : "" }}</div>
575
+                        <div class="under-line">&nbsp;{{ (prescription.anticoagulant == '阿加曲班' || prescription.anticoagulant == '普通肝素') && prescription.anticoagulant_shouji ? prescription.anticoagulant_shouji : "" }}</div>
573 576
                     </td>
574 577
                     <td width="10">mg,</td>
575 578
                     <td width="60">追加量</td>
576 579
                     <td width="60">
577
-                        <div class="under-line">&nbsp;{{ prescription.anticoagulant == '阿加曲班' && prescription.anticoagulant_weichi ? prescription.anticoagulant_weichi : "" }}</div>
580
+                        <div class="under-line">&nbsp;{{ (prescription.anticoagulant == '阿加曲班' || prescription.anticoagulant == '普通肝素') && prescription.anticoagulant_weichi ? prescription.anticoagulant_weichi : "" }}</div>
578 581
                     </td>
579 582
                     <td width="10">mg/h</td>
580 583
                     <td width="10">)</td>