| | |
| | | {{ activeObj.assname }} ({{ activeObj.symbolCode }}) |
| | | </div> |
| | | <div class="total-data"> |
| | | {{ activeObj.totalMoney | _toLocaleString }} |
| | | ₹{{ activeObj.totalMoney | _toLocaleString }} |
| | | <!-- {{ 10000000000000 | _toLocaleString }} --> |
| | | </div> |
| | | </div> |
| | |
| | | <div class="item-card-itembox"> |
| | | <div class="item"> |
| | | <div class="itembox-data"> |
| | | {{ activeObj.profitAndLoss | _toLocaleString }} |
| | | ₹{{ activeObj.profitAndLoss | _toLocaleString }} |
| | | </div> |
| | | |
| | | <div class="itembox-name"> |
| | |
| | | </div> |
| | | <div class="item"> |
| | | <div class="itembox-data"> |
| | | {{ activeObj.availableBalance | _toLocaleString }} |
| | | ₹{{ activeObj.availableBalance | _toLocaleString }} |
| | | </div> |
| | | |
| | | <div class="itembox-name"> |
| | |
| | | <div class="item"> |
| | | <div class="itembox-data"> |
| | | {{ activeObj.isZf === 1 ? "-" : "" }} |
| | | {{ activeObj.cumulativeProfitAndLoss | _toLocaleString }} |
| | | ₹{{ activeObj.cumulativeProfitAndLoss | _toLocaleString }} |
| | | </div> |
| | | |
| | | <div class="itembox-name"> |
| | |
| | | </div> |
| | | <div class="item"> |
| | | <div class="itembox-data"> |
| | | {{ activeObj.freezeMoney | _toLocaleString }} |
| | | ₹{{ activeObj.freezeMoney | _toLocaleString }} |
| | | </div> |
| | | |
| | | <div class="itembox-name"> |
| | |
| | | </div> |
| | | <div class="item"> |
| | | <div class="itembox-data"> |
| | | {{ activeObj.handlingCharge | _toLocaleString }} |
| | | ₹{{ activeObj.handlingCharge | _toLocaleString }} |
| | | </div> |
| | | |
| | | <div class="itembox-name"> |
| | |
| | | </div> |
| | | <div class="item"> |
| | | <div class="itembox-data"> |
| | | {{ activeObj.amountToBeCovered | _toLocaleString }} |
| | | ₹{{ activeObj.amountToBeCovered | _toLocaleString }} |
| | | </div> |
| | | |
| | | <div class="itembox-name"> |
| | |
| | | margin-top: 0.42667rem; |
| | | padding: 0.32rem 0.4rem; |
| | | box-sizing: border-box; |
| | | background-color: #ff5b96; |
| | | background-color: #03a7ef; |
| | | color: #fff; |
| | | .total-assets { |
| | | display: flex; |