Browse Source

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

XMLWAN 2 years ago
parent
commit
3a34b9a0c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/dialysis/template/DialysisPrintOrderFiftySix.vue

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderFiftySix.vue View File

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