Browse Source

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

csx 4 years ago
parent
commit
e50c0bf055
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/xt_pages/dialysis/template/DialysisPrintOrderTwentyFour.vue

+ 4 - 4
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyFour.vue View File

597
                         <tr>
597
                         <tr>
598
                             <td width='70'>抗凝方式</td>
598
                             <td width='70'>抗凝方式</td>
599
                             <td width='100'>
599
                             <td width='100'>
600
-                                <label-box :isChecked="prescription.anticoagulant == 6 ? true:false" showValue="低分子肝素"></label-box>
600
+                                <label-box :isChecked="prescription.anticoagulant == 3 ? true : prescription.anticoagulant == 6 ? true : prescription.anticoagulant == 7 ? true : false" showValue="低分子肝素"></label-box>
601
                             </td>
601
                             </td>
602
                             <td width='100'>
602
                             <td width='100'>
603
                                 <div class="under-line">
603
                                 <div class="under-line">
608
                             <td width='40'>首剂</td>
608
                             <td width='40'>首剂</td>
609
                             <td width='50'>
609
                             <td width='50'>
610
                                 <div class="under-line">
610
                                 <div class="under-line">
611
-                                    &nbsp;<span v-if="prescription.anticoagulant == 6">{{ prescription.anticoagulant_shouji }}</span>
611
+                                    &nbsp;<span v-if="prescription.anticoagulant == 3 || prescription.anticoagulant == 6 || prescription.anticoagulant == 7">{{ prescription.anticoagulant_shouji }}</span>
612
                                 </div>
612
                                 </div>
613
                             </td>
613
                             </td>
614
                             <td width='10'>IU</td>
614
                             <td width='10'>IU</td>
615
                             <td width='40'>追加</td>
615
                             <td width='40'>追加</td>
616
                             <td width='50'>
616
                             <td width='50'>
617
                                 <div class="under-line">
617
                                 <div class="under-line">
618
-                                    &nbsp;<span v-if="prescription.anticoagulant == 6">{{ prescription.anticoagulant_weichi }}</span>
618
+                                    &nbsp;<span v-if="prescription.anticoagulant == 3 || prescription.anticoagulant == 6 || prescription.anticoagulant == 7">{{ prescription.anticoagulant_weichi }}</span>
619
                                 </div>
619
                                 </div>
620
                             </td>
620
                             </td>
621
                             <td width='20'>IU/h</td>
621
                             <td width='20'>IU/h</td>
626
                             <td width='40'>其他</td>
626
                             <td width='40'>其他</td>
627
                             <td width='100'>
627
                             <td width='100'>
628
                                 <div class="under-line">&nbsp;
628
                                 <div class="under-line">&nbsp;
629
-                                    <span v-if="prescription.anticoagulant != 1 && prescription.anticoagulant != 2 && prescription.anticoagulant != 3 && prescription.anticoagulant != 6">
629
+                                    <span v-if="prescription.anticoagulant != 1 && prescription.anticoagulant != 2 && prescription.anticoagulant != 3 && prescription.anticoagulant != 6 && prescription.anticoagulant != 7">
630
                                         {{ prescription.anticoagulant_name }}
630
                                         {{ prescription.anticoagulant_name }}
631
                                     </span>
631
                                     </span>
632
                                 </div>
632
                                 </div>