提交 1dbb48fa authored 作者: lidongxu's avatar lidongxu

refactor(storelist.vue): 修改:勤策移动端_售点稽查点击提示确实框是否创建稽查任务

上级 d42527b3
......@@ -118,13 +118,21 @@ const clickRecord = () => {
// 门店点击
const handleClickStore = (item) => {
router.push({
path: '/inspectionTask',
query: {
storeName: item.storeName,
storeCode: item.storeCode,
storePicture: item.storePictures?.split(",")[0]
}
// 确实提示
showConfirmDialog({
title: '提示',
message: '是否创建本店稽查任务?',
confirmButtonText: '前往',
cancelButtonText: '取消'
}).then(() => {
router.push({
path: '/inspectionTask',
query: {
storeName: item.storeName,
storeCode: item.storeCode,
storePicture: item.storePictures?.split(",")[0]
}
})
})
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论