@@ -125,6 +131,9 @@
| {{ sndCntLTotal.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',') }} |
{{ sndCntMTotal.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',') }} |
{{ sndCntATotal.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',') }} |
+ {{ fbSndCntSTotal.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',') }} |
+ {{ fbSndCntLTotal.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',') }} |
+ {{ fbSndCntMTotal.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',') }} |
| {{ option.sumYm }} |
@@ -133,6 +142,9 @@
{{ option.sndCntL.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',') }} |
{{ option.sndCntM.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',') }} |
{{ option.sndCntA.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',') }} |
+ {{ option.fbSndCntS.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',') }} |
+ {{ option.fbSndCntL.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',') }} |
+ {{ option.fbSndCntM.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',') }} |