Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴迪
gs1
Commits
214e424d
Commit
214e424d
authored
Dec 26, 2021
by
tang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
ec8fbe8a
5af2203b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
index.vue
src/views/MyManage/UnVerify/index.vue
+1
-0
index.vue
src/views/MyManage/index.vue
+9
-7
No files found.
src/views/MyManage/UnVerify/index.vue
View file @
214e424d
...
...
@@ -40,6 +40,7 @@
<li
v-if=
"loginInfo.isQY === 2"
>
<p
class=
"content-title"
>
厂商实名认证(办理“进口商品信息通报、GLN”等业务需先完成此认证)
<label
:style=
"tycpdmFirmInfo.logoutFlag === 0?'color: #50c96b':'color: #ff0033'"
>
{{
tycpdmFirmInfo
.
logoutFlag
===
0
?
'(审核中)'
:
tycpdmFirmInfo
.
logoutFlag
===
2
?
'(审核不通过)'
:
''
}}
</label>
</p>
<p>
1、进口商品数据服务
</p>
<p
class=
"list-cnt"
>
...
...
src/views/MyManage/index.vue
View file @
214e424d
...
...
@@ -247,13 +247,15 @@ export default {
if
(
this
.
loginInfo
.
userType
!==
3
)
{
// 业务大厅用户不展示厂商实名认证菜单
this
.
routerList
[
1
].
children
=
this
.
routerList
[
1
].
children
.
filter
(
item
=>
item
.
index
!==
1
)
}
this
.
routerList
[
0
].
link
=
'/MyManage/SystemMember/index'
,
this
.
routerList
[
2
].
children
.
push
({
id
:
uuid
(
"gs_nav"
),
name
:
"企业信息"
,
index
:
3
,
link
:
'/MyManage/SystemMember/companyInfo'
})
this
.
routerList
[
0
].
link
=
'/MyManage/SystemMember/index'
if
(
this
.
loginInfo
.
carno
)
{
// 申请条码卡的系统成员有企业信息菜单
this
.
routerList
[
2
].
children
.
push
({
id
:
uuid
(
"gs_nav"
),
name
:
"企业信息"
,
index
:
3
,
link
:
'/MyManage/SystemMember/companyInfo'
})
}
this
.
$store
.
commit
(
"system/SET_SUB_NAV"
,
this
.
routerList
);
}
else
if
(
this
.
userType
===
ADMIN
)
{
this
.
$store
.
commit
(
"system/SET_SUB_NAV"
,
this
.
adminRouterList
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment