Handy_Cao 2 jaren geleden
bovenliggende
commit
db3c45c690

+ 2 - 2
src/packages/gstj/views/goods/detail/components/listing/Index.vue

@@ -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

+ 2 - 2
src/packages/gstj/views/goods/trade/components/delisting/index.vue

@@ -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

+ 0 - 1
src/packages/mobile/views/goods/detail/components/listing/Index.vue

@@ -140,7 +140,6 @@ const onSubmit = () => {
         message: '*若存在价格匹配的反方向委托订单,系统将会自动撤销',
         showCancelButton: true,
     }).then(() => {
-
         const { marketid = 0, goodsid = 0 } = quote.value ?? {}
         /// 获取对应的市场ID
         formData.MarketID = marketid

+ 0 - 1
src/packages/mobile/views/goods/trade/components/delisting/index.vue

@@ -133,7 +133,6 @@ const onSubmit = () => {
     }).then(() => {
         const { goodsid, orderid, orderprice, buyorsell } = props.selectedRow
         const { marketid = 0 } = quote.value ?? {}
-
         /// 获取对应的市场ID
         formData.MarketID = marketid
         formData.PriceMode = EPriceMode.PRICEMODE_LIMIT

+ 2 - 1
src/packages/qxst/views/goods/detail/components/listing/Index.vue

@@ -136,7 +136,8 @@ const onRadioChange = (value: number) => {
 // 提交挂牌
 const onSubmit = () => {
     dialog({
-        message: '确认要提交吗?',
+        title: '确认要提交吗?',
+        message: '*若存在价格匹配的反方向委托订单,系统将会自动撤销',
         showCancelButton: true,
     }).then(() => {
 

+ 2 - 1
src/packages/qxst/views/goods/trade/components/delisting/index.vue

@@ -127,7 +127,8 @@ const onRadioChange = (value: number) => {
 // 提交摘牌
 const onSubmit = () => {
     dialog({
-        message: '确认要提交吗?',
+        title: '确认要提交吗?',
+        message: '*若存在价格匹配的反方向委托订单,系统将会自动撤销',
         showCancelButton: true,
     }).then(() => {
         const { goodsid, orderid, orderprice, buyorsell } = props.selectedRow