Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
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
xugong
hls-xcmg-vue-app
Commits
6c5f1333
Commit
6c5f1333
authored
Oct 16, 2019
by
李晓兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'附件上传'
parent
a03af16b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
14 deletions
+12
-14
home-page.vue
src/pages/home/home-page.vue
+5
-7
naturePerson.vue
src/pages/userBind/np/naturePerson.vue
+1
-1
enterprise.vue
src/pages/userBind/org/enterprise.vue
+6
-6
No files found.
src/pages/home/home-page.vue
View file @
6c5f1333
...
...
@@ -96,11 +96,6 @@ export default {
functionName
:
'用户绑定'
,
functionState
:
'UserBind'
,
},
{
functionIcon
:
require
(
'@/assets/intoApproval/introduce.png'
),
functionName
:
'绑定查询'
,
functionState
:
'NaturePersonReadOnly'
,
},
{
functionIcon
:
require
(
'@/assets/intoApproval/introduce.png'
),
functionName
:
'进件审批'
,
...
...
@@ -156,7 +151,10 @@ export default {
},
{
enableHighAccuracy
:
true
})
},
goFunctionHome
(
data
)
{
if
(
data
.
functionState
===
'NaturePersonReadOnly'
)
{
this
.
$router
.
push
({
name
:
data
.
functionState
,
})
/*if (data.functionState === 'NaturePersonReadOnly') {
if (this.user_bp_status !== 'APPROVING' && this.user_bp_class === 'NP') {
this.$router.push({
name: 'NaturePersonReadOnly',
...
...
@@ -178,7 +176,7 @@ export default {
this.$router.push({
name: data.functionState,
})
}
}
*/
},
goModuleFunction
(
data
)
{
console
.
log
(
'........'
,
data
)
...
...
src/pages/userBind/np/naturePerson.vue
View file @
6c5f1333
...
...
@@ -550,7 +550,7 @@ export default {
// 图片上传入口
imgUploadShow
(
check_id
)
{
let
vm
=
this
vm
.
upload_list
=
[]
//
vm.upload_list = []
hlsPopup
.
showActionSheet
({
titleText
:
'请选择照片'
,
buttonArray
:
[
'拍照'
,
'从相册取'
],
...
...
src/pages/userBind/org/enterprise.vue
View file @
6c5f1333
...
...
@@ -690,7 +690,7 @@ export default {
},
verified
()
{
/*
if (this.flag) {
if
(
this
.
flag
)
{
// this.flag = false
for
(
let
i
in
this
.
authMsg
)
{
this
.
authMsg
[
i
]
=
''
...
...
@@ -904,8 +904,8 @@ export default {
//vm.loadItemList()
}
})
}
*/
this
.
loadItemList
()
}
//
this.loadItemList()
},
hideModal
()
{
this
.
showModalValue
=
false
...
...
@@ -1250,11 +1250,11 @@ export default {
},
loadItemList
()
{
let
vm
=
this
//
let bpId = vm.from ? vm.$route.params.bp_id : vm.bp_id
let
bpId
=
vm
.
from
?
vm
.
$route
.
params
.
bp_id
:
vm
.
bp_id
let
url
=
process
.
env
.
basePath
+
'prj_cdd_check_list'
let
param
=
{
master
:
{
'document_id'
:
7730
,
'document_id'
:
bpId
,
'document_table'
:
'HLS_BP_MASTER'
,
'tab_group'
:
'HLS_NP'
,
},
...
...
@@ -1274,7 +1274,7 @@ export default {
// 图片上传入口
imgUploadShow
(
check_id
)
{
let
vm
=
this
vm
.
upload_list
=
[]
//
vm.upload_list = []
hlsPopup
.
showActionSheet
({
titleText
:
'请选择照片'
,
buttonArray
:
[
'拍照'
,
'从相册取'
],
...
...
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