edit
This commit is contained in:
@ -60,7 +60,7 @@ export class InvoiceRequestedDetailComponent implements OnInit {
|
||||
switch (e.type) {
|
||||
case 'checkbox':
|
||||
this.selectedRows = e.checkbox!;
|
||||
this.totalCallNo = this.selectedRows.reduce((total, cv) => total + cv.callNo, 0);
|
||||
this.totalCallNo = this.selectedRows.reduce((total, cv) => total + cv.billkpmoney, 0);
|
||||
break;
|
||||
case 'filter':
|
||||
this.st.load();
|
||||
|
||||
Reference in New Issue
Block a user