浏览代码

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

XMLWAN 2 年前
父节点
当前提交
3a34b9a0c3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/xt_pages/dialysis/template/DialysisPrintOrderFiftySix.vue

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderFiftySix.vue 查看文件

@@ -3433,7 +3433,7 @@ export default {
3433 3433
             }
3434 3434
           }
3435 3435
         }
3436
-        if (this.org_id == 10330 || this.org_id == 0) {
3436
+        if (this.org_id == 10330 || this.org_id == 0 || this.org_id == 9675) {
3437 3437
           this.doctor_advices = this.doctor_advices.filter(o => o.delivery_way.indexOf("注射") > -1)
3438 3438
         }
3439 3439