|
|
|
@ -26,8 +26,8 @@ class Report {
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
getHWVendorScores(VEI_SN, StartDate, EndDate) {
|
|
|
|
|
this.loading = true; //HT_HOST +
|
|
|
|
|
const fetchUrl = prepareUrl("http://202.103.68.231:889/service-cusservice/PTGetHWVendorScores")
|
|
|
|
|
this.loading = true;
|
|
|
|
|
const fetchUrl = prepareUrl(HT_HOST +"/service-cusservice/PTGetHWVendorScores")
|
|
|
|
|
.append("VEI_SN", VEI_SN)
|
|
|
|
|
.append("StartDate", StartDate)
|
|
|
|
|
.append("EndDate", EndDate)
|
|
|
|
@ -54,8 +54,8 @@ class Report {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
getHWProductScores(VEI_SN, StartDate, EndDate) {
|
|
|
|
|
this.loading = true; //HT_HOST +
|
|
|
|
|
const fetchUrl = prepareUrl("http://202.103.68.231:889/service-cusservice/PTGetHWProductScores")
|
|
|
|
|
this.loading = true;
|
|
|
|
|
const fetchUrl = prepareUrl(HT_HOST +"/service-cusservice/PTGetHWProductScores")
|
|
|
|
|
.append("VEI_SN", VEI_SN)
|
|
|
|
|
.append("StartDate", StartDate)
|
|
|
|
|
.append("EndDate", EndDate)
|
|
|
|
@ -82,8 +82,8 @@ class Report {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
getHWCommendScores(VEI_SN, StartDate, EndDate) {
|
|
|
|
|
this.loading = true; //HT_HOST +
|
|
|
|
|
const fetchUrl = prepareUrl("http://202.103.68.231:889/service-cusservice/PTGetHWCommendScores")
|
|
|
|
|
this.loading = true;
|
|
|
|
|
const fetchUrl = prepareUrl(HT_HOST +"/service-cusservice/PTGetHWCommendScores")
|
|
|
|
|
.append("VEI_SN", VEI_SN)
|
|
|
|
|
.append("StartDate", StartDate)
|
|
|
|
|
.append("EndDate", EndDate)
|
|
|
|
|