|
@@ -2658,7 +2658,7 @@ export default {
|
|
getListS2002() {
|
|
getListS2002() {
|
|
this.loadingS2002 = true;
|
|
this.loadingS2002 = true;
|
|
listS2002(this.queryParams).then(response => {
|
|
listS2002(this.queryParams).then(response => {
|
|
- this.s2002List = response.data;
|
|
|
|
|
|
+ this.s2002List = response.data.dataList;
|
|
this.loadingS2002 = false;
|
|
this.loadingS2002 = false;
|
|
});
|
|
});
|
|
},
|
|
},
|
|
@@ -2672,7 +2672,7 @@ export default {
|
|
getListS2007() {
|
|
getListS2007() {
|
|
this.loadingS2007 = true;
|
|
this.loadingS2007 = true;
|
|
listS2007(this.queryParams).then(response => {
|
|
listS2007(this.queryParams).then(response => {
|
|
- this.s2007List = response.data;
|
|
|
|
|
|
+ this.s2007List = response.data.dataList;
|
|
this.loadingS2007 = false;
|
|
this.loadingS2007 = false;
|
|
});
|
|
});
|
|
},
|
|
},
|
|
@@ -2686,14 +2686,14 @@ export default {
|
|
getListS2400() {
|
|
getListS2400() {
|
|
this.loadingS2400 = true;
|
|
this.loadingS2400 = true;
|
|
listS2400(this.queryParams).then(response => {
|
|
listS2400(this.queryParams).then(response => {
|
|
- this.s2400List = response.data;
|
|
|
|
|
|
+ this.s2400List = response.data.dataList;
|
|
this.loadingS2400 = false;
|
|
this.loadingS2400 = false;
|
|
});
|
|
});
|
|
},
|
|
},
|
|
getListS3004() {
|
|
getListS3004() {
|
|
this.loadingS3004 = true;
|
|
this.loadingS3004 = true;
|
|
listS3004(this.queryParams).then(response => {
|
|
listS3004(this.queryParams).then(response => {
|
|
- this.s3004List = response.data;
|
|
|
|
|
|
+ this.s3004List = response.data.dataList;
|
|
this.loadingS3004 = false;
|
|
this.loadingS3004 = false;
|
|
});
|
|
});
|
|
},
|
|
},
|
|
@@ -2735,14 +2735,14 @@ export default {
|
|
getListS4012() {
|
|
getListS4012() {
|
|
this.loadingS4012 = true;
|
|
this.loadingS4012 = true;
|
|
listS4012(this.queryParams).then(response => {
|
|
listS4012(this.queryParams).then(response => {
|
|
- this.s4012List = response.data;
|
|
|
|
|
|
+ this.s4012List = response.data.dataList;
|
|
this.loadingS4012 = false;
|
|
this.loadingS4012 = false;
|
|
});
|
|
});
|
|
},
|
|
},
|
|
getListS4013() {
|
|
getListS4013() {
|
|
this.loadingS4013 = true;
|
|
this.loadingS4013 = true;
|
|
listS4013(this.queryParams).then(response => {
|
|
listS4013(this.queryParams).then(response => {
|
|
- this.s4013List = response.data;
|
|
|
|
|
|
+ this.s4013List = response.data.dataList;
|
|
this.loadingS4013 = false;
|
|
this.loadingS4013 = false;
|
|
});
|
|
});
|
|
},
|
|
},
|
|
@@ -2756,14 +2756,14 @@ export default {
|
|
getListS5001() {
|
|
getListS5001() {
|
|
this.loadingS5001 = true;
|
|
this.loadingS5001 = true;
|
|
listS5001(this.queryParams).then(response => {
|
|
listS5001(this.queryParams).then(response => {
|
|
- this.s5001List = response.data;
|
|
|
|
|
|
+ this.s5001List = response.data.dataList;
|
|
this.loadingS5001 = false;
|
|
this.loadingS5001 = false;
|
|
});
|
|
});
|
|
},
|
|
},
|
|
getListS5003() {
|
|
getListS5003() {
|
|
this.loadingS5003 = true;
|
|
this.loadingS5003 = true;
|
|
listS5003(this.queryParams).then(response => {
|
|
listS5003(this.queryParams).then(response => {
|
|
- this.s5003List = response.data;
|
|
|
|
|
|
+ this.s5003List = response.data.dataList;
|
|
this.loadingS5003 = false;
|
|
this.loadingS5003 = false;
|
|
});
|
|
});
|
|
},
|
|
},
|
|
@@ -2784,14 +2784,14 @@ export default {
|
|
getListS6101() {
|
|
getListS6101() {
|
|
this.loadingS6101 = true;
|
|
this.loadingS6101 = true;
|
|
listS6101(this.queryParams).then(response => {
|
|
listS6101(this.queryParams).then(response => {
|
|
- this.s6101List = response.data;
|
|
|
|
|
|
+ this.s6101List = response.data
|
|
this.loadingS6101 = false;
|
|
this.loadingS6101 = false;
|
|
});
|
|
});
|
|
},
|
|
},
|
|
getListS6107() {
|
|
getListS6107() {
|
|
this.loadingS6107 = true;
|
|
this.loadingS6107 = true;
|
|
listS6107(this.queryParams).then(response => {
|
|
listS6107(this.queryParams).then(response => {
|
|
- this.s6107List = response.data;
|
|
|
|
|
|
+ this.s6107List = response.data.dataList;
|
|
this.loadingS6107 = false;
|
|
this.loadingS6107 = false;
|
|
});
|
|
});
|
|
},
|
|
},
|
|
@@ -3650,20 +3650,23 @@ export default {
|
|
break;
|
|
break;
|
|
case "3":
|
|
case "3":
|
|
this.disposeChart();
|
|
this.disposeChart();
|
|
- let ethyleneArray = [];
|
|
|
|
- let ethyleneIndexArray = [];
|
|
|
|
- let propyleneArray = [];
|
|
|
|
- let propyleneIndexArray = [];
|
|
|
|
- let sampleDateArray = [];
|
|
|
|
listS4013(this.analysisQueryParams).then(response => {
|
|
listS4013(this.analysisQueryParams).then(response => {
|
|
- let data = response.data;
|
|
|
|
|
|
+ let data = response.data.dataList;
|
|
|
|
+ let description4013 = response.data.description;
|
|
|
|
+ let ethyleneArray = [];
|
|
|
|
+ let ethyleneIndexArray = [];
|
|
|
|
+ let propyleneArray = [];
|
|
|
|
+ let propyleneIndexArray = [];
|
|
|
|
+ let sampleDateArray = [];
|
|
for(let i = 0 ; i < data.length; i++){
|
|
for(let i = 0 ; i < data.length; i++){
|
|
ethyleneArray.push(data[i].ethylene);
|
|
ethyleneArray.push(data[i].ethylene);
|
|
ethyleneIndexArray.push("99.95");
|
|
ethyleneIndexArray.push("99.95");
|
|
sampleDateArray.push(data[i].sampleDate);
|
|
sampleDateArray.push(data[i].sampleDate);
|
|
}
|
|
}
|
|
listS5003(this.analysisQueryParams).then(response => {
|
|
listS5003(this.analysisQueryParams).then(response => {
|
|
- let data = response.data;
|
|
|
|
|
|
+ let data = response.data.dataList;
|
|
|
|
+ let description5003 = response.data.description;
|
|
|
|
+ this.analysisDescription = description4013 + description5003;
|
|
for(let i = 0 ; i < data.length; i++){
|
|
for(let i = 0 ; i < data.length; i++){
|
|
propyleneArray.push(data[i].propylene);
|
|
propyleneArray.push(data[i].propylene);
|
|
propyleneIndexArray.push("99.6");
|
|
propyleneIndexArray.push("99.6");
|
|
@@ -3741,7 +3744,8 @@ export default {
|
|
case "4":
|
|
case "4":
|
|
this.disposeChart();
|
|
this.disposeChart();
|
|
listS2007(this.analysisQueryParams).then(response => {
|
|
listS2007(this.analysisQueryParams).then(response => {
|
|
- let data = response.data;
|
|
|
|
|
|
+ let data = response.data.dataList;
|
|
|
|
+ this.analysisDescription = response.data.description;
|
|
let viscosityArray = [];
|
|
let viscosityArray = [];
|
|
let endPointArray = [];
|
|
let endPointArray = [];
|
|
let pressureDifferenceArray = [];
|
|
let pressureDifferenceArray = [];
|
|
@@ -3823,7 +3827,8 @@ export default {
|
|
break;
|
|
break;
|
|
case "5":
|
|
case "5":
|
|
listS2002(this.analysisQueryParams).then(response => {
|
|
listS2002(this.analysisQueryParams).then(response => {
|
|
- let data = response.data;
|
|
|
|
|
|
+ let data = response.data.dataList;
|
|
|
|
+ let description2002 = response.data.description;
|
|
let cod2002Array = [];
|
|
let cod2002Array = [];
|
|
let ph2002Array = [];
|
|
let ph2002Array = [];
|
|
let cod2400Array = [];
|
|
let cod2400Array = [];
|
|
@@ -3839,7 +3844,9 @@ export default {
|
|
sampleDateArray.push(data[i].sampleDate);
|
|
sampleDateArray.push(data[i].sampleDate);
|
|
}
|
|
}
|
|
listS2400(this.analysisQueryParams).then(response => {
|
|
listS2400(this.analysisQueryParams).then(response => {
|
|
- let data = response.data;
|
|
|
|
|
|
+ let data = response.data.dataList;
|
|
|
|
+ let description2400 = response.data.description;
|
|
|
|
+ this.analysisDescription = description2002 + description2400;
|
|
for(let i = 0 ; i < data.length; i++){
|
|
for(let i = 0 ; i < data.length; i++){
|
|
cod2400Array.push(data[i].cod);
|
|
cod2400Array.push(data[i].cod);
|
|
ph2400Array.push(data[i].ph);
|
|
ph2400Array.push(data[i].ph);
|
|
@@ -3938,7 +3945,8 @@ export default {
|
|
case "6":
|
|
case "6":
|
|
this.disposeChart();
|
|
this.disposeChart();
|
|
listS3004(this.analysisQueryParams).then(response => {
|
|
listS3004(this.analysisQueryParams).then(response => {
|
|
- let data = response.data;
|
|
|
|
|
|
+ let data = response.data.dataList;
|
|
|
|
+ this.analysisDescription = response.data.description;
|
|
let naOhArray = [];
|
|
let naOhArray = [];
|
|
let controlArray = [];
|
|
let controlArray = [];
|
|
let sampleDateArray = [];
|
|
let sampleDateArray = [];
|
|
@@ -4007,7 +4015,8 @@ export default {
|
|
case "7":
|
|
case "7":
|
|
this.disposeChart();
|
|
this.disposeChart();
|
|
listS6107(this.analysisQueryParams).then(response => {
|
|
listS6107(this.analysisQueryParams).then(response => {
|
|
- let data = response.data;
|
|
|
|
|
|
+ let data = response.data.dataList;
|
|
|
|
+ this.analysisDescription = response.data.description;
|
|
let codArray = [];
|
|
let codArray = [];
|
|
let controlArray = [];
|
|
let controlArray = [];
|
|
let phArray = [];
|
|
let phArray = [];
|
|
@@ -4093,7 +4102,8 @@ export default {
|
|
case "8":
|
|
case "8":
|
|
this.disposeChart();
|
|
this.disposeChart();
|
|
listS4012(this.analysisQueryParams).then(response => {
|
|
listS4012(this.analysisQueryParams).then(response => {
|
|
- let data = response.data;
|
|
|
|
|
|
+ let data = response.data.dataList;
|
|
|
|
+ this.analysisDescription = response.data.description;
|
|
let ethyleneArray = [];
|
|
let ethyleneArray = [];
|
|
let propyleneArray = [];
|
|
let propyleneArray = [];
|
|
let sampleDateArray = [];
|
|
let sampleDateArray = [];
|
|
@@ -4162,7 +4172,8 @@ export default {
|
|
case "9":
|
|
case "9":
|
|
this.disposeChart();
|
|
this.disposeChart();
|
|
listS5001(this.analysisQueryParams).then(response => {
|
|
listS5001(this.analysisQueryParams).then(response => {
|
|
- let data = response.data;
|
|
|
|
|
|
+ let data = response.data.dataList;
|
|
|
|
+ this.analysisDescription = response.data.description;
|
|
let buteneArray = [];
|
|
let buteneArray = [];
|
|
let propyleneArray = [];
|
|
let propyleneArray = [];
|
|
let sampleDateArray = [];
|
|
let sampleDateArray = [];
|
|
@@ -4248,7 +4259,8 @@ export default {
|
|
case "10":
|
|
case "10":
|
|
this.disposeChart();
|
|
this.disposeChart();
|
|
c2ReactorAnalysis(this.analysisQueryParams).then(response => {
|
|
c2ReactorAnalysis(this.analysisQueryParams).then(response => {
|
|
- let data = response.data;
|
|
|
|
|
|
+ let data = response.data.dataMap;
|
|
|
|
+ this.analysisDescription = response.data.description;
|
|
let ethyleneSelectivity3rdOutArray = [];
|
|
let ethyleneSelectivity3rdOutArray = [];
|
|
let mapdConversion3rdOutArray = [];
|
|
let mapdConversion3rdOutArray = [];
|
|
let sampleDateArray = [];
|
|
let sampleDateArray = [];
|
|
@@ -4325,7 +4337,8 @@ export default {
|
|
case "11":
|
|
case "11":
|
|
this.disposeChart();
|
|
this.disposeChart();
|
|
c3ReactorAnalysis(this.analysisQueryParams).then(response => {
|
|
c3ReactorAnalysis(this.analysisQueryParams).then(response => {
|
|
- let data = response.data;
|
|
|
|
|
|
+ let data = response.data.dataMap;
|
|
|
|
+ this.analysisDescription = response.data.description;
|
|
let conversionArray = [];
|
|
let conversionArray = [];
|
|
let propyleneSelectivityArray = [];
|
|
let propyleneSelectivityArray = [];
|
|
let sampleDateArray = [];
|
|
let sampleDateArray = [];
|
|
@@ -4402,7 +4415,8 @@ export default {
|
|
case "12":
|
|
case "12":
|
|
this.disposeChart();
|
|
this.disposeChart();
|
|
listS6301(this.analysisQueryParams).then(response => {
|
|
listS6301(this.analysisQueryParams).then(response => {
|
|
- let data = response.data;
|
|
|
|
|
|
+ let data = response.data.dataList;
|
|
|
|
+ this.analysisDescription = response.data.description;
|
|
let c5ConjugatedDienesDcpdArray = [];
|
|
let c5ConjugatedDienesDcpdArray = [];
|
|
let c250Array = [];
|
|
let c250Array = [];
|
|
let c4Array = [];
|
|
let c4Array = [];
|
|
@@ -4505,7 +4519,8 @@ export default {
|
|
case "13":
|
|
case "13":
|
|
this.disposeChart();
|
|
this.disposeChart();
|
|
listS6101(this.analysisQueryParams).then(response => {
|
|
listS6101(this.analysisQueryParams).then(response => {
|
|
- let data = response.data;
|
|
|
|
|
|
+ let data = response.data.dataList;
|
|
|
|
+ this.analysisDescription = response.data.description;
|
|
let brNumberArray = [];
|
|
let brNumberArray = [];
|
|
let totalSulfurArray = [];
|
|
let totalSulfurArray = [];
|
|
let totalNitrogenArray = [];
|
|
let totalNitrogenArray = [];
|
|
@@ -4581,7 +4596,8 @@ export default {
|
|
case "14":
|
|
case "14":
|
|
this.disposeChart();
|
|
this.disposeChart();
|
|
listS1301(this.analysisQueryParams).then(response => {
|
|
listS1301(this.analysisQueryParams).then(response => {
|
|
- let data = response.data;
|
|
|
|
|
|
+ let data = response.data.dataList;
|
|
|
|
+ this.analysisDescription = response.data.description;
|
|
let temperatureInArray = [];
|
|
let temperatureInArray = [];
|
|
let temperatureRaiseArray = [];
|
|
let temperatureRaiseArray = [];
|
|
let styreneArray = [];
|
|
let styreneArray = [];
|
|
@@ -4675,7 +4691,8 @@ export default {
|
|
case "15":
|
|
case "15":
|
|
this.disposeChart();
|
|
this.disposeChart();
|
|
listS4501(this.analysisQueryParams).then(response => {
|
|
listS4501(this.analysisQueryParams).then(response => {
|
|
- let data = response.data;
|
|
|
|
|
|
+ let data = response.data.dataList;
|
|
|
|
+ this.analysisDescription = response.data.description;
|
|
let temperatureInArray = [];
|
|
let temperatureInArray = [];
|
|
let temperatureRaiseArray = [];
|
|
let temperatureRaiseArray = [];
|
|
let pressureDiffArray = [];
|
|
let pressureDiffArray = [];
|