huangyw 2 年之前
父節點
當前提交
64f1232dd3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/xt_pages/dialysis/template/DialysisPrintOrderFiftySix.vue

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

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
           this.doctor_advices = this.doctor_advices.filter(o => o.delivery_way.indexOf("注射") > -1)
3437
           this.doctor_advices = this.doctor_advices.filter(o => o.delivery_way.indexOf("注射") > -1)
3438
         }
3438
         }
3439
 
3439