修改核销参数

This commit is contained in:
gaoxs
2020-07-16 15:26:05 +08:00
parent 9357b167ac
commit f63a768e75
2 changed files with 4 additions and 5 deletions

View File

@ -313,6 +313,7 @@ export default {
});
return;
}
console.log(this.userInfo)
if (url === "/pages/orderAdmin/OrderCancellation/index" && !this.userInfo.checkStatus) {
uni.showToast({
title: "您没有核销权限,请后台店员设置!!",