edit
This commit is contained in:
@ -60,7 +60,7 @@ export class InvoiceRequestedDetailComponent implements OnInit {
|
|||||||
switch (e.type) {
|
switch (e.type) {
|
||||||
case 'checkbox':
|
case 'checkbox':
|
||||||
this.selectedRows = e.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;
|
break;
|
||||||
case 'filter':
|
case 'filter':
|
||||||
this.st.load();
|
this.st.load();
|
||||||
|
|||||||
Reference in New Issue
Block a user