mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 09:16:43 +08:00
Merge branch 'feature/GFRS-2334【需求】出单信息通知查询需求' into dev
This commit is contained in:
@@ -222,7 +222,8 @@ export default {
|
||||
if (resData.result != '0') return this.$toast(resData.resultMessage)
|
||||
this.manageLv = resData.content.level
|
||||
//当前token查不出机构时,展示敬请期待
|
||||
if (this.manageLv == '01' || this.manageLv == '02' || this.manageLv == '03' || this.manageLv == null) {
|
||||
//level: "09" 普通代理人不允许查看 出单详情、出单消息
|
||||
if (this.manageLv == '01' || this.manageLv == '02' || this.manageLv == '03' || this.manageLv == '09' || this.manageLv == null) {
|
||||
this.isNoOrganization = 0
|
||||
return
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user