Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mobi
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
1
Merge Requests
1
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
wbx-PCAndMobi
mobi
Commits
6043a7bd
Commit
6043a7bd
authored
Dec 09, 2020
by
蒋金城
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
物业在管小区数排序
parent
e890f488
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
propertyInfo.vue
src/views/houseData/propertyInfo.vue
+12
-2
No files found.
src/views/houseData/propertyInfo.vue
View file @
6043a7bd
...
@@ -13,6 +13,14 @@
...
@@ -13,6 +13,14 @@
<a-form-item
label=
"物业名称"
class=
"formItem"
:label-col=
"
{span:10}" :wrapper-col="{span:14}">
<a-form-item
label=
"物业名称"
class=
"formItem"
:label-col=
"
{span:10}" :wrapper-col="{span:14}">
<a-input
placeholder=
"请输入查询内容"
v-decorator=
"['cspName_l']"
/>
<a-input
placeholder=
"请输入查询内容"
v-decorator=
"['cspName_l']"
/>
</a-form-item>
</a-form-item>
</a-col>
<a-col
span=
"8"
>
<a-form-item
label=
"在管小区数排序"
class=
"formItem"
:label-col=
"
{span:10}" :wrapper-col="{span:14}">
<a-select
placeholder=
"请选择排序方式"
v-decorator=
"['managedNum']"
>
<a-select-option
value=
"managedNum_asc"
>
正序
</a-select-option>
<a-select-option
value=
"managedNum_desc"
>
倒序
</a-select-option>
</a-select>
</a-form-item>
</a-col>
</a-col>
<!-- 动态搜索条件 -->
<!-- 动态搜索条件 -->
<template
v-if=
"customKeyEnable"
>
<template
v-if=
"customKeyEnable"
>
...
@@ -234,10 +242,12 @@ export default {
...
@@ -234,10 +242,12 @@ export default {
this
.
$set
(
obj
,
item
,
value
)
this
.
$set
(
obj
,
item
,
value
)
})
})
const
searchParams
=
Object
.
assign
({},
{
const
searchParams
=
Object
.
assign
({},
{
'cspName_l'
:
!
this
.
form
.
getFieldValue
(
'cspName_l'
)?
''
:
this
.
form
.
getFieldValue
(
'cspName_l'
),
'cspName_l'
:
!
this
.
form
.
getFieldValue
(
'cspName_l'
)?
''
:
this
.
form
.
getFieldValue
(
'cspName_l'
),
// 'orgCode_l': !this.form.getFieldValue('orgCode_l')?'':this.form.getFieldValue('orgCode_l'),
'sectType_in'
:
'1'
,
'sectType_in'
:
'1'
,
},
obj
)
},
obj
)
if
(
this
.
form
.
getFieldValue
(
'managedNum'
)){
searchParams
[
this
.
form
.
getFieldValue
(
'managedNum'
)]
=
1
}
this
.
searchParams
=
searchParams
this
.
searchParams
=
searchParams
this
.
$ajax
.
get
({
this
.
$ajax
.
get
({
url
:
this
.
$api
.
GET_PROPCOMPANIES_LIST
,
url
:
this
.
$api
.
GET_PROPCOMPANIES_LIST
,
...
...
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