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