Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
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
bp
op-web-service
Commits
08e9a6d8
Commit
08e9a6d8
authored
Jul 15, 2021
by
lvweichao
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://git.yidian-inc.com:8021/bp/op-web-service
parents
023fac05
fd0094ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
enterpriseForm.vue
src/pages/Enterprise/components/enterpriseForm.vue
+2
-2
No files found.
src/pages/Enterprise/components/enterpriseForm.vue
View file @
08e9a6d8
...
@@ -259,7 +259,7 @@ export default {
...
@@ -259,7 +259,7 @@ export default {
name
:
null
,
// 企业名称(!)
name
:
null
,
// 企业名称(!)
entterprise_image_url
:
null
,
// 金山云图片地址(!)
entterprise_image_url
:
null
,
// 金山云图片地址(!)
/* *********身份认证信息********* */
/* *********身份认证信息********* */
record_id
:
null
,
// 企业认证id
enterprise_auth_
record_id
:
null
,
// 企业认证id
front_img
:
""
,
// 身份证正面照的金山云objectid(!)
front_img
:
""
,
// 身份证正面照的金山云objectid(!)
bak_img
:
""
,
// 身份证反面照的尖山云objeid(!)
bak_img
:
""
,
// 身份证反面照的尖山云objeid(!)
idcard_number
:
""
,
// 身份证号(!)
idcard_number
:
""
,
// 身份证号(!)
...
@@ -406,7 +406,7 @@ export default {
...
@@ -406,7 +406,7 @@ export default {
};
};
postBusiness
(
enterpriseQuery
).
then
(
res
=>
{
postBusiness
(
enterpriseQuery
).
then
(
res
=>
{
if
(
res
.
code
!==
0
)
return
this
.
$message
.
error
(
res
.
reason
);
if
(
res
.
code
!==
0
)
return
this
.
$message
.
error
(
res
.
reason
);
this
.
establishForm
.
enterprise_id
=
this
.
establishForm
.
enterprise_
auth_record_
id
=
res
.
result
.
enterprise_auth_record_id
;
res
.
result
.
enterprise_auth_record_id
;
// 提交法人信息
// 提交法人信息
this
.
uploadLegal
();
this
.
uploadLegal
();
...
...
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