|
|
|
|
598
|
const decStart = moment().month(11).startOf('month').format("YYYY-MM-DD")
|
598
|
const decStart = moment().month(11).startOf('month').format("YYYY-MM-DD")
|
599
|
const decEnd = moment().month(11).endOf('month').format("YYYY-MM-DD")
|
599
|
const decEnd = moment().month(11).endOf('month').format("YYYY-MM-DD")
|
600
|
|
600
|
|
|
|
601
|
+ for(let i=0;i<this.normdata.length;i++){
|
|
|
602
|
+ if(this.normdata[i].inspection_minor == this.mode_type){
|
|
|
603
|
+ this.range_type = this.normdata[i].range_type
|
|
|
604
|
+ }
|
|
|
605
|
+ }
|
601
|
|
606
|
|
602
|
const params = {
|
607
|
const params = {
|
603
|
lapseto:this.lapseto,
|
608
|
lapseto:this.lapseto,
|