This commit is contained in:
Taric Xin
2022-02-22 15:29:19 +08:00
parent 25be51884f
commit d6ca4586f5

View File

@ -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();