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
c16b5406
Commit
c16b5406
authored
Dec 30, 2021
by
Jianli Ou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
个人中心问题处理
parent
6cc8d240
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
8 deletions
+19
-8
companyInfo.vue
src/views/MyManage/SystemMember/companyInfo.vue
+3
-2
index.vue
src/views/MyManage/UnVerify/index.vue
+3
-3
uploadvendor.vue
src/views/MyManage/UnVerify/uploadvendor.vue
+1
-1
vendor.vue
src/views/MyManage/UnVerify/vendor.vue
+1
-1
index.vue
src/views/MyManage/index.vue
+11
-1
No files found.
src/views/MyManage/SystemMember/companyInfo.vue
View file @
c16b5406
...
...
@@ -376,8 +376,6 @@ export default {
<
style
lang=
"scss"
scoped
>
.container2
{
.content{
@include
module-box;
margin-top
:
14px
;
...
...
@@ -475,6 +473,9 @@ export default {
}
}
}
/
deep
/
.el-input.is-disabled
.el-input__inner
{
color
:
#000
!important
;
}
</
style
>
<
style
lang=
"scss"
scoped
>
@media
(
max-width
:
768px
)
{
...
...
src/views/MyManage/UnVerify/index.vue
View file @
c16b5406
...
...
@@ -162,7 +162,7 @@ export default {
const
params
=
{
userType
:
this
.
loginInfo
.
userType
,
id
:
this
.
loginInfo
.
id
}
const
result
=
await
this
.
$api
.
myManage
.
redirectYWDT
(
params
)
if
(
result
.
success
)
{
window
.
open
(
result
.
data
,
'_black'
)
//
window.open(result.data, '_black')
}
else
{
this
.
$message
.
error
(
result
.
returnMsg
)
}
...
...
@@ -171,7 +171,7 @@ export default {
const
params
=
{
userType
:
this
.
loginInfo
.
userType
,
id
:
this
.
loginInfo
.
id
,
carno
:
this
.
loginInfo
.
carno
}
const
result
=
await
this
.
$api
.
myManage
.
redirectGDS
(
params
)
if
(
result
.
success
)
{
window
.
open
(
result
.
data
,
'_black'
)
//
window.open(result.data, '_black')
}
else
{
this
.
$message
.
error
(
result
.
returnMsg
)
}
...
...
@@ -179,7 +179,7 @@ export default {
async
redirectGLN
()
{
const
result
=
await
this
.
$api
.
myManage
.
redirectGLN
()
if
(
result
.
success
)
{
window
.
open
(
result
.
data
,
'_black'
)
//
window.open(result.data, '_black')
}
else
{
this
.
$message
.
error
(
result
.
returnMsg
)
}
...
...
src/views/MyManage/UnVerify/uploadvendor.vue
View file @
c16b5406
...
...
@@ -55,7 +55,7 @@ export default {
this
.
$message
.
success
(
'上传成功'
)
await
this
.
getTycpdmFirmInfo
()
}
else
{
this
.
$message
.
error
(
'上传失败'
)
this
.
$message
.
error
(
result
.
returnMsg
)
}
this
.
uploading
=
false
},
...
...
src/views/MyManage/UnVerify/vendor.vue
View file @
c16b5406
...
...
@@ -484,7 +484,7 @@ export default {
this
.
$message
.
success
(
'上传成功'
)
this
.
form
.
firmBusinessLicenseFile
=
result
.
data
}
else
{
this
.
$message
.
error
(
'上传失败'
)
this
.
$message
.
error
(
result
.
returnMsg
)
}
this
.
uploading
=
false
},
...
...
src/views/MyManage/index.vue
View file @
c16b5406
...
...
@@ -249,7 +249,7 @@ export default {
if
(
this
.
loginInfo
.
isXT
===
1
&&
!
this
.
loginInfo
.
carno
)
{
// 未申请条码卡的系统成员没有商品条码在线注册菜单
this
.
routerList
[
1
].
children
=
this
.
routerList
[
1
].
children
.
filter
(
item
=>
item
.
name
!==
'商品条码在线注册'
)
}
if
(
this
.
loginInfo
.
userType
===
1
)
{
// 手机号
登陆用户不能有修改手机号菜单
if
(
this
.
loginInfo
.
userType
===
1
||
this
.
loginInfo
.
userType
===
2
)
{
// 手机号登陆和条码可
登陆用户不能有修改手机号菜单
this
.
routerList
[
2
].
children
=
this
.
routerList
[
2
].
children
.
filter
(
item
=>
item
.
name
!==
'修改手机号码'
)
}
this
.
routerList
[
0
].
link
=
'/MyManage/SystemMember/index'
...
...
@@ -268,6 +268,16 @@ export default {
alert
:
()
=>
{
window
.
alert
(
'系统成员请联系所属分支机构办理企业信息变更!'
)}
})
}
if
(
this
.
loginInfo
.
userType
===
2
)
{
// 条码卡登陆用户,修改登录密码给出提示
this
.
routerList
[
2
].
children
.
some
(
item
=>
{
const
isReturn
=
item
.
name
===
'修改登录密码'
if
(
isReturn
)
{
item
.
link
=
''
item
.
alert
=
()
=>
{
window
.
alert
(
'系统成员请前往中国商品信息服务平台修改条码卡密码。'
)}
}
return
isReturn
})
}
// 由于屏蔽了检测校准申请,所以未申请条码卡的系统成员的业务管理模块没有任何菜单(去除业务管理,二期开始开发后注销掉下方处理代码即可)
if
(
this
.
loginInfo
.
isXT
===
1
&&
!
this
.
loginInfo
.
carno
)
{
// 未申请条码卡的系统成员没有商品条码在线注册菜单
this
.
routerList
=
this
.
routerList
.
filter
(
item
=>
item
.
name
!==
'业务管理'
)
...
...
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