Browse Source

Merge branch 'v20' of http://192.168.31.240:3000/MTP2.0_New/MTP20_WEB_GLOBAL into v20

li.shaoyi 10 tháng trước cách đây
mục cha
commit
100519cb83
1 tập tin đã thay đổi với 3 bổ sung4 xóa
  1. 3 4
      src/packages/tss/views/order/position/Index.vue

+ 3 - 4
src/packages/tss/views/order/position/Index.vue

@@ -48,13 +48,12 @@
                                     <li>
                                         <span>{{ $t('position.goods.preamounts') }}:</span>
                                         <span>{{ formatDecimal(item.tHDetailEx.payedDeposit +
-                                            item.tHDetailEx.restockDeposit,
-                                            item.decimalPlace) }}</span>
+                                            item.tHDetailEx.restockDeposit) }}</span>
                                     </li>
                                     <li>
                                         <span>{{ $t('position.goods.closepl') }}:</span>
                                         <span :class="handlePriceColor(item.tHDetailEx.floatPL)">{{
-                                            formatDecimal(item.tHDetailEx.floatPL, item.decimalPlace) }}</span>
+                                            formatDecimal(item.tHDetailEx.floatPL) }}</span>
                                     </li>
                                 </ul>
                             </div>
@@ -66,7 +65,7 @@
                             </div>
                             <div class="bottom-right">
                                 <label>{{ $t('position.goods.holderamount') }}</label>
-                                <span>{{ formatDecimal(item.tHDetailEx.holderAmount, item.decimalPlace) }}</span>
+                                <span>{{ formatDecimal(item.tHDetailEx.holderAmount) }}</span>
                             </div>
                         </div>
                     </div>