completed jobs

This commit is contained in:
CHIEFSOFT\ameye
2024-10-14 16:04:46 -04:00
parent 8531094306
commit f7211b30de
2 changed files with 10 additions and 3 deletions
+8 -2
View File
@@ -42,7 +42,13 @@ historyTypes:any=[];
};
historyTotalData:any;
refreshHxReport(item){
var endP='';
switch(item?.id){
case 'COMPLETED_JOBS':
endP="contracthx";
break;
}
//debugger;
this.usrData = {
action: 100001,
member_id: this.sessionDataProviderService.member_id,
@@ -54,7 +60,7 @@ historyTypes:any=[];
};
this.wrenchService
.getHistoryReport(this.usrData, "contracthx")
.getHistoryReport(this.usrData, endP)
.subscribe((historyTotalData) => {
this.historyTotalData = historyTotalData;
console.log("HX RETURN->", this.historyTotalData);
+2 -1
View File
@@ -213,7 +213,8 @@ export class WrenchService {
return this.getPostData("cachecontacts", usrData);
}
getUserWallets(usrData) {
return this.getPostData("getwallets", usrData);
//return this.getPostData("getwallets", usrData);
return this.getPostData("wallets", usrData);
}
getFamilyUserWallets(usrData) {