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
bfdc92db
Commit
bfdc92db
authored
Jun 11, 2021
by
mengwenhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改提交状态显示问题
parent
0c213766
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
index.vue
src/pages/Enterprise/Certification/index.vue
+4
-1
enterpriseForm.vue
src/pages/Enterprise/components/enterpriseForm.vue
+7
-0
No files found.
src/pages/Enterprise/Certification/index.vue
View file @
bfdc92db
...
...
@@ -155,6 +155,7 @@
>
<
template
#
default=
"scope"
>
<el-button
v-if=
" scope.row.audit_status === 10"
size=
"mini"
type=
"primary"
:disabled=
"!permission.get('audit')"
...
...
@@ -162,12 +163,14 @@
>
审核
</el-button>
<el-button
v-if=
" scope.row.audit_status === 30"
:disabled=
"!permission.get('edit') || scope.row.audit_status !== 30 ? true : false"
size=
"mini"
type=
"success"
@
click=
"goAuditPage('EDIT', scope.row.enterprise_auth_record_id)"
>
修改提交
</el-button>
<el-button
v-if=
" scope.row.audit_status === 10 || scope.row.audit_status === 20 || scope.row.audit_status === 30 || scope.row.audit_status === 5"
size=
"mini"
type=
"warning"
@
click=
"
...
...
@@ -224,7 +227,7 @@ export default {
name
:
""
,
code
:
""
,
legal_person
:
""
,
audit_status
:
null
,
audit_status
:
10
,
data_from
:
null
,
proxy_user_name
:
null
,
statusOptions
:
[
...
...
src/pages/Enterprise/components/enterpriseForm.vue
View file @
bfdc92db
...
...
@@ -45,6 +45,7 @@
:accept=
"'image/*'"
auto-upload
:on-success=
"handleEnterpriseSuccess"
:on-change=
"handleEnterpriseChange"
>
<el-button
size=
"small"
...
...
@@ -347,6 +348,12 @@ export default {
this
.
establishForm
.
entterpriseImage
=
`http://
${
res
.
result
.
file_url
}
`
;
this
.
establishForm
.
entterprise_image
=
res
.
result
.
object_id
;
},
// 更改营业执照时
handleEnterpriseChange
(
file
,
fileList
)
{
console
.
log
(
fileList
);
// fileList = [];
fileList
.
push
(
file
);
},
// 上传身份证前面
handleFontSuccess
(
res
)
{
...
...
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