penyesuaian UI list room
This commit is contained in:
@@ -28,6 +28,7 @@ export class CostManagementComponent implements OnInit {
|
||||
dataMasterCategori: any;
|
||||
dataBuildingList: any;
|
||||
public focucedElement = "";
|
||||
|
||||
spinnerActive = false;
|
||||
spinnerActiveActual = false;
|
||||
spinnerFilterActive = false;
|
||||
@@ -245,12 +246,12 @@ export class CostManagementComponent implements OnInit {
|
||||
}
|
||||
|
||||
doFilter() {
|
||||
const requestData = {
|
||||
building: this.buildingSelected,
|
||||
category: this.categorySelected,
|
||||
date: this.dateSelected,
|
||||
searchTerm: this.searchTerm,
|
||||
};
|
||||
// const requestData = {
|
||||
// building: this.buildingSelected,
|
||||
// category: this.categorySelected,
|
||||
// date: this.dateSelected,
|
||||
// searchTerm: this.searchTerm,
|
||||
// };
|
||||
this.spinnerFilterActive = true;
|
||||
setTimeout(() => {
|
||||
this.spinnerFilterActive = false;
|
||||
@@ -259,9 +260,9 @@ export class CostManagementComponent implements OnInit {
|
||||
this.dateSelected,
|
||||
this.categorySelected
|
||||
);
|
||||
this.dataCompWaterElectCost(this.buildingSelected);
|
||||
this.dataCompPrevMonthCost(this.buildingSelected);
|
||||
this.dataCompActEstCost(this.buildingSelected);
|
||||
// this.dataCompWaterElectCost(this.buildingSelected);
|
||||
// this.dataCompPrevMonthCost(this.buildingSelected);
|
||||
// this.dataCompActEstCost(this.buildingSelected);
|
||||
}, 3000);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user