|
|
@@ -127,12 +127,12 @@ const onRadioChange = (value: number) => {
|
|
|
// 提交摘牌
|
|
|
const onSubmit = () => {
|
|
|
dialog({
|
|
|
- message: '确认要提交吗?',
|
|
|
+ title: '确认要提交吗?',
|
|
|
+ message: '*若存在价格匹配的反方向委托订单,系统将会自动撤销',
|
|
|
showCancelButton: true,
|
|
|
}).then(() => {
|
|
|
const { goodsid, orderid, orderprice, buyorsell } = props.selectedRow
|
|
|
const { marketid = 0 } = quote.value ?? {}
|
|
|
-
|
|
|
/// 获取对应的市场ID
|
|
|
formData.MarketID = marketid
|
|
|
formData.PriceMode = EPriceMode.PRICEMODE_LIMIT
|