Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
md-vue-chc
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
何鹏程
md-vue-chc
Commits
1e0f2688
Commit
1e0f2688
authored
Dec 30, 2022
by
何鹏程
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改救护车单位性质
parent
b1598cd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
emergencyCarDialog.vue
src/page/emergencyCar/components/emergencyCarDialog.vue
+11
-3
No files found.
src/page/emergencyCar/components/emergencyCarDialog.vue
View file @
1e0f2688
...
@@ -36,6 +36,7 @@
...
@@ -36,6 +36,7 @@
:loading=
"selectLoading"
:loading=
"selectLoading"
:remote-method=
"remoteMethod"
:remote-method=
"remoteMethod"
:clearable=
"true"
:clearable=
"true"
@
change=
"changeHandler2"
>
>
<el-option
<el-option
v-for=
"item in hospitalList"
v-for=
"item in hospitalList"
...
@@ -51,6 +52,7 @@
...
@@ -51,6 +52,7 @@
>
>
<el-radio-group
<el-radio-group
class=
"radio-group-type4"
class=
"radio-group-type4"
:disabled=
"true"
v-model=
"dataForm.unitType"
v-model=
"dataForm.unitType"
>
>
<el-radio
:label=
"1"
>
公立医疗
</el-radio>
<el-radio
:label=
"1"
>
公立医疗
</el-radio>
...
@@ -412,9 +414,9 @@ export default {
...
@@ -412,9 +414,9 @@ export default {
area
:
[
area
:
[
{
required
:
true
,
message
:
'请选择辖区'
},
{
required
:
true
,
message
:
'请选择辖区'
},
],
],
unitType
:
[
//
unitType: [
{
required
:
true
,
message
:
'请选择单位性质'
},
//
{ required: true, message: '请选择单位性质' },
],
//
],
vechieType
:
[
vechieType
:
[
{
required
:
true
,
message
:
'请选择车辆类型'
},
{
required
:
true
,
message
:
'请选择车辆类型'
},
],
],
...
@@ -575,6 +577,12 @@ export default {
...
@@ -575,6 +577,12 @@ export default {
this
.
$set
(
this
.
dataForm
,
'otherStatus'
,
'注销,报废,查封,逾期未检验,达到报废标准公告牌证作废,违法未处理,转出,锁定'
)
this
.
$set
(
this
.
dataForm
,
'otherStatus'
,
'注销,报废,查封,逾期未检验,达到报废标准公告牌证作废,违法未处理,转出,锁定'
)
}
}
}
}
},
changeHandler2
(
name
)
{
const
item
=
this
.
hospitalList
.
find
(
i
=>
i
.
hospitalName
===
name
)
if
(
item
)
{
this
.
dataForm
.
unitType
=
item
.
unitType
}
}
}
}
}
}
}
...
...
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