Handy_Cao 10 meses atrás
pai
commit
0cf44b43ec
1 arquivos alterados com 3 adições e 4 exclusões
  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>