浏览代码

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

yq1 6 天前
父节点
当前提交
fc3f29ee47
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/xt_pages/outpatientDoctorStation/template/printOne.vue

+ 2 - 1
src/xt_pages/outpatientDoctorStation/template/printOne.vue 查看文件

@@ -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>