|
|
|
@ -116,7 +116,7 @@ export class SitListComponent implements OnInit {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// public getAccrualBalance() {
|
|
|
|
public getAccrualBalance() {
|
|
|
|
// if (this.Sdate) {
|
|
|
|
// if (this.Sdate) {
|
|
|
|
// let today = new Date(this.Sdate);
|
|
|
|
// let today = new Date(this.Sdate);
|
|
|
|
// let day = today.getDate();
|
|
|
|
// let day = today.getDate();
|
|
|
|
@ -134,7 +134,7 @@ export class SitListComponent implements OnInit {
|
|
|
|
// this.handleAccrualResult(result);
|
|
|
|
// this.handleAccrualResult(result);
|
|
|
|
// });
|
|
|
|
// });
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
}
|
|
|
|
handleAccrualResult(result) {
|
|
|
|
handleAccrualResult(result) {
|
|
|
|
if (this.cs.validResponse(result)) {
|
|
|
|
if (this.cs.validResponse(result)) {
|
|
|
|
this.balance=result.GetAccrualBalancesList;
|
|
|
|
this.balance=result.GetAccrualBalancesList;
|
|
|
|
|