|
@@ -438,7 +438,7 @@ export default {
|
438
|
438
|
list[i].drugAddOne= 0
|
439
|
439
|
list[i].drugOutOne =0
|
440
|
440
|
|
441
|
|
- if(this.org_id ==10210 || this.org_id==0){
|
|
441
|
+ if(this.org_id ==10210 || this.org_id==0 || this.org_id ==10402){
|
442
|
442
|
list[i].drugIn = this.GetDrugStartFlow(list[i].DrugStatFlow.over_count,list[i].min_number,list[i].min_unit,list[i].max_unit)
|
443
|
443
|
}else{
|
444
|
444
|
list[i].drugIn = this.GetInitStartFlow(list[i].new_drug_in_flow_info,list[i].new_drug_profit_flow_info,list[i].new_drug_out_flow_info,list[i].new_drug_no_profit_flow_info,list[i].new_drug_cancel_flow_info,list[i].min_number,list[i].min_unit,list[i].max_unit)
|
|
@@ -463,7 +463,7 @@ export default {
|
463
|
463
|
list[i].drugOutSalePrice = "/"
|
464
|
464
|
|
465
|
465
|
|
466
|
|
- if(this.org_id == 10265 || this.org_id ==10210 || this.org_id==0){
|
|
466
|
+ if(this.org_id == 10265 || this.org_id ==10210 || this.org_id==10402){
|
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)
|