Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pc
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
wbx-PCAndMobi
pc
Commits
4fdc737b
Commit
4fdc737b
authored
Apr 30, 2021
by
zhangrui123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
隐藏房办用户的房办搜索
parent
e7436755
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
38 additions
and
21 deletions
+38
-21
documentsRoutes.json
src/router/documentsRoutes.json
+2
-2
tableAndMut.vue
src/views/components/tableAndMut.vue
+3
-0
basicInfo.vue
src/views/houseData/basicInfo.vue
+23
-17
cmDivision.vue
src/views/houseData/cmDivision.vue
+5
-1
indCous.vue
src/views/houseData/indCous.vue
+5
-1
No files found.
src/router/documentsRoutes.json
View file @
4fdc737b
...
@@ -43,11 +43,11 @@
...
@@ -43,11 +43,11 @@
{
{
"path"
:
"/documents/fiveSearch/monthList"
,
"name"
:
"month"
,
"path"
:
"/documents/fiveSearch/monthList"
,
"name"
:
"month"
,
"meta"
:
{
"title"
:
"房办月查"
,
"authCode"
:
"000
6
"
,
"menuIcon"
:
"profile"
,
"menuPath"
:
true
,
"hideInBread"
:
false
},
"meta"
:
{
"title"
:
"房办月查"
,
"authCode"
:
"000
704
"
,
"menuIcon"
:
"profile"
,
"menuPath"
:
true
,
"hideInBread"
:
false
},
"children"
:
[
"children"
:
[
{
{
"path"
:
"/documents/fiveSearch/monthList/monthListSect"
,
"name"
:
"monthListSect"
,
"path"
:
"/documents/fiveSearch/monthList/monthListSect"
,
"name"
:
"monthListSect"
,
"meta"
:
{
"title"
:
"房办月查小区列表"
,
"authCode"
:
"000704"
,
"menuPath"
:
fals
e
,
"hideInBread"
:
false
},
"meta"
:
{
"title"
:
"房办月查小区列表"
,
"authCode"
:
"000704"
,
"menuPath"
:
tru
e
,
"hideInBread"
:
false
},
"children"
:
[
"children"
:
[
{
{
"path"
:
"/documents/fiveSearch/monthList/monthListSect/monthInfo"
,
"name"
:
"monthInfo"
,
"path"
:
"/documents/fiveSearch/monthList/monthListSect/monthInfo"
,
"name"
:
"monthInfo"
,
...
...
src/views/components/tableAndMut.vue
View file @
4fdc737b
...
@@ -135,6 +135,9 @@ export default {
...
@@ -135,6 +135,9 @@ export default {
case
'managers'
:
case
'managers'
:
permissionNum
=
'00010501'
permissionNum
=
'00010501'
break
break
case
'feiju'
:
permissionNum
=
'000201'
break
case
'neighborhoodCommittees'
:
case
'neighborhoodCommittees'
:
permissionNum
=
'00010601'
permissionNum
=
'00010601'
break
break
...
...
src/views/houseData/basicInfo.vue
View file @
4fdc737b
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<a-input
placeholder=
"请输入查询内容"
v-decorator=
"['addrFrst_l']"
/>
<a-input
placeholder=
"请输入查询内容"
v-decorator=
"['addrFrst_l']"
/>
</a-form-item>
</a-form-item>
</a-col>
</a-col>
<a-col
span=
"8"
>
<a-col
span=
"8"
v-if=
"showCom"
>
<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-select
showSearch
allowClear
placeholder=
"请选择查询内容"
v-decorator=
"['c.hoId']"
@
change=
"handleChangefb"
>
<a-select
showSearch
allowClear
placeholder=
"请选择查询内容"
v-decorator=
"['c.hoId']"
@
change=
"handleChangefb"
>
<a-select-option
v-for=
"(item) in hos"
:key=
"item.hoId"
:value=
"item.cspName+'#'+item.hoId"
>
{{
item
.
hoName
}}
</a-select-option>
<a-select-option
v-for=
"(item) in hos"
:key=
"item.hoId"
:value=
"item.cspName+'#'+item.hoId"
>
{{
item
.
hoName
}}
</a-select-option>
...
@@ -33,33 +33,33 @@
...
@@ -33,33 +33,33 @@
</a-select>
</a-select>
</a-form-item>
</a-form-item>
</a-col>
</a-col>
<a-col
span=
"8"
>
<a-col
span=
"8"
v-if=
"showCom"
>
<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-select
showSearch
allowClear
placeholder=
"请选择查询内容"
v-decorator=
"['c.streetId']"
@
change=
"changeStreet"
>
<a-select
showSearch
allowClear
placeholder=
"请选择查询内容"
v-decorator=
"['c.streetId']"
@
change=
"changeStreet"
>
<a-select-option
v-for=
"(item) in street"
:key=
"item.streetId"
:value=
"item.strName+'#'+item.streetId"
>
{{
item
.
strName
}}
</a-select-option>
<a-select-option
v-for=
"(item) in street"
:key=
"item.streetId"
:value=
"item.strName+'#'+item.streetId"
>
{{
item
.
strName
}}
</a-select-option>
</a-select>
</a-select>
</a-form-item>
</a-form-item>
</a-col>
</a-col>
<a-col
span=
"8"
>
<a-col
span=
"8"
v-if=
"!simpleSearchForm"
>
<a-form-item
v-if=
"!simpleSearchForm"
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-range-picker
v-decorator=
"['syncTime_betn']"
/>
<a-range-picker
v-decorator=
"['syncTime_betn']"
/>
</a-form-item>
</a-form-item>
</a-col>
</a-col>
<a-col
span=
"8"
>
<a-col
span=
"8"
v-if=
"!simpleSearchForm"
>
<a-form-item
v-if=
"!simpleSearchForm"
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-select
allowClear
placeholder=
"请选择查询内容"
v-decorator=
"['isHoc']"
@
change=
"changeIsHoc"
>
<a-select
allowClear
placeholder=
"请选择查询内容"
v-decorator=
"['isHoc']"
@
change=
"changeIsHoc"
>
<a-select-option
value=
"false"
>
否
</a-select-option>
<a-select-option
value=
"false"
>
否
</a-select-option>
<a-select-option
value=
"true"
>
是
</a-select-option>
<a-select-option
value=
"true"
>
是
</a-select-option>
</a-select>
</a-select>
</a-form-item>
</a-form-item>
</a-col>
</a-col>
<a-col
span=
"8"
>
<a-col
span=
"8"
v-if=
"!simpleSearchForm"
>
<a-form-item
v-if=
"!simpleSearchForm"
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-date-picker
placeholder=
"请选择查询内容"
v-decorator=
"['cspContractEndDate_lt']"
/>
<a-date-picker
placeholder=
"请选择查询内容"
v-decorator=
"['cspContractEndDate_lt']"
/>
</a-form-item>
</a-form-item>
</a-col>
</a-col>
<a-col
span=
"8"
>
<a-col
span=
"8"
v-if=
"!simpleSearchForm"
>
<a-form-item
v-if=
"!simpleSearchForm"
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-select
<a-select
v-decorator=
"['stKind_in']"
v-decorator=
"['stKind_in']"
mode=
"multiple"
mode=
"multiple"
...
@@ -73,8 +73,8 @@
...
@@ -73,8 +73,8 @@
</a-form-item>
</a-form-item>
</a-col>
</a-col>
<a-col
span=
"8"
>
<a-col
span=
"8"
v-if=
"!simpleSearchForm"
>
<a-form-item
v-if=
"!simpleSearchForm"
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-select
<a-select
v-decorator=
"['unitKind_in']"
v-decorator=
"['unitKind_in']"
mode=
"multiple"
mode=
"multiple"
...
@@ -88,16 +88,16 @@
...
@@ -88,16 +88,16 @@
</a-form-item>
</a-form-item>
</a-col>
</a-col>
<a-col
span=
"8"
>
<a-col
span=
"8"
v-if=
"!simpleSearchForm"
>
<a-form-item
v-if=
"!simpleSearchForm"
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-select
allowClear
placeholder=
"请选择查询内容"
v-decorator=
"['wuyeServiceType'] "
@
change=
"changeServiceType"
>
<a-select
allowClear
placeholder=
"请选择查询内容"
v-decorator=
"['wuyeServiceType'] "
@
change=
"changeServiceType"
>
<a-select-option
v-for=
"(item) in wuyeServiceType"
:key=
"item.key"
:value=
"item.key"
>
{{
item
.
name
}}
</a-select-option>
<a-select-option
v-for=
"(item) in wuyeServiceType"
:key=
"item.key"
:value=
"item.key"
>
{{
item
.
name
}}
</a-select-option>
</a-select>
</a-select>
</a-form-item>
</a-form-item>
</a-col>
</a-col>
<a-col
span=
"8"
>
<a-col
span=
"8"
v-if=
"!simpleSearchForm"
>
<a-form-item
v-if=
"!simpleSearchForm"
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-select
allowClear
placeholder=
"请选择查询内容"
v-decorator=
"['finishDate'] "
@
change=
"changeFinishDate"
>
<a-select
allowClear
placeholder=
"请选择查询内容"
v-decorator=
"['finishDate'] "
@
change=
"changeFinishDate"
>
<a-select-option
v-for=
"(item) in finishDate"
:key=
"item.key"
:value=
"item.key"
>
{{
item
.
name
}}
</a-select-option>
<a-select-option
v-for=
"(item) in finishDate"
:key=
"item.key"
:value=
"item.key"
>
{{
item
.
name
}}
</a-select-option>
</a-select>
</a-select>
...
@@ -164,7 +164,7 @@ export default {
...
@@ -164,7 +164,7 @@ export default {
data
()
{
data
()
{
return
{
return
{
simpleSearchForm
:
true
,
// 展示、收取简单搜索开关,true为简单搜索
simpleSearchForm
:
true
,
// 展示、收取简单搜索开关,true为简单搜索
showCom
:
true
,
levelType
:
[
levelType
:
[
{
{
name
:
'高层'
,
name
:
'高层'
,
...
@@ -388,6 +388,9 @@ export default {
...
@@ -388,6 +388,9 @@ export default {
}
}
},
},
created
()
{
// 进页面获取数据
created
()
{
// 进页面获取数据
if
(
this
.
$store
.
state
.
userInfos
.
orgType
==
2
){
this
.
showCom
=
false
}
this
.
customKeyEnable
=
this
.
$cookie
.
get
(
'customKeyEnable'
)
this
.
customKeyEnable
=
this
.
$cookie
.
get
(
'customKeyEnable'
)
this
.
getHos
()
this
.
getHos
()
this
.
getWy
()
this
.
getWy
()
...
@@ -578,6 +581,9 @@ export default {
...
@@ -578,6 +581,9 @@ export default {
// }
// }
// this.exportParams = a
// this.exportParams = a
// 小区的展示统计量信息数据
// 小区的展示统计量信息数据
if
(
this
.
$store
.
state
.
userInfos
.
orgType
==
2
){
this
.
showCom
=
false
}
this
.
pagination
.
total
=
this
.
$com
.
confirm
(
res
,
'data.totalRows'
,
0
)
this
.
pagination
.
total
=
this
.
$com
.
confirm
(
res
,
'data.totalRows'
,
0
)
this
.
pagination
.
totStCnstArea
=
this
.
$com
.
confirm
(
res
,
'data.totStCnstArea'
,
0
)
this
.
pagination
.
totStCnstArea
=
this
.
$com
.
confirm
(
res
,
'data.totStCnstArea'
,
0
)
this
.
pagination
.
totUnits
=
this
.
$com
.
confirm
(
res
,
'data.totUnits'
,
0
)
this
.
pagination
.
totUnits
=
this
.
$com
.
confirm
(
res
,
'data.totUnits'
,
0
)
...
...
src/views/houseData/cmDivision.vue
View file @
4fdc737b
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<a-input
placeholder=
"请输入查询内容"
v-decorator=
"['csName_l']"
/>
<a-input
placeholder=
"请输入查询内容"
v-decorator=
"['csName_l']"
/>
</a-form-item>
</a-form-item>
</a-col>
</a-col>
<a-col
span=
"8"
>
<a-col
span=
"8"
v-if=
"showCom"
>
<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-select
showSearch
allowClear
placeholder=
"请选择查询内容"
v-decorator=
"['c.streetId']"
@
change=
"changeStreet"
>
<a-select
showSearch
allowClear
placeholder=
"请选择查询内容"
v-decorator=
"['c.streetId']"
@
change=
"changeStreet"
>
<a-select-option
v-for=
"(item) in street"
:key=
"item.streetId"
:value=
"item.strName+'#'+item.streetId"
>
{{
item
.
strName
}}
</a-select-option>
<a-select-option
v-for=
"(item) in street"
:key=
"item.streetId"
:value=
"item.strName+'#'+item.streetId"
>
{{
item
.
strName
}}
</a-select-option>
...
@@ -52,6 +52,7 @@ export default {
...
@@ -52,6 +52,7 @@ export default {
name
:
'cmDivision'
,
name
:
'cmDivision'
,
data
()
{
data
()
{
return
{
return
{
showCom
:
true
,
customKeyEnable
:
false
,
// cookie里存的是否开启自定义字段
customKeyEnable
:
false
,
// cookie里存的是否开启自定义字段
tbl
:
'tbl_community_amst_office'
,
// 当前表名,
tbl
:
'tbl_community_amst_office'
,
// 当前表名,
searchList
:
[],
// 动态渲染的搜索列表
searchList
:
[],
// 动态渲染的搜索列表
...
@@ -105,6 +106,9 @@ export default {
...
@@ -105,6 +106,9 @@ export default {
this
.
form
=
this
.
$form
.
createForm
(
this
)
this
.
form
=
this
.
$form
.
createForm
(
this
)
},
},
created
()
{
// 进页面获取数据
created
()
{
// 进页面获取数据
if
(
this
.
$store
.
state
.
userInfos
.
orgType
==
2
){
this
.
showCom
=
false
}
this
.
getStreet
()
this
.
getStreet
()
this
.
customKeyEnable
=
this
.
$cookie
.
get
(
'customKeyEnable'
)
this
.
customKeyEnable
=
this
.
$cookie
.
get
(
'customKeyEnable'
)
if
(
this
.
customKeyEnable
&&
this
.
customKeyEnable
==
'true'
){
if
(
this
.
customKeyEnable
&&
this
.
customKeyEnable
==
'true'
){
...
...
src/views/houseData/indCous.vue
View file @
4fdc737b
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<a-input
placeholder=
"请输入查询内容"
v-decorator=
"['hocName_l']"
/>
<a-input
placeholder=
"请输入查询内容"
v-decorator=
"['hocName_l']"
/>
</a-form-item>
</a-form-item>
</a-col>
</a-col>
<a-col
span=
"6"
>
<a-col
span=
"6"
v-if=
"showCom"
>
<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-select
allowClear
placeholder=
"请选择查询内容"
v-decorator=
"['streetId']"
>
<a-select
allowClear
placeholder=
"请选择查询内容"
v-decorator=
"['streetId']"
>
<a-select-option
v-for=
"(item) in street"
:key=
"item.streetId"
:value=
"item.streetId"
>
{{
item
.
strName
}}
</a-select-option>
<a-select-option
v-for=
"(item) in street"
:key=
"item.streetId"
:value=
"item.streetId"
>
{{
item
.
strName
}}
</a-select-option>
...
@@ -88,6 +88,7 @@ export default {
...
@@ -88,6 +88,7 @@ export default {
name
:
'indCous'
,
name
:
'indCous'
,
data
()
{
data
()
{
return
{
return
{
showCom
:
true
,
customKeyEnable
:
false
,
// cookie里存的是否开启自定义字段
customKeyEnable
:
false
,
// cookie里存的是否开启自定义字段
tbl
:
'tbl_industry_council'
,
// 当前表名,
tbl
:
'tbl_industry_council'
,
// 当前表名,
searchList
:
[],
// 动态渲染的搜索列表
searchList
:
[],
// 动态渲染的搜索列表
...
@@ -187,6 +188,9 @@ export default {
...
@@ -187,6 +188,9 @@ export default {
this
.
form
=
this
.
$form
.
createForm
(
this
)
this
.
form
=
this
.
$form
.
createForm
(
this
)
},
},
created
()
{
// 进页面获取数据
created
()
{
// 进页面获取数据
if
(
this
.
$store
.
state
.
userInfos
.
orgType
==
2
){
this
.
showCom
=
false
}
this
.
customKeyEnable
=
this
.
$cookie
.
get
(
'customKeyEnable'
)
this
.
customKeyEnable
=
this
.
$cookie
.
get
(
'customKeyEnable'
)
if
(
this
.
customKeyEnable
&&
this
.
customKeyEnable
==
'true'
){
if
(
this
.
customKeyEnable
&&
this
.
customKeyEnable
==
'true'
){
// this.getKeys()
// this.getKeys()
...
...
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