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
fe392a20
Commit
fe392a20
authored
Jun 01, 2021
by
mengwenhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feature:修改弹框完成
parent
8dcf481f
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
226 additions
and
178 deletions
+226
-178
index.vue
src/pages/Enterprise/Audit/index.vue
+23
-3
index.vue
src/pages/Enterprise/Certification/index.vue
+200
-172
index.vue
src/pages/Enterprise/Establish/index.vue
+2
-2
common.js
src/utils/common.js
+0
-0
oss.js
src/utils/oss.js
+1
-1
No files found.
src/pages/Enterprise/Audit/index.vue
View file @
fe392a20
...
...
@@ -80,6 +80,21 @@
ref=
"establish_form"
:model=
"messageList[0]"
>
<el-form-item
label=
"商户类型"
prop=
"merchantsType"
>
<el-select
v-model=
"messageList[0].merchantsType"
>
<el-option
label=
"个体工商户"
:value=
"1"
></el-option>
<el-option
label=
"普通企业"
:value=
"2"
></el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"营业执照:"
ref=
"licenseChange"
...
...
@@ -393,10 +408,10 @@ export default {
return
{
pageStatus
:
null
,
// 哪个按钮进入
auditId
:
null
,
// 传入的企业id
// 审核/修改详情/查看详情-企业信息
messageList
:
[
{
merchantsType
:
null
,
status
:
1
,
id
:
1221
,
code
:
112211
,
...
...
@@ -429,7 +444,6 @@ export default {
],
// 审核-审核意见
opinionArea
:
""
,
// 创建生活号表单是否弹出
isDialogShow
:
false
,
// 生活号-生活号信息
...
...
@@ -487,7 +501,13 @@ export default {
validator
:
idcardNumberRules
,
trigger
:
"blur"
}
]
],
// 商户类型
merchantsType
:
[{
required
:
true
,
message
:
"请选择商户类型"
,
trigger
:
"change"
}]
},
// 生活号状态
...
...
src/pages/Enterprise/Certification/index.vue
View file @
fe392a20
This diff is collapsed.
Click to expand it.
src/pages/Enterprise/Establish/index.vue
View file @
fe392a20
...
...
@@ -21,11 +21,11 @@
<el-select
v-model=
"establishForm.merchantsType"
>
<el-option
label=
"个体工商户"
value=
"1"
:
value=
"1"
></el-option>
<el-option
label=
"普通企业"
value=
"2"
:
value=
"2"
></el-option>
</el-select>
</el-form-item>
...
...
src/
api
/common.js
→
src/
utils
/common.js
View file @
fe392a20
File moved
src/utils/oss.js
View file @
fe392a20
import
moment
from
"moment"
;
import
CommonServer
from
"
@/api
/common"
;
import
CommonServer
from
"
.
/common"
;
import
axios
from
"axios"
;
import
{
ElMessage
}
from
"element-plus"
;
...
...
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