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
a699f0f8
Commit
a699f0f8
authored
Sep 25, 2019
by
786817560
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'[ADD]经销商签约'
parent
3ec420b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
15 deletions
+27
-15
enterprise.vue
src/pages/userBind/org/enterprise.vue
+27
-15
No files found.
src/pages/userBind/org/enterprise.vue
View file @
a699f0f8
...
...
@@ -2,7 +2,7 @@
* @Description: In User Settings Edit
* @Author: your name
* @Date: 2019-09-19 09:31:19
* @LastEditTime: 2019-09-2
4 21:39:3
3
* @LastEditTime: 2019-09-2
5 09:39:1
3
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -265,6 +265,7 @@ export default {
data
()
{
return
{
tabNum
:
0
,
bp_id
:
''
,
flag
:
true
,
img_url
:
{},
typeList
:
[],
...
...
@@ -349,7 +350,16 @@ export default {
},
methods
:
{
handSubmit
()
{
// let url = $config.basePath + 'bp_bind_submit'
let
url
=
$config
.
basePath
+
'bp_bind_submit'
let
param
=
{
'master'
:
{
'bp_id'
:
this
.
bp_id
,
'company_id'
:
'2145'
,
},
}
this
.
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
console
.
log
(
'企业信息提交'
,
res
)
})
},
addBankInfo
()
{
for
(
var
key
in
this
.
bank_lists
)
{
...
...
@@ -377,15 +387,23 @@ export default {
let
param
=
{
'master'
:
{
'bp_id'
:
'7738'
,
'bp_id'
:
this
.
bp_id
,
'bank_lists'
:
[
this
.
bank_lists
],
},
}
let
vm
=
this
this
.
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
console
.
log
(
res
)
if
(
res
.
result
===
'S'
)
{
vm
.
hlsPopup
.
hideLoading
()
let
url
=
$config
.
basePath
+
'bp_bank_query'
let
param
=
{
'bp_id'
:
vm
.
bp_id
,
}
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
console
.
log
(
'银行卡查询'
,
res
)
})
}
})
}
...
...
@@ -454,15 +472,8 @@ export default {
console
.
log
(
res
)
if
(
res
.
result
===
'S'
)
{
vm
.
hlsPopup
.
hideLoading
()
vm
.
bp_id
=
res
.
bp_id
}
// if (res.result === 'S') {
// vm.typeList = res.lists.map(item => {
// return {
// code: item.bp_type,
// code_name: item.bp_type_n,
// }
// })
// }
})
}
},
...
...
@@ -563,6 +574,7 @@ export default {
.content {
margin-top: 3px;
height: 76%;
.font-color {
color: #656464;
}
...
...
@@ -762,9 +774,9 @@ export default {
background-color: #00469c;
}
.footer-button {
height: 88px;
padding-top: 1
0
px;
padding-bottom:
41
px;
//
height: 88px;
padding-top: 1
5
px;
padding-bottom:
15
px;
}
.front,
.photo,
...
...
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