huangyw 2 gadus atpakaļ
vecāks
revīzija
64f1232dd3

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderFiftySix.vue Parādīt failu

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