Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
W
whp-xl
Project
Project
Details
Activity
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
lizhichao
whp-xl
Commits
9f170003
Commit
9f170003
authored
Jun 10, 2021
by
王晓倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
企业审核修改监管分类
parent
1b48541a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
3 deletions
+14
-3
EnterprisesMgEdit.vue
...system-master/src/views/Enterprises/EnterprisesMgEdit.vue
+14
-3
No files found.
dcit-hcsystem-hcsystem-master/src/views/Enterprises/EnterprisesMgEdit.vue
View file @
9f170003
...
...
@@ -95,8 +95,8 @@
</el-col>
</el-row>
</el-form-item>
<el-form-item
label=
"监管分类"
prop=
"regulationType"
>
<el-select
v-model=
"editForm.regulationType"
placeholder=
"请选择"
@
change=
"seletChange"
filterable
>
<el-form-item
label=
"监管分类"
prop=
"regulation
Big
Type"
>
<el-select
v-model=
"editForm.regulation
Big
Type"
placeholder=
"请选择"
@
change=
"seletChange"
filterable
>
<el-option
v-for=
"item in regulationTypeArr"
:key=
"item.code"
...
...
@@ -213,7 +213,8 @@ export default class EnterprisesMgEdit extends Vue {
latitude
:
that
.
editForm
.
latitude
,
longitude
:
that
.
editForm
.
longitude
,
remarks
:
that
.
editForm
.
remarks
,
boundary
:
that
.
editForm
.
boundary
boundary
:
that
.
editForm
.
boundary
,
regulationBigType
:
that
.
editForm
.
regulationBigType
},
function
(
res
:
any
)
{
if
(
res
.
code
==
0
)
{
...
...
@@ -271,6 +272,11 @@ export default class EnterprisesMgEdit extends Vue {
trigger
:
"blur,change"
,
message
:
"该项为必填项!"
}],
regulationBigType
:
[{
required
:
true
,
trigger
:
"blur,change"
,
message
:
"该项为必填项!"
}]
}
}
if
(
v
==
4
)
{
...
...
@@ -284,6 +290,11 @@ export default class EnterprisesMgEdit extends Vue {
required
:
true
,
trigger
:
"blur"
,
message
:
"该项为必填项!"
}],
regulationBigType
:
[{
required
:
true
,
trigger
:
"blur,change"
,
message
:
"该项为必填项!"
}]
}
}
...
...
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