소스 검색

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>