Browse Source

打印单

huangyw 3 years ago
parent
commit
fba1d7d735
1 changed files with 6 additions and 5 deletions
  1. 6 5
      src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue

+ 6 - 5
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue View File

@@ -76,7 +76,7 @@
76 76
             </div>
77 77
           </div>
78 78
         </div>
79
-        <div class="row">
79
+        <div class="row" v-if="org_id != 10307">
80 80
           <div class="inline_block">
81 81
             入科方式:
82 82
             <div v-for="(item, index) in way_arr" class="under_line" v-if="receiverTreatmentAccess.way == item.id" style="width: 180px;text-align: left">
@@ -776,7 +776,7 @@
776 776
               </div>
777 777
             </div>
778 778
           </div>
779
-          <div class="row" style="margin-bottom:10px;">
779
+          <div class="row" style="margin-bottom:10px;" v-if="org_id != 10307" >
780 780
             <div class="inline_block">
781 781
               入科方式:
782 782
               <!--<check-box v-for="item, index in nutrition_arr" :key="index" :text="item.name" :checked="receiverTreatmentAccess.nutrition == item.id?true:false"></check-box>-->
@@ -817,7 +817,7 @@
817 817
               <!--平车-->
818 818
               <!--</div>-->
819 819
             </div>
820
-            <div class="inline_block" style="margin-left: 10px;">
820
+            <div class="inline_block" style="margin-left: 10px;" >
821 821
               诊断:
822 822
               <div class="under_line" style="width: 640px;text-align: left;word-break: break-all;word-wrap: break-word;display: inline-block;">
823 823
                 {{ patientInfo.diagnose }}
@@ -888,12 +888,12 @@
888 888
                 </tr>
889 889
               </template>
890 890
 
891
-              <tr>
891
+              <tr v-if="org_id != 10307">
892 892
                 <td colspan="7" style="letter-spacing:5px;text-align:center;font-weight:520;font-size:16px;padding: 6px 8px;line-height: 30px;">
893 893
                   透析后情况
894 894
                 </td>
895 895
               </tr>
896
-              <tr>
896
+              <tr v-if="org_id != 10307">
897 897
                 <td colspan="7">
898 898
                   <div class="row" style="padding: 2px 0;line-height:23px; display:flex;">
899 899
                     <div class="inline_block" style="flex:1;">
@@ -2020,6 +2020,7 @@ export default {
2020 2020
     }
2021 2021
   },
2022 2022
   created() {
2023
+    console.log(this.org_id,'opop')
2023 2024
     this.way_arr = getDataConfig('hemodialysis', 'way')
2024 2025
     this.consciousness_arr = getDataConfig('hemodialysis', 'consciousness')
2025 2026
     this.appetite_arr = getDataConfig('hemodialysis', 'appetite')