|
@@ -463,7 +463,7 @@ export default {
|
463
|
463
|
list[i].drugOutSalePrice = "/"
|
464
|
464
|
|
465
|
465
|
|
466
|
|
- if(this.org_id == 10265){
|
|
466
|
+ if(this.org_id == 10265 || this.org_id ==10210 || this.org_id==0){
|
467
|
467
|
list[i].overDrug = this.GetDrugEndFlow(list[i].DrugEndFlow.over_count,list[i].min_number,list[i].min_unit,list[i].max_unit)
|
468
|
468
|
}else{
|
469
|
469
|
list[i].overDrug = this.GetDrugOver(list[i].over_count_one,list[i].drugAddOne,list[i].drugOutOne,list[i].min_number,list[i].min_unit,list[i].max_unit)
|