Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
multiSystem
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
Yulun Yao
multiSystem
Commits
6043a7bd
Commit
6043a7bd
authored
Dec 09, 2020
by
蒋金城
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
物业在管小区数排序
parent
e890f488
Show 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 @@
<a-form-item
label=
"物业名称"
class=
"formItem"
:label-col=
"
{span:10}" :wrapper-col="{span:14}">
<a-input
placeholder=
"请输入查询内容"
v-decorator=
"['cspName_l']"
/>
</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>
<!-- 动态搜索条件 -->
<template
v-if=
"customKeyEnable"
>
...
...
@@ -235,9 +243,11 @@ export default {
})
const
searchParams
=
Object
.
assign
({},
{
'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'
,
},
obj
)
if
(
this
.
form
.
getFieldValue
(
'managedNum'
)){
searchParams
[
this
.
form
.
getFieldValue
(
'managedNum'
)]
=
1
}
this
.
searchParams
=
searchParams
this
.
$ajax
.
get
({
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