Browse Source

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

yq1 6 days ago
parent
commit
fc3f29ee47
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/xt_pages/outpatientDoctorStation/template/printOne.vue

+ 2 - 1
src/xt_pages/outpatientDoctorStation/template/printOne.vue View File

87
               >&nbsp;&nbsp;<span>{{ it.advice_desc }}</span>
87
               >&nbsp;&nbsp;<span>{{ it.advice_desc }}</span>
88
             </div>
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
                 <span>{{ it.price}}</span>
92
                 <span>{{ it.price}}</span>
92
             </div>
93
             </div>
93
           </div>
94
           </div>