|
@@ -357,7 +357,7 @@ export default {
|
357
|
357
|
|
358
|
358
|
list[i].over_count_one = this.GetInitStartFlowOne(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)
|
359
|
359
|
|
360
|
|
- if(this.org_id == 0 || this.org_id == 10644){
|
|
360
|
+ if(this.org_id == 0 || this.org_id == 10644 || this.org_id == 10752){
|
361
|
361
|
list[i].drugInMoney = ""
|
362
|
362
|
}else{
|
363
|
363
|
list[i].drugInMoney = list[i].last_price
|
|
@@ -365,7 +365,7 @@ export default {
|
365
|
365
|
|
366
|
366
|
if( this.org_id == 10697){
|
367
|
367
|
list[i].drugSaleMoney = (list[i].over_count_one * list[i].last_price).toFixed(2)
|
368
|
|
- }else if(this.org_id == 0 || this.org_id == 10644){
|
|
368
|
+ }else if(this.org_id == 0 || this.org_id == 10644 || this.org_id == 10752){
|
369
|
369
|
list[i].drugAddPrice = ""
|
370
|
370
|
list[i].drugSaleMoney = this.GetInitStartFlowPice(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)
|
371
|
371
|
}else{
|
|
@@ -379,7 +379,7 @@ export default {
|
379
|
379
|
if(this.org_id == 10697){
|
380
|
380
|
list[i].drugAddPrice = list[i].last_price
|
381
|
381
|
list[i].drugAddSalePrice = (list[i].last_price *list[i].drugAddOne).toFixed(2)
|
382
|
|
- }else if(this.org_id == 0 || this.org_id ==10644){
|
|
382
|
+ }else if(this.org_id == 0 || this.org_id ==10644 || this.org_id == 10752){
|
383
|
383
|
list[i].drugAddPrice = "/"
|
384
|
384
|
list[i].drugAddSalePrice = this.drugAddInfoOnePirce(list[i].DrugWarehouseInfoStartEnd,list[i].min_number,list[i].min_unit,list[i].max_unit,list[i].WareStartEndStockInventoryProfit)
|
385
|
385
|
console.log("本期增加加淀粉",list[i].drugAddSalePrice)
|
|
@@ -396,7 +396,7 @@ export default {
|
396
|
396
|
if( this.org_id == 10697){
|
397
|
397
|
list[i].drugOutPrice = list[i].retail_price
|
398
|
398
|
list[i].drugOutSalePrice = (list[i].drugOutOne * list[i].retail_price).toFixed(2)
|
399
|
|
- }else if(this.org_id == 0 || this.org_id == 10644){
|
|
399
|
+ }else if(this.org_id == 0 || this.org_id == 10644 || this.org_id == 10752){
|
400
|
400
|
list[i].drugOutPrice = "/"
|
401
|
401
|
list[i].drugOutSalePrice= this.getDrugOutPriceOne(list[i].DrugWarehouseOutInfoStartEnd,list[i].min_number,list[i].min_unit,list[i].max_unit,list[i].WareStartEndStockInventoryLosses,list[i].WareStartEndStockCancelInfo)
|
402
|
402
|
} else{
|
|
@@ -415,7 +415,7 @@ export default {
|
415
|
415
|
if(this.org_id == 10697){
|
416
|
416
|
list[i].overDrugPrice = list[i].retail_price
|
417
|
417
|
list[i].oveDrugSaleMoney = (list[i].overDrugOne * list[i].retail_price).toFixed(2)
|
418
|
|
- }else if(this.org_id == 0 || this.org_id ==10644){
|
|
418
|
+ }else if(this.org_id == 0 || this.org_id ==10644 || this.org_id == 10752){
|
419
|
419
|
list[i].overDrugPrice = ""
|
420
|
420
|
list[i].oveDrugSaleMoney = this.GetDrugOverOnePrice(list[i].drugSaleMoney,list[i].drugAddSalePrice,list[i].drugOutSalePrice,list[i].min_number,list[i].min_unit,list[i].max_unit)
|
421
|
421
|
} else{
|