瀏覽代碼

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx 4 年之前
父節點
當前提交
a9f81c3c30
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/xt_pages/outpatientCharges/treatTemplate/printOne.vue

+ 2 - 2
src/xt_pages/outpatientCharges/treatTemplate/printOne.vue 查看文件

@@ -1,6 +1,6 @@
1 1
 <template>
2 2
     <div id='prescription-print' class="prescription-print">
3
-        <div v-if=" this.$store.getters.xt_user.org_id == 9504">
3
+        <div v-if=" this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 9538">
4 4
             <div class="printTitle">{{orgname}}&nbsp;&nbsp;医药费收据及收费项目清单</div>
5 5
             <div class="infoMain">
6 6
                 <div class="infoP">医院(药店)编号:{{org_code}}</div>
@@ -345,7 +345,7 @@
345 345
     },
346 346
     created() {
347 347
 
348
-      if (this.$store.getters.xt_user.org_id == 9504) {
348
+      if (this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 9538) {
349 349
         var form = {
350 350
           'order_id': this.paramsObj.order_id,
351 351
           'patient_id': this.paramsObj.patient_id,