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
c73145bd
Commit
c73145bd
authored
Oct 21, 2019
by
李晓兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'授权书上传'
parent
e2457928
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
enterprise.vue
src/pages/userBind/org/enterprise.vue
+11
-1
No files found.
src/pages/userBind/org/enterprise.vue
View file @
c73145bd
...
...
@@ -518,6 +518,7 @@ export default {
computed
:
{},
watch
:
{
'baseInfo.auth_flag'
(
newVal
,
oldVal
)
{
console
.
log
(
'###########################################'
)
if
(
newVal
===
'是'
)
{
this
.
flag
=
false
}
else
if
(
newVal
===
'否'
)
{
...
...
@@ -579,7 +580,7 @@ export default {
vm
.
from
=
true
vm
.
getbaseInfo
()
vm
.
getBankInfo
()
vm
.
loadItemList
()
// 附件查询
//
vm.loadItemList()// 附件查询
})
}
next
()
...
...
@@ -969,6 +970,7 @@ export default {
this
.
baseInfo
.
organization_code
=
val
.
organization_code
},
authorizeChange
()
{
console
.
log
(
'!!!!!!!!!!!!!!!!!!!!!!!!!!!'
)
this
.
flag
=
!
this
.
flag
if
(
this
.
flag
)
{
this
.
auth_flag
=
'未授权'
...
...
@@ -1160,6 +1162,12 @@ export default {
vm
.
legal_personMsg
.
cell_phone
=
res
.
info
.
cell_phone
vm
.
legal_personMsg
.
living_address
=
res
.
info
.
living_address
Object
.
assign
(
vm
.
saveInfo
,
res
.
info
)
if
(
vm
.
baseInfo
.
auth_flag
===
'是'
)
{
vm
.
flag
=
false
}
else
if
(
vm
.
baseInfo
.
auth_flag
===
'否'
)
{
vm
.
flag
=
true
}
vm
.
loadItemList
()
// 附件查询
}
else
{
hlsPopup
.
showLongCenter
(
res
.
message
)
}
...
...
@@ -1327,6 +1335,7 @@ export default {
},
loadItemList
()
{
let
vm
=
this
alert
(
vm
.
flag
)
let
bpId
=
vm
.
from
?
vm
.
$route
.
params
.
bp_id
:
vm
.
bp_id
let
url
=
process
.
env
.
basePath
+
'prj_cdd_check_list'
let
param
=
{
...
...
@@ -1397,6 +1406,7 @@ export default {
vm
.
save_picture
(
list
)
}
if
(
vm
.
LaEditFlag
)
{
// 授权书图片已修改,重新上传
alert
(
'LaCheck_id'
+
vm
.
LaCheck_id
)
var
list
=
[]
let
obj
=
{
'pkvalue'
:
vm
.
LaCheck_id
,
...
...
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