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
631489f0
Commit
631489f0
authored
Jun 21, 2021
by
lvweichao
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'test' of
https://git.yidian-inc.com:8021/bp/op-web-service
into test
parents
9c0766d3
156bd8e0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
index.vue
src/pages/Enterprise/Audit/index.vue
+1
-1
index.vue
src/pages/Enterprise/Certification/index.vue
+4
-7
enterpriseForm.vue
src/pages/Enterprise/components/enterpriseForm.vue
+4
-1
No files found.
src/pages/Enterprise/Audit/index.vue
View file @
631489f0
...
...
@@ -196,7 +196,7 @@
<el-table-column
align=
"center"
label=
"提交时间"
prop=
"
submit
_time"
prop=
"
update
_time"
></el-table-column>
<el-table-column
align=
"center"
...
...
src/pages/Enterprise/Certification/index.vue
View file @
631489f0
...
...
@@ -69,7 +69,7 @@
</el-select>
</el-form-item>
<el-form-item
label=
"
代
提交人账号:"
label=
"提交人账号:"
prop=
"proxy_user_name"
>
<el-input
v-model=
"enterpriseForm.proxy_user_name"
></el-input>
...
...
@@ -144,7 +144,7 @@
</
template
>
</el-table-column>
<el-table-column
label=
"
代
提交人账号"
label=
"提交人账号"
align=
"center"
prop=
"proxy_user_name"
></el-table-column>
...
...
@@ -278,7 +278,6 @@ export default {
created
()
{
this
.
getEnterpriseList
();
console
.
log
(
this
.
$store
);
},
computed
:
{
...
...
@@ -318,10 +317,9 @@ export default {
if
(
res
.
code
!==
0
)
return
this
.
$message
.
error
(
res
.
reason
);
this
.
enterpriseList
=
res
.
result
.
data
;
this
.
totalCount
=
res
.
result
.
count
;
console
.
log
(
res
);
}
catch
(
err
)
{
this
.
$message
.
error
(
"发生未知错误"
);
console
.
log
(
err
);
console
.
error
(
err
);
}
},
...
...
@@ -362,7 +360,7 @@ export default {
if
(
res
.
code
!==
0
)
return
this
.
$message
.
error
(
res
.
reason
);
this
.
$message
.
success
(
"校验码发送成功,请输入验证码后验证~~~"
);
}
catch
(
err
)
{
console
.
log
(
err
);
console
.
error
(
err
);
}
},
// 校验验证码
...
...
@@ -375,7 +373,6 @@ export default {
code
:
parseInt
(
this
.
checkIsCode
)
};
const
res
=
await
checkCode
(
parasm
);
console
.
log
(
res
);
if
(
res
.
code
!==
0
)
return
this
.
$message
.
error
(
res
.
reason
);
this
.
$message
.
success
(
"验证码校验成功!"
);
this
.
$router
.
push
({
...
...
src/pages/Enterprise/components/enterpriseForm.vue
View file @
631489f0
...
...
@@ -70,7 +70,10 @@
label=
"用户手机号:"
prop=
"mobile"
>
<el-input
v-model
.
trim=
"establishForm.mobile"
></el-input>
<el-input
:disabled=
"enterpriseId ? true : false"
v-model
.
trim=
"establishForm.mobile"
></el-input>
</el-form-item>
<!-- =================普通企业法人/个体工商户身份认证信息========== -->
<h3>
身份信息
</h3>
...
...
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