签字确认页面增加订单号信息缺失,跳转订单系统重新获取 代码逻辑

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2023-08-02 18:00:04 +08:00
parent 2b64897543
commit 4d269415d9

View File

@@ -1346,6 +1346,19 @@ export default {
},
// 获取消息和阅读状态
getOrderDetail() {
if(!this.$route.query.orderNo || this.$route.query.orderNo == 'undefined'){
Dialog.confirm({
title: '提示',
message: '订单号信息缺失,跳转订单系统重新获取',
showCancelButton: false
}).then(() => {
this.$router.push({
path:'/sale/list'
})
})
return false
}
let that = this
this.$toast.loading({
// 持续展示 toast