Parcourir la source

9月13,怡康的处方笺加单价

yq1 il y a 6 jours
Parent
révision
fc3f29ee47
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/xt_pages/outpatientDoctorStation/template/printOne.vue

+ 2 - 1
src/xt_pages/outpatientDoctorStation/template/printOne.vue Voir le fichier

@@ -87,7 +87,8 @@
87 87
               >&nbsp;&nbsp;<span>{{ it.advice_desc }}</span>
88 88
             </div>
89 89
             <!-- 单价 -->
90
-            <div style="display: inline-block;position: absolute; top:0;right: 10%;">
90
+            <div style="display: inline-block;position: absolute; top:0;right: 10%;"
91
+              v-if="org_id ==10210 || org_id ==0">
91 92
                 <span>{{ it.price}}</span>
92 93
             </div>
93 94
           </div>