Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
data_management_system
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
张伯涛
data_management_system
Commits
89edc54f
Commit
89edc54f
authored
Dec 02, 2022
by
秦嘉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解除隔离人员添加字段
parent
25422513
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
7 deletions
+29
-7
index.vue
ruoyi-ui/src/views/system/jcglry/index.vue
+29
-7
No files found.
ruoyi-ui/src/views/system/jcglry/index.vue
View file @
89edc54f
...
...
@@ -193,7 +193,10 @@
<
dict
-
tag
:
options
=
"dict.type.community"
:
value
=
"scope.row.community"
/>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"家庭住址"
width
=
"100"
align
=
"center"
prop
=
"address"
:
show
-
overflow
-
tooltip
=
"true"
/>
<
el
-
table
-
column
label
=
"楼号"
width
=
"100"
align
=
"center"
prop
=
"building"
:
show
-
overflow
-
tooltip
=
"true"
/>
<
el
-
table
-
column
label
=
"单元号"
width
=
"100"
align
=
"center"
prop
=
"unit"
:
show
-
overflow
-
tooltip
=
"true"
/>
<
el
-
table
-
column
label
=
"门牌号"
width
=
"100"
align
=
"center"
prop
=
"house"
:
show
-
overflow
-
tooltip
=
"true"
/>
<
el
-
table
-
column
label
=
"家庭住址"
width
=
"120"
align
=
"center"
prop
=
"address"
:
show
-
overflow
-
tooltip
=
"true"
/>
<
el
-
table
-
column
label
=
"转运状态"
align
=
"center"
prop
=
"zyStatus"
>
<
template
slot
-
scope
=
"scope"
>
<
span
v
-
if
=
"scope.row.zyStatus === '0'"
>
是
<
/span
>
...
...
@@ -369,7 +372,7 @@
<
el
-
form
-
item
label
=
"所属小区"
prop
=
"community"
:
rules
=
"[
{ required: form.
area === '1
' && cunList.map(item=> item.parent).includes(form.committee), message: '请选择小区/村名称', trigger: 'blur'
}
{ required: form.
isArea === '0
' && cunList.map(item=> item.parent).includes(form.committee), message: '请选择小区/村名称', trigger: 'blur'
}
]"
>
<
el
-
select
style
=
"width: 90%"
:
disabled
=
"form.isArea !== '0'"
v
-
model
=
"form.community"
placeholder
=
"请选择所属小区"
@
blur
=
"streetBlur('community')"
@
change
=
"streetBlur('community')"
>
...
...
@@ -383,20 +386,39 @@
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"
家庭住址"
prop
=
"address
"
>
<
el
-
input
style
=
"width: 90%"
v
-
model
=
"form.address"
placeholder
=
"请输入家庭住址
"
/>
<
el
-
form
-
item
label
=
"
楼号"
prop
=
"building
"
>
<
el
-
input
:
disabled
=
"form.isArea !== '0'"
style
=
"width: 90%"
v
-
model
=
"form.building"
placeholder
=
"请输入楼号
"
/>
<
/el-form-item
>
<
/el-col
>
<
/el-row
>
<
el
-
row
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"单元号"
prop
=
"unit"
>
<
el
-
input
:
disabled
=
"form.isArea !== '0'"
style
=
"width: 90%"
v
-
model
=
"form.unit"
placeholder
=
"请输入单元号"
/>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"门牌号"
prop
=
"house"
>
<
el
-
input
:
disabled
=
"form.isArea !== '0'"
style
=
"width: 90%"
v
-
model
=
"form.house"
placeholder
=
"请输入门牌号"
/>
<
/el-form-item
>
<
/el-col
>
<
/el-row
>
<
el
-
row
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"家庭住址"
prop
=
"address"
>
<
el
-
input
style
=
"width: 90%"
v
-
model
=
"form.address"
placeholder
=
"请输入家庭住址"
/>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"转运状态"
prop
=
"arrangeDrivers"
>
<
el
-
select
style
=
"width: 90%"
v
-
model
=
"form.zyStatus"
placeholder
=
"请选择转运状态"
>
<
el
-
select
:
disabled
=
"true"
style
=
"width: 90%"
v
-
model
=
"form.zyStatus"
placeholder
=
"请选择转运状态"
>
<
el
-
option
value
=
"0"
label
=
"是"
><
/el-option
>
<
el
-
option
value
=
"1"
label
=
"否"
><
/el-option
>
<
/el-select
>
<
/el-form-item
>
<
/el-col
>
<
/el-row
>
<
el
-
row
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"是否安排司机"
prop
=
"arrangeDrivers"
>
<
el
-
select
style
=
"width: 90%"
v
-
model
=
"form.arrangeDrivers"
placeholder
=
"请选择是否安排司机"
>
...
...
@@ -409,8 +431,6 @@
<
/el-select
>
<
/el-form-item
>
<
/el-col
>
<
/el-row
>
<
el
-
row
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"备注街道"
prop
=
"bzStreet"
>
<
el
-
select
:
disabled
=
"form.isArea !== '0'"
style
=
"width: 90%"
v
-
model
=
"form.bzStreet"
...
...
@@ -424,6 +444,8 @@
<
/el-select
>
<
/el-form-item
>
<
/el-col
>
<
/el-row
>
<
el
-
row
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"备注住址"
prop
=
"bzAddress"
>
<
el
-
input
:
disabled
=
"form.isArea !== '0'"
style
=
"width: 90%"
v
-
model
=
"form.bzAddress"
...
...
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