huangbin 4 tahun lalu
induk
melakukan
cfd939a0ad

+ 1 - 1
src/views/market/spot_trade/warehouse_pre_sale/warehouse_pre_sale_blocs/components/post-buying/index.vue

@@ -272,7 +272,7 @@ export default defineComponent({
                         DelistMinQty: numCheck.value ? formState.delistingQty : 0, // 起摘数量
                         MarginFlag: 1, // 挂牌是否指定保证金 0:否 1:是
                         MarginAlgorithm: 1, // 指定保证金方式 1:比率 2:固定
-                        MarginValue: +(formState.margin / 100).toFixed(2), // 指定保证金设置值
+                        MarginValue: +(formState.margin / 100), // 指定保证金设置值
                         AllFriendsFlag: friendCheck.value ? 1 : 0, //是否全好友可见 0:否 1:是
                         FactoryItems:
                             props.selectedRow.wrResult != undefined

+ 1 - 1
src/views/market/spot_trade/warehouse_receipt_trade/warehouse_receipt_trade_blocs/components/post-buying/index.vue

@@ -259,7 +259,7 @@ export default defineComponent({
                         DelistMinQty: numCheck.value ? formState.delistingQty : res.delistingQty, // 起摘数量
                         MarginFlag: 1, // 挂牌是否指定保证金 0:否 1:是
                         MarginAlgorithm: 1, // 指定保证金方式 1:比率 2:固定
-                        MarginValue: +(formState.margin / 100).toFixed(2), // 指定保证金设置值
+                        MarginValue: +(formState.margin / 100), // 指定保证金设置值
                         AllFriendsFlag: friendCheck.value ? 1 : 0, //是否全好友可见 0:否 1:是
                         FactoryItems:
                             props.selectedRow.wrResult != undefined