|
|
|
|
2380
|
this.manufacturerList = manufacturerList
|
2380
|
this.manufacturerList = manufacturerList
|
2381
|
var adviceMonthList = response.data.data.adviceList
|
2381
|
var adviceMonthList = response.data.data.adviceList
|
2382
|
var hisAdviceMonthList = response.data.data.hisAdviceList
|
2382
|
var hisAdviceMonthList = response.data.data.hisAdviceList
|
|
|
2383
|
+
|
|
|
2384
|
+ for(let i=0;i<hisAdviceMonthList.length;i++){
|
|
|
2385
|
+ hisAdviceMonthList[i].count_one = 0
|
|
|
2386
|
+ if(hisAdviceMonthList[i].prescribing_number_unit == hisAdviceMonthList[i].drug.max_unit){
|
|
|
2387
|
+ hisAdviceMonthList[i].prescribing_number = parseInt(hisAdviceMonthList[i].prescribing_number) * hisAdviceMonthList[i].drug.min_number
|
|
|
2388
|
+ hisAdviceMonthList[i].count_one = parseInt(hisAdviceMonthList[i].prescribing_number) * hisAdviceMonthList[i].drug.min_number
|
|
|
2389
|
+ }
|
|
|
2390
|
+ }
|
|
|
2391
|
+
|
|
|
2392
|
+
|
2383
|
if(config.is_open == 1){
|
2393
|
if(config.is_open == 1){
|
|
|
2394
|
+
|
|
|
2395
|
+
|
2384
|
|
2396
|
|
2385
|
if(hisAdviceMonthList!=null && hisAdviceMonthList.length>0){
|
2397
|
if(hisAdviceMonthList!=null && hisAdviceMonthList.length>0){
|
2386
|
let dataInfo = {}
|
2398
|
let dataInfo = {}
|