Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
d1aa10ce
Commit
d1aa10ce
authored
Nov 28, 2019
by
haozhenhua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hzh
parent
628e4027
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
269 additions
and
134 deletions
+269
-134
igirl-web/app/front/entry/main.ejs
+119
-64
igirl-web/app/front/entry/public/css/pagecom.css
+0
-0
igirl-web/app/front/entry/public/imgs/toubu.png
+0
-0
igirl-web/app/front/entry/public/js/index.js
+1
-1
igirl-web/app/front/vues/pages/moreservice/policy/moreservice.js
+1
-0
igirl-web/app/front/vues/pages/policyquery/policyquery.css
+34
-8
igirl-web/app/front/vues/pages/policyquery/policyquery.html
+110
-58
igirl-web/app/front/vues/pages/policyquery/policyquery.js
+4
-3
No files found.
igirl-web/app/front/entry/main.ejs
View file @
d1aa10ce
...
...
@@ -29,15 +29,15 @@
//缓存当前域名对应的公司信息,公司、页脚、银行账号---全局变量
var
companyinfo
=
JSON
.
parse
(
decodeURIComponent
(
'<%=companyinfo%>'
));
//缓存当前的基础组件列表
var
basecomp
=
JSON
.
parse
(
unescape
(
'<%=basecom%>'
));
var
basecomp
=
JSON
.
parse
(
unescape
(
'<%=basecom%>'
));
// 缓存当前的路由路径,
var
routePath
=
JSON
.
parse
(
unescape
(
'<%=routePath%>'
));
var
routePath
=
JSON
.
parse
(
unescape
(
'<%=routePath%>'
));
//缓存当前的产品
var
productLst
=
JSON
.
parse
(
unescape
(
'<%=productLst%>'
));
var
productLst
=
JSON
.
parse
(
unescape
(
'<%=productLst%>'
));
//缓存当前的产品
var
global_rsconfig
=
JSON
.
parse
(
unescape
(
'<%=rsconfig%>'
));
var
global_rsconfig
=
JSON
.
parse
(
unescape
(
'<%=rsconfig%>'
));
//缓存当前的轮播
var
loopplays
=
JSON
.
parse
(
unescape
(
'<%=loopplays%>'
));
var
loopplays
=
JSON
.
parse
(
unescape
(
'<%=loopplays%>'
));
// footerinfo:footerinfo,
// bankAccount:bankAccount}
</script>
...
...
@@ -135,6 +135,20 @@
overflow
:
hidden
;
}
.app-footer1
{
width
:
100%
;
color
:
#eee
;
font-size
:
12px
;
border-bottom
:
none
;
box-sizing
:
border-box
;
overflow
:
hidden
;
visibility
:
visible
;
height
:
46px
;
background
:
rgb
(
35
,
41
,
64
);
margin-top
:
60px
;
display
:
block
;
}
.app-footer-left
{
float
:
left
;
width
:
35%
;
...
...
@@ -169,6 +183,16 @@
line-height
:
48px
;
letter-spacing
:
1px
;
}
.app-footer-bottom1
{
width
:
100%
;
text-align
:
center
;
font-size
:
12px
;
font-family
:
MicrosoftYaHei
;
font-weight
:
400
;
color
:
rgba
(
200
,
200
,
200
,
1
);
line-height
:
48px
;
letter-spacing
:
1px
;
}
.app-footer-shu
{
float
:
left
;
...
...
@@ -336,114 +360,134 @@
display
:
flex
;
}
/* xinban header */
#app-header
{
width
:
100%
;
height
:
46px
;
height
:
46px
;
line-height
:
46px
;
background
:
rgba
(
15
,
13
,
35
,
1
);
font-size
:
14px
;
font-family
:
Microsoft
YaHei
;
font-weight
:
400
;
color
:
rgba
(
255
,
255
,
255
,
1
);
background
:
rgba
(
15
,
13
,
35
,
1
);
font-size
:
14px
;
font-family
:
Microsoft
YaHei
;
font-weight
:
400
;
color
:
rgba
(
255
,
255
,
255
,
1
);
}
.header-main
{
width
:
1200px
;
height
:
100%
;
margin
:
0
auto
;
}
.header-main-houtai
{
width
:
100%
;
height
:
100%
;
padding
:
0px
15px
;
box-sizing
:
border-box
;
}
.header-main-title
{
float
:
left
;
cursor
:
pointer
;
}
.header-main-title1
{
float
:
left
;
width
:
68px
;
width
:
68px
;
cursor
:
pointer
;
background
:
rgba
(
26
,
45
,
78
,
1
);
background
:
rgba
(
26
,
45
,
78
,
1
);
text-align
:
center
;
}
.header-main-right
{
float
:
right
;
position
:
relative
;
}
.header-main-right
::before
{
content
:
''
;
position
:
absolute
;
left
:
0px
;
top
:
13px
;
width
:
1px
;
height
:
12px
;
background
:
rgba
(
221
,
221
,
221
,
1
);
opacity
:
0.25
;
width
:
1px
;
height
:
12px
;
background
:
rgba
(
221
,
221
,
221
,
1
);
opacity
:
0.25
;
}
.header-main-right
>
span
{
.header-main-right
>
span
{
padding-right
:
15px
;
cursor
:
pointer
;
}
.header-main-right
>
img
{
.header-main-right
>
img
{
width
:
18px
;
height
:
18px
;
vertical-align
:
middle
;
margin-bottom
:
2px
;
margin-left
:
15px
;
}
.header-main-tool
{
float
:
right
;
cursor
:
pointer
;
color
:
#fff
;
}
.header-main-tool
>
span
{
.header-main-tool
>
span
{
padding
:
0px
5px
;
}
.header-main-tool
>
i
{
.header-main-tool
>
i
{
color
:
#fff
;
margin-right
:
10px
;
}
.el-popover
{
.el-popover
{
left
:
396px
!important
;
background
:
rgba
(
26
,
45
,
78
,
1
)
!important
;
background
:
rgba
(
26
,
45
,
78
,
1
)
!important
;
border
:
1px
solid
#1A2D4E
!important
;
}
.el-popper
[
x-placement
^=
bottom
]
.popper__arrow
::after
{
border
:
none
!important
;
border-bottom-color
:
rgba
(
26
,
45
,
78
,
1
)
!important
;
border-bottom-color
:
rgba
(
26
,
45
,
78
,
1
)
!important
;
}
.el-popper
[
x-placement
^=
bottom
]
.popper__arrow
{
border
:
none
!important
;
border-bottom-color
:
rgba
(
26
,
45
,
78
,
1
)
!important
;
border-bottom-color
:
rgba
(
26
,
45
,
78
,
1
)
!important
;
}
.popover-title
{
font-size
:
12px
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
color
:
rgba
(
255
,
255
,
255
,
1
);
font-size
:
12px
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
color
:
rgba
(
255
,
255
,
255
,
1
);
}
.popover-list
{
margin-top
:
20px
;
font-size
:
12px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
color
:
rgba
(
175
,
190
,
215
,
1
);
line-height
:
17px
;
font-size
:
12px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
color
:
rgba
(
175
,
190
,
215
,
1
);
line-height
:
17px
;
}
.popover-list
>
div
{
.popover-list
>
div
{
display
:
inline-block
;
border-left
:
3px
solid
#128EE9
;
padding-left
:
10px
;
line-height
:
12px
;
margin-right
:
17px
;
}
.popover-list
>
span
{
.popover-list
>
span
{
cursor
:
pointer
;
}
.popover-list
>
span
:hover
{
.popover-list
>
span
:hover
{
color
:
#128EE9
;
}
</style>
...
...
@@ -454,20 +498,21 @@
<div
id=
"app-header"
>
<div
:class=
"isfront ? 'header-main' : 'header-main-houtai'"
>
<div
class=
"header-main-title"
@
click=
"backhome"
>
智能化知识产权服务平台
</div>
<div
class=
"header-main-title1"
style=
"margin-left:11px;"
v-if=
"companyinfo.company.siteTheme == 'policy'"
>
<el-popover
placement=
"bottom-start"
width=
"511"
trigger=
"hover"
>
<div
class=
"header-main-title1"
style=
"margin-left:11px;"
v-if=
"companyinfo.company.siteTheme == 'policy'"
>
<el-popover
placement=
"bottom-start"
width=
"511"
trigger=
"hover"
>
<div>
<div
class=
"popover-title"
>
全部省份
</div>
<div
class=
"popover-list"
v-for=
"(item,key) in areaArr"
:key=
"key"
>
<div
class=
"popover-list"
v-for=
"(item,key) in areaArr"
:key=
"key"
>
<div>
{{item.name}}
</div>
<span
v-for=
"(list,index) in item.lists"
@
click=
"areachoice(list)"
>
{{list}}
</span>
<span
v-for=
"(list,index) in item.lists"
@
click=
"areachoice(list)"
>
{{list}}
</span>
</div>
<div
style=
"height:10px;"
></div>
</div>
<span
slot=
"reference"
><i
class=
"el-icon-location-outline"
style=
"margin-right:8px;"
></i>
{{areaName}}
</span>
<span
slot=
"reference"
><i
class=
"el-icon-location-outline"
style=
"margin-right:8px;"
></i>
{{areaName}}
</span>
</el-popover>
</div>
<div
v-if=
"!currentUser"
class=
"header-main-login header-main-right"
>
...
...
@@ -478,26 +523,28 @@
<el-dropdown
style=
"float: right;"
@
command=
"backstageHandleCommand"
>
<div
class=
"header-main-right"
style=
"color: #fff;"
>
<img
src=
"/imgs/normal/backstage.png"
alt=
""
>
<span>
{{ currentUser.nickName }}
</span><i
class=
"el-icon-caret-bottom"
></i></div>
<span>
{{ currentUser.nickName }}
</span><i
class=
"el-icon-caret-bottom"
></i></div>
<el-dropdown-menu
slot=
"dropdown"
>
<el-dropdown-item
command=
"管理后台"
>
管理后台
</el-dropdown-item>
<el-dropdown-item
command=
"退出"
>
退出
</el-dropdown-item>
<el-dropdown-item
command=
"管理后台"
>
管理后台
</el-dropdown-item>
<el-dropdown-item
command=
"退出"
>
退出
</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
<!-- <span @click="goadmin">管理后台</span>
<span @click="onselect('exit')">退出</span> -->
</div>
<div
class=
"header-main-right"
><img
src=
"/imgs/normal/icon-public.png"
alt=
""
>
<span>
公众号
</span></div>
<div
class=
"header-main-right"
><img
src=
"/imgs/normal/icon-phone.png"
alt=
""
>
<span>
APP
</span></div>
<div
style=
"float: left;margin-left: 135px;"
v-if=
"companyinfo.company.siteTheme == 'policy'"
>
<div
class=
"header-main-right"
><img
src=
"/imgs/normal/icon-public.png"
alt=
""
>
<span>
公众号
</span></div>
<div
class=
"header-main-right"
><img
src=
"/imgs/normal/icon-phone.png"
alt=
""
>
<span>
APP
</span></div>
<div
style=
"float: left;margin-left: 135px;"
v-if=
"companyinfo.company.siteTheme == 'policy'"
>
<el-dropdown
style=
"float: left;"
@
command=
"handleCommand"
>
<div
class=
"header-main-tool"
><span>
政策图谱
</span><i
class=
"el-icon-caret-bottom"
></i></div>
<el-dropdown-menu
slot=
"dropdown"
>
<el-dropdown-item
command=
"111111"
>
111111
</el-dropdown-item>
</el-dropdown-menu>
<div
class=
"header-main-tool"
><span>
政策大数据
</span></div>
</el-dropdown>
<el-dropdown
style=
"float: left;"
@
command=
"handleCommand"
>
<div
class=
"header-main-tool"
><span>
政策资讯
</span><i
class=
"el-icon-caret-bottom"
></i></div>
<div
class=
"header-main-tool"
><span>
政策资讯
</span><i
class=
"el-icon-caret-bottom"
></i></div>
<el-dropdown-menu
slot=
"dropdown"
>
<el-dropdown-item
command=
"222222"
>
222222
</el-dropdown-item>
</el-dropdown-menu>
...
...
@@ -505,9 +552,12 @@
</div>
<div
style=
"float: right;"
v-else
>
<el-dropdown
style=
"float: right;"
@
command=
"handleCommand"
>
<div
class=
"header-main-tool"
><span>
智能工具
</span><i
class=
"el-icon-caret-bottom"
></i></div>
<div
class=
"header-main-tool"
><span>
智能工具
</span><i
class=
"el-icon-caret-bottom"
></i></div>
<el-dropdown-menu
slot=
"dropdown"
>
<el-dropdown-item
v-for=
"item in rsData"
:command=
"item"
v-if=
"mnufunc(item.codePath)"
>
{{item.label}}
</el-dropdown-item>
<el-dropdown-item
v-for=
"item in rsData"
:command=
"item"
v-if=
"mnufunc(item.codePath)"
>
{{item.label}}
</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
</div>
...
...
@@ -597,8 +647,7 @@
</div>
<div
@
mouseenter=
"rwmhover"
@
mouseleave=
"rwmover"
style=
"cursor:pointer"
>
<div
class=
'el-popper-hover'
style=
"position: absolute;right:50px;top:50px;"
<div
class=
'el-popper-hover'
style=
"position: absolute;right:50px;top:50px;"
v-if=
"showWxrm"
>
<div
style=
"border:4px solid rgba(0,0,0,0); border-left: 4px solid #333333;position: absolute;top:50px;right:-8px;"
>
...
...
@@ -643,7 +692,8 @@
<transition
name=
"slide-fade"
>
<div
class=
"loading"
v-if=
"loadingHome"
>
<div
class=
"loading-img"
>
<div
class=
"loader-inner ball-pulse-rise"
>
<div
class=
"loader-inner ball-pulse-rise"
>
<div></div>
<div></div>
<div></div>
...
...
@@ -661,7 +711,7 @@
</div>
</div>
</div>
<div
id=
"footer"
class=
"app-footer"
style=
"visibility: hidden;display: none;"
>
<
!-- <
div id="footer" class="app-footer" style="visibility: hidden;display: none;">
<div style="width:1200px;margin: 0 auto;overflow: hidden;">
<div class="app-footer-left">
<img :src="footerInfo?footerInfo.picUrl:''" alt="">
...
...
@@ -698,7 +748,7 @@
<div class="itemtext">客服二维码</div>
<img style="width: 80px" src="<%=footerinfo.wxQrCodeUrl%>" alt="">
</div>
</div>
</div>
-->
<!-- <div style="float:right">
<el-row class="companyname">{{footerInfo?footerInfo.companyName:"创知厚德(北京)科技有限公司"}}</el-row>
<el-row class="other">
...
...
@@ -711,10 +761,15 @@
<el-col :span="5" class="aboutus" v-if="currentCompany && currentCompany.id==1 && !currentUser"><div @click="siteapply">站点申请</div></el-col>
</el-row>
</div> -->
</div>
<!--
</div>
<div class="app-footer-bottom">
{{footerInfo?footerInfo.icpNum+footerInfo.icpCard:"Copyright © 2017-2018 gongsibao All Rights Reserved 版权所有:汉唐信通(北京)科技有限公司 京ICP证150505号 京ICP备14043829号-2"}}
</div>
</div> -->
<div
id=
"footer"
class=
"app-footer1"
style=
"visibility: hidden;display: none;"
>
<div
class=
"app-footer-bottom1"
>
{{footerInfo?footerInfo.icpNum+footerInfo.icpCard:"Copyright 2017-2019 gongsibao All Rights Reserved 版权所有:北京创知厚德科技有限公司 京ICP备14043829号-2京ICP证150505号"}}
</div>
</div>
</div>
<script
src=
"/js/vue/jquery.min.js"
></script>
...
...
igirl-web/app/front/entry/public/css/pagecom.css
View file @
d1aa10ce
This source diff could not be displayed because it is too large. You can
view the blob
instead.
igirl-web/app/front/entry/public/imgs/toubu.png
0 → 100755
View file @
d1aa10ce
74.8 KB
igirl-web/app/front/entry/public/js/index.js
View file @
d1aa10ce
...
...
@@ -166,7 +166,7 @@ function addCSS(csspath) {
$
(
"#adminbtn"
).
css
(
"display"
,
"display"
);
$
(
"#loginbtn"
).
css
(
"color"
,
"white"
);
$
(
"#appname"
).
css
(
"color"
,
"white"
);
$
(
"#footer"
).
show
();
//
$("#footer").show();
}
function
headnotransparent
(){
$
(
".spechorizotal .nav_color"
).
css
(
"color"
,
"black"
);
...
...
igirl-web/app/front/vues/pages/moreservice/policy/moreservice.js
View file @
d1aa10ce
...
...
@@ -30,6 +30,7 @@
}
},
mounted
:
function
(){
$
(
"#footer"
).
hide
();
this
.
$root
.
rsData
=
[
{
label
:
'首页'
,
...
...
igirl-web/app/front/vues/pages/policyquery/policyquery.css
View file @
d1aa10ce
...
...
@@ -12,6 +12,7 @@
/* height: 100px; */
width
:
100%
;
display:flex;
display
:
-webkit-flex
;
align-items
:
stretch
;
max-height
:
64px
}
.policyquery-items
>
.items_left
{
width
:
97px
;
...
...
@@ -67,7 +68,7 @@
color
:
rgba
(
72
,
72
,
72
,
1
);
line-height
:
14px
;
width
:
100%
;
height
:
2
2px
;
height
:
4
2px
;
line-height
:
22px
;
border-top
:
0px
;
margin-bottom
:
10px
;
...
...
@@ -168,6 +169,19 @@
background
:
#fff
;
border
:
1px
solid
rgba
(
234
,
237
,
244
,
1
);
}
.policylist-header1
{
width
:
100%
;
overflow
:
hidden
;
box-sizing
:
border-box
;
margin-top
:
20px
;
border
:
1px
solid
rgba
(
234
,
237
,
244
,
1
);
}
.henxian
{
border-top
:
1px
solid
rgb
(
225
,
225
,
225
);
width
:
90%
;
margin
:
0
auto
;
background
:
#fff
;
}
.policylist-tile
{
width
:
100%
;
...
...
@@ -309,7 +323,8 @@
height
:
118px
;
background
:
rgba
(
255
,
255
,
255
,
1
);
border-radius
:
1px
;
border
:
1px
solid
rgba
(
247
,
247
,
248
,
1
);
border
:
1px
solid
rgba
(
225
,
225
,
225
,
1
);
border-bottom
:
none
;
overflow
:
hidden
;
padding
:
20px
;
box-sizing
:
border-box
;
...
...
@@ -388,6 +403,7 @@
width
:
100%
;
padding
:
20px
30px
;
box-sizing
:
border-box
;
border-bottom
:
1px
solid
rgba
(
225
,
225
,
225
,
1
);
}
.policylist-conten-title
{
font-size
:
18px
;
...
...
@@ -439,6 +455,12 @@
}
.zuo
{
float
:
right
;
margin-top
:
-10px
;
}
.shuju
{
position
:
absolute
;
left
:
30%
;
top
:
60%
;
}
.policylist-pagination
{
...
...
@@ -482,7 +504,10 @@
display
:
inline-block
;
}
.policylist-essay
{
width
:
100%
;
background
:
rgba
(
255
,
255
,
255
,
1
);
border-radius
:
2px
;
border
:
1px
solid
rgba
(
225
,
225
,
225
,
1
);
border-top
:
none
;
}
.essay-title
{
width
:
100%
;
...
...
@@ -513,12 +538,13 @@
margin-right
:
38px
;
}
.essay-content
{
width
:
100
%
;
font-size
:
14px
;
font-family
:
PingFangSC-Regular
,
PingFangSC
;
font-weight
:
400
;
color
:
rgba
(
85
,
85
,
85
,
1
);
width
:
95
%
;
font-size
:
14px
;
font-family
:
PingFangSC-Regular
,
PingFangSC
;
font-weight
:
400
;
color
:
rgba
(
85
,
85
,
85
,
1
);
line-height
:
42px
;
margin
:
0
auto
;
}
.policylist-buttons
{
width
:
100%
;
...
...
igirl-web/app/front/vues/pages/policyquery/policyquery.html
View file @
d1aa10ce
...
...
@@ -7,171 +7,223 @@
font-weight: 500;
color: rgba(16,142,233,1);"
>
政策查询
</div>
<div
class=
"recommend-input"
>
<el-input
placeholder=
"请输入查询的标题/内容"
v-model=
"zctext"
change=
"()=>{console.log(123)}"
>
<el-button
slot=
"append"
icon=
"el-icon-search"
>
检索
</el-button>
<el-input
placeholder=
"请输入查询的标题/内容"
v-model=
"zctext"
change=
"()=>{console.log(123)}"
>
<el-button
slot=
"append"
icon=
"el-icon-search"
@
click=
"zcPost()"
>
检索
</el-button>
</el-input>
</div>
</div>
<div
class=
"policylist-tile"
style=
"margin-top: 15px;"
>
<div
class=
"policylist-tile"
style=
"margin-top: 15px;"
>
<div
class=
"policyquery-items"
>
<div
class=
"items_item"
:style=
"headerHeight1 ? \'height:45px\' : \'height:auto\'"
>
<div
:class=
"quanbu == item ? \'pitch\' : \'\'"
v-for=
"item in quanData1"
@
click=
"quanClick1(item)"
>
{{item}}
</div>
<div
:class=
"quanbu ? \'\':\'pitch\'"
@
click=
"quanClick1()"
>
全部({{total}})
</div>
<div
:class=
"quanbu == item ? \'pitch\' : \'\'"
v-for=
"item in quanData1"
@
click=
"quanClick1(item)"
>
{{item}}
</div>
</div>
</div>
</div>
<div
class=
"policylist-header"
:style=
"headerHeight ? \'height:190px\' : \'height:auto\'"
>
<div
class=
"policylist-selected"
v-if=
"input1 || input2 || input3 || input4 || input5 || input6 || input7 || input8 || input9"
>
<div
class=
"policylist-header"
:style=
"headerHeight ? \'height:235px\' : \'height:auto\'"
>
<div
class=
"policylist-selected"
v-if=
"input1 || input2 || input3 || input4 || input5 || input6 || input7 || input8 || input9"
>
<div
class=
"leftName"
>
已选条件:
</div>
<div
class=
"itemsName"
>
<div
class=
"itemName"
v-if=
"input1"
>
发布地区:{{input1}}
<i
class=
"el-icon-close"
@
click=
"inputDel(\'input1\')"
></i>
</div>
<div
class=
"itemName"
v-if=
"input2"
>
政策级别:{{input2}}
<i
class=
"el-icon-close"
@
click=
"inputDel(\'input2\')"
></i>
</div>
<div
class=
"itemName"
v-if=
"input3"
>
发布部门:{{input3}}
<i
class=
"el-icon-close"
@
click=
"inputDel(\'input3\')"
></i>
</div>
<div
class=
"itemName"
v-if=
"input4"
>
扶持方式:{{input4}}
<i
class=
"el-icon-close"
@
click=
"inputDel(\'input4\')"
></i>
</div>
<div
class=
"itemName"
v-if=
"input5"
>
企业性质:{{input5}}
<i
class=
"el-icon-close"
@
click=
"inputDel(\'input5\')"
></i>
</div>
<div
class=
"itemName"
v-if=
"input6"
>
行业类别:{{input6}}
<i
class=
"el-icon-close"
@
click=
"inputDel(\'input6\')"
></i>
</div>
<div
class=
"itemName"
v-if=
"input7"
>
政策类型:{{input7}}
<i
class=
"el-icon-close"
@
click=
"inputDel(\'input7\')"
></i>
</div>
<div
class=
"itemName"
v-if=
"input8"
>
扶持领域:{{input8}}
<i
class=
"el-icon-close"
@
click=
"inputDel(\'input8\')"
></i>
</div>
<div
class=
"itemName"
v-if=
"input9"
>
时间年限:{{input9}}
<i
class=
"el-icon-close"
@
click=
"inputDel(\'input9\')"
></i>
</div>
<div
class=
"itemName"
v-if=
"input1"
>
发布地区:{{input1}}
<i
class=
"el-icon-close"
@
click=
"inputDel(\'input1\')"
></i>
</div>
<div
class=
"itemName"
v-if=
"input2"
>
政策级别:{{input2}}
<i
class=
"el-icon-close"
@
click=
"inputDel(\'input2\')"
></i>
</div>
<div
class=
"itemName"
v-if=
"input3"
>
发布部门:{{input3}}
<i
class=
"el-icon-close"
@
click=
"inputDel(\'input3\')"
></i>
</div>
<div
class=
"itemName"
v-if=
"input4"
>
扶持方式:{{input4}}
<i
class=
"el-icon-close"
@
click=
"inputDel(\'input4\')"
></i>
</div>
<div
class=
"itemName"
v-if=
"input5"
>
企业性质:{{input5}}
<i
class=
"el-icon-close"
@
click=
"inputDel(\'input5\')"
></i>
</div>
<div
class=
"itemName"
v-if=
"input6"
>
行业类别:{{input6}}
<i
class=
"el-icon-close"
@
click=
"inputDel(\'input6\')"
></i>
</div>
<div
class=
"itemName"
v-if=
"input7"
>
政策类型:{{input7}}
<i
class=
"el-icon-close"
@
click=
"inputDel(\'input7\')"
></i>
</div>
<div
class=
"itemName"
v-if=
"input8"
>
扶持领域:{{input8}}
<i
class=
"el-icon-close"
@
click=
"inputDel(\'input8\')"
></i>
</div>
<div
class=
"itemName"
v-if=
"input9"
>
时间年限:{{input9}}
<i
class=
"el-icon-close"
@
click=
"inputDel(\'input9\')"
></i>
</div>
</div>
</div>
<div
class=
"policyquery-items"
>
<div
class=
"items_left"
>
发布地区
</div>
<div
class=
"items_item"
:style=
"headerHeight1 ? \'height:45px\' : \'height:auto\'"
>
<div
:class=
"input1 ? \'\':\'pitch\'"
@
click=
"tableDataClick1()"
>
不限
</div>
<div
:class=
"input1 == item ? \'pitch\' : \'\'"
v-for=
"item in tableData1"
@
click=
"tableDataClick1(item)"
>
{{item}}
</div>
<div
:class=
"input1 == item ? \'pitch\' : \'\'"
v-for=
"item in tableData1"
@
click=
"tableDataClick1(item)"
>
{{item}}
</div>
</div>
<div
class=
"items_right"
@
click=
"headerHeight1 = !headerHeight1"
><span
v-if=
"headerHeight1"
>
更多
<i
class=
"el-icon-arrow-down"
></i></span><span
v-else
>
收起
<i
class=
"el-icon-arrow-up"
></i></span></div>
<div
class=
"items_right"
@
click=
"headerHeight1 = !headerHeight1"
><span
v-if=
"headerHeight1"
>
更多
<i
class=
"el-icon-arrow-down"
></i></span><span
v-else
>
收起
<i
class=
"el-icon-arrow-up"
></i></span></div>
</div>
<div
class=
"policyquery-items"
>
<div
class=
"items_left"
>
政策级别
</div>
<div
class=
"items_item"
:style=
"headerHeight2 ? \'height:45px\' : \'height:auto\'"
>
<div
:class=
"input2 ? \'\':\'pitch\'"
@
click=
"tableDataClick2()"
>
不限
</div>
<div
:class=
"input2 == item ? \'pitch\' : \'\'"
v-for=
"item in tableData2"
@
click=
"tableDataClick2(item)"
>
{{item}}
</div>
<div
:class=
"input2 == item ? \'pitch\' : \'\'"
v-for=
"item in tableData2"
@
click=
"tableDataClick2(item)"
>
{{item}}
</div>
</div>
<div
class=
"items_right"
@
click=
"headerHeight2 = !headerHeight2"
><span
v-if=
"headerHeight2"
>
更多
<i
class=
"el-icon-arrow-down"
></i></span><span
v-else
>
收起
<i
class=
"el-icon-arrow-up"
></i></span>
</div>
<div
class=
"items_right"
@
click=
"headerHeight2 = !headerHeight2"
><span
v-if=
"headerHeight2"
>
更多
<i
class=
"el-icon-arrow-down"
></i></span><span
v-else
>
收起
<i
class=
"el-icon-arrow-up"
></i></span></div>
</div>
<div
class=
"policyquery-items"
>
<div
class=
"items_left"
>
发布部门
</div>
<div
class=
"items_item"
:style=
"headerHeight3 ? \'height:45px\' : \'height:auto\'"
>
<div
:class=
"input3 ? \'\':\'pitch\'"
@
click=
"tableDataClick3()"
>
不限
</div>
<div
:class=
"input3 == item ? \'pitch\' : \'\'"
v-for=
"item in tableData3"
@
click=
"tableDataClick3(item)"
>
{{item}}
</div>
<div
:class=
"input3 == item ? \'pitch\' : \'\'"
v-for=
"item in tableData3"
@
click=
"tableDataClick3(item)"
>
{{item}}
</div>
</div>
<div
class=
"items_right"
@
click=
"headerHeight3 = !headerHeight3"
><span
v-if=
"headerHeight3"
>
更多
<i
class=
"el-icon-arrow-down"
></i></span><span
v-else
>
收起
<i
class=
"el-icon-arrow-up"
></i></span>
</div>
<div
class=
"items_right"
@
click=
"headerHeight3 = !headerHeight3"
><span
v-if=
"headerHeight3"
>
更多
<i
class=
"el-icon-arrow-down"
></i></span><span
v-else
>
收起
<i
class=
"el-icon-arrow-up"
></i></span></div>
</div>
<div
class=
"policyquery-items"
>
<div
class=
"items_left"
>
扶持方式
</div>
<div
class=
"items_item"
:style=
"headerHeight4 ? \'height:45px\' : \'height:auto\'"
>
<div
:class=
"input4 ? \'\':\'pitch\'"
@
click=
"tableDataClick4()"
>
不限
</div>
<div
:class=
"input4 == item ? \'pitch\' : \'\'"
v-for=
"item in tableData4"
@
click=
"tableDataClick4(item)"
>
{{item}}
</div>
<div
:class=
"input4 == item ? \'pitch\' : \'\'"
v-for=
"item in tableData4"
@
click=
"tableDataClick4(item)"
>
{{item}}
</div>
</div>
<div
class=
"items_right"
@
click=
"headerHeight4 = !headerHeight4"
><span
v-if=
"headerHeight4"
>
更多
<i
class=
"el-icon-arrow-down"
></i></span><span
v-else
>
收起
<i
class=
"el-icon-arrow-up"
></i></span>
</div>
<div
class=
"items_right"
@
click=
"headerHeight4 = !headerHeight4"
><span
v-if=
"headerHeight4"
>
更多
<i
class=
"el-icon-arrow-down"
></i></span><span
v-else
>
收起
<i
class=
"el-icon-arrow-up"
></i></span></div>
</div>
<div
class=
"policyquery-items"
>
<div
class=
"items_left"
>
企业性质
</div>
<div
class=
"items_item"
:style=
"headerHeight5 ? \'height:45px\' : \'height:auto\'"
>
<div
:class=
"input5 ? \'\':\'pitch\'"
@
click=
"tableDataClick5()"
>
不限
</div>
<div
:class=
"input5 == item ? \'pitch\' : \'\'"
v-for=
"item in tableData5"
@
click=
"tableDataClick5(item)"
>
{{item}}
</div>
<div
:class=
"input5 == item ? \'pitch\' : \'\'"
v-for=
"item in tableData5"
@
click=
"tableDataClick5(item)"
>
{{item}}
</div>
</div>
<div
class=
"items_right"
@
click=
"headerHeight5 = !headerHeight5"
><span
v-if=
"headerHeight5"
>
更多
<i
class=
"el-icon-arrow-down"
></i></span><span
v-else
>
收起
<i
class=
"el-icon-arrow-up"
></i></span>
</div>
<div
class=
"items_right"
@
click=
"headerHeight5 = !headerHeight5"
><span
v-if=
"headerHeight5"
>
更多
<i
class=
"el-icon-arrow-down"
></i></span><span
v-else
>
收起
<i
class=
"el-icon-arrow-up"
></i></span></div>
</div>
<div
class=
"policyquery-items"
>
<div
class=
"items_left"
>
行业类别
</div>
<div
class=
"items_item"
:style=
"headerHeight6 ? \'height:45px\' : \'height:auto\'"
>
<div
:class=
"input6 ? \'\':\'pitch\'"
@
click=
"tableDataClick6()"
>
不限
</div>
<div
:class=
"input6 == item ? \'pitch\' : \'\'"
v-for=
"item in tableData6"
@
click=
"tableDataClick6(item)"
>
{{item}}
</div>
<div
:class=
"input6 == item ? \'pitch\' : \'\'"
v-for=
"item in tableData6"
@
click=
"tableDataClick6(item)"
>
{{item}}
</div>
</div>
<div
class=
"items_right"
@
click=
"headerHeight6 = !headerHeight6"
><span
v-if=
"headerHeight6"
>
更多
<i
class=
"el-icon-arrow-down"
></i></span><span
v-else
>
收起
<i
class=
"el-icon-arrow-up"
></i></span>
</div>
<div
class=
"items_right"
@
click=
"headerHeight6 = !headerHeight6"
><span
v-if=
"headerHeight6"
>
更多
<i
class=
"el-icon-arrow-down"
></i></span><span
v-else
>
收起
<i
class=
"el-icon-arrow-up"
></i></span></div>
</div>
<div
class=
"policyquery-items"
>
<div
class=
"items_left"
>
政策类型
</div>
<div
class=
"items_item"
:style=
"headerHeight7 ? \'height:45px\' : \'height:auto\'"
>
<div
:class=
"input7 ? \'\':\'pitch\'"
@
click=
"tableDataClick7()"
>
不限
</div>
<div
:class=
"input7 == item ? \'pitch\' : \'\'"
v-for=
"item in tableData7"
@
click=
"tableDataClick7(item)"
>
{{item}}
</div>
<div
:class=
"input7 == item ? \'pitch\' : \'\'"
v-for=
"item in tableData7"
@
click=
"tableDataClick7(item)"
>
{{item}}
</div>
</div>
<div
class=
"items_right"
@
click=
"headerHeight7 = !headerHeight7"
><span
v-if=
"headerHeight7"
>
更多
<i
class=
"el-icon-arrow-down"
></i></span><span
v-else
>
收起
<i
class=
"el-icon-arrow-up"
></i></span>
</div>
<div
class=
"items_right"
@
click=
"headerHeight7 = !headerHeight7"
><span
v-if=
"headerHeight7"
>
更多
<i
class=
"el-icon-arrow-down"
></i></span><span
v-else
>
收起
<i
class=
"el-icon-arrow-up"
></i></span></div>
</div>
<div
class=
"policyquery-items"
>
<div
class=
"items_left"
>
扶持领域
</div>
<div
class=
"items_item"
:style=
"headerHeight8 ? \'height:45px\' : \'height:auto\'"
>
<div
:class=
"input8 ? \'\':\'pitch\'"
@
click=
"tableDataClick8()"
>
不限
</div>
<div
:class=
"input8 == item ? \'pitch\' : \'\'"
v-for=
"item in tableData8"
@
click=
"tableDataClick8(item)"
>
{{item}}
</div>
<div
:class=
"input8 == item ? \'pitch\' : \'\'"
v-for=
"item in tableData8"
@
click=
"tableDataClick8(item)"
>
{{item}}
</div>
</div>
<div
class=
"items_right"
@
click=
"headerHeight8 = !headerHeight8"
><span
v-if=
"headerHeight8"
>
更多
<i
class=
"el-icon-arrow-down"
></i></span><span
v-else
>
收起
<i
class=
"el-icon-arrow-up"
></i></span>
</div>
<div
class=
"items_right"
@
click=
"headerHeight8 = !headerHeight8"
><span
v-if=
"headerHeight8"
>
更多
<i
class=
"el-icon-arrow-down"
></i></span><span
v-else
>
收起
<i
class=
"el-icon-arrow-up"
></i></span></div>
</div>
<div
class=
"policyquery-items"
>
<div
class=
"items_left"
>
时间年限
</div>
<div
class=
"items_item"
:style=
"headerHeight9 ? \'height:45px\' : \'height:auto\'"
>
<div
:class=
"input9 ? \'\':\'pitch\'"
@
click=
"tableDataClick9()"
>
不限
</div>
<div
:class=
"input9 == item ? \'pitch\' : \'\'"
v-for=
"item in tableData9"
@
click=
"tableDataClick9(item)"
>
{{item}}
</div>
<div
:class=
"input9 == item ? \'pitch\' : \'\'"
v-for=
"item in tableData9"
@
click=
"tableDataClick9(item)"
>
{{item}}
</div>
</div>
<div
class=
"items_right"
@
click=
"headerHeight9 = !headerHeight9"
><span
v-if=
"headerHeight9"
>
更多
<i
class=
"el-icon-arrow-down"
></i></span><span
v-else
>
收起
<i
class=
"el-icon-arrow-up"
></i></span>
</div>
<div
class=
"items_right"
@
click=
"headerHeight9 = !headerHeight9"
><span
v-if=
"headerHeight9"
>
更多
<i
class=
"el-icon-arrow-down"
></i></span><span
v-else
>
收起
<i
class=
"el-icon-arrow-up"
></i></span></div>
</div>
</div>
<div
class=
"policylist-headerbut"
@
click=
"headerHeight = !headerHeight"
><span
v-if=
"headerHeight"
>
更多
</span><span
v-else
>
收起
</span></div>
<div
class=
"policylist-headerbut"
@
click=
"headerHeight = !headerHeight"
><span
v-if=
"headerHeight"
>
更多
</span><span
v-else
>
收起
</span></div>
<div
class=
"policylist-content"
>
<div
class=
"policylist-content"
style=
"background: rgba(255,255,255,1);
border-radius: 2px;
border: 1px solid rgba(225,225,225,1);"
>
<div
class=
"brandfind-main-equal-form-box-null"
v-if=
"recommendationsArr.length==0"
style=
"height:500px;"
>
<!-- 没数据 -->
<div
>
<img
src=
"/imgs/datanull
.png"
alt=
""
>
<div>
暂无数据
</div
>
<div
class=
"shuju"
>
<img
src=
"/imgs/toubu
.png"
alt=
""
>
<!-- <div class="shuju">暂无数据</div> --
>
</div>
</div>
<div
v-else
class=
"policylist-content-list"
v-for=
"(i,k) in recommendationsArr"
>
<div
class=
"policylist-conten-title"
@
click=
"articleDetails(i)"
>
<div
style=
"margin-left: -10px;"
v-if=
"i.app_status==0"
>
<span
style=
"dispaly:line-block;color:#fff;background-color: #B2B2B2;"
>
申报已结束
</span></div>
<div
style=
"margin-left: -10px;"
v-if=
"i.app_status==1"
>
<span
style=
"dispaly:line-block;color:#fff;background-color: #FFA940"
>
开放申报中
</span></div>
<div
style=
"margin-left: -10px;"
v-if=
"i.app_status==2"
>
<span
style=
"dispaly:line-block;color:#fff;background-color: #597EF7"
>
即将申报
</span></div>
<div
style=
"margin-left: -10px;"
v-if=
"i.app_status==0"
>
<span
style=
"dispaly:line-block;color:#fff;background-color: #B2B2B2;"
>
申报已结束
</span></div>
<div
style=
"margin-left: -10px;"
v-if=
"i.app_status==1"
>
<span
style=
"dispaly:line-block;color:#fff;background-color: #FFA940"
>
开放申报中
</span></div>
<div
style=
"margin-left: -10px;"
v-if=
"i.app_status==2"
>
<span
style=
"dispaly:line-block;color:#fff;background-color: #597EF7"
>
即将申报
</span></div>
<div
style=
"margin-left: 15px;"
>
{{i.name}}
</div>
</div>
<div>
<div
class=
"policylist-conten-items"
><span><img
src=
"/imgs/tuandui.png"
alt=
""
>
{{i.source}}
</span><span>
<p
style=
"float:right"
><img
src=
"/imgs/riqi.png"
alt=
""
>
申报日期:{{i.begindate}}/{{i.enddate}}
</span></p></div>
<div
class=
"policylistsitems"
><span><img
src=
"/imgs/zehngfu.png"
alt=
""
>
{{i.policygrade}}|{{i.label}}
</span><span
style=
"display: block;"
>
<p
class=
"zuo"
><img
src=
"/imgs/yan.png"
alt=
""
>
浏览量:{{i.count}}
</span></p></div>
<div
class=
"policylist-conten-items"
><span><img
src=
"/imgs/tuandui.png"
alt=
""
>
{{i.source}}
</span><span>
<p
style=
"float:right"
><img
src=
"/imgs/riqi.png"
alt=
""
>
申报日期:{{i.begindate}}/{{i.enddate}}
</span></p>
</div>
<div
class=
"policylistsitems"
><span><img
src=
"/imgs/zehngfu.png"
alt=
""
>
{{i.policygrade}}|{{i.label}}
</span><span
style=
"display: block;"
>
<p
class=
"zuo"
><img
src=
"/imgs/yan.png"
alt=
""
>
浏览量:{{i.count}}
</span></p>
</div>
</div>
</div>
</div>
<div
class=
"policylist-pagination"
v-show=
"recommendationsArr.length"
>
<el-pagination
background
layout=
"prev, pager, next"
@
current-change=
"handleCurrentChange"
:total=
"total"
>
<el-pagination
background
layout=
"prev, pager, next"
@
current-change=
"handleCurrentChange"
:total=
"total"
>
</el-pagination>
</div>
<div
v-else
></div>
</div>
<div
class=
"policylist"
v-if=
"!detailPageType"
>
<div
class=
"policylist-header"
style=
"border:none;"
>
<div
class=
"header-left"
>
当前位置:
<span
@
click=
"next"
>
区域政策 >
</span><span
style=
"color: #484848"
>
政策详情
</span></div>
<div
class=
"policylist-header1"
style=
"border:none;"
>
<div
class=
"header-left"
>
当前位置:
<span
@
click=
"next"
>
区域政策 >
</span><span
style=
"color: #108EE9;"
>
政策详情
</span>
</div>
</div>
<div
style=
"width: 100%;height: 25px;"
></div>
<div
class=
"policylist-portrayal"
>
<div
class=
"portrayal-left"
>
政策画像
</div>
<div
class=
"portrayal-right"
>
<div
class=
"portrayal-right-list"
v-for=
"(item,key) in portrayalArr"
:key=
"key"
:style=
"rgba()"
>
{{item}}
</div>
<div
class=
"portrayal-right-list"
v-for=
"(item,key) in portrayalArr"
:key=
"key"
:style=
"rgba()"
>
{{item}}
</div>
</div>
</div>
<div
class=
"henxian"
></div>
<div
class=
"policylist-essay"
>
<div
class=
"essay-title"
>
<div
class=
"essay-title-name"
>
{{recommendationsObj.name}}
</div>
<div
class=
"essay-title-list"
><span>
{{recommendationsObj.source}}
</span><span>
阅读量:{{recommendationsObj.browse}}
</span><span>
{{recommendationsObj.date}}
</span></div>
<div
class=
"essay-title-list"
>
<span>
发布部门:{{recommendationsObj.source}}
</span><span>
阅读量:{{recommendationsObj.count}}
</span><span>
申报日期:{{recommendationsObj.begindate}}
</span>
</div>
</div>
<div
class=
"essay-content"
v-html=
"recommendationsObj.policytext"
></div>
</div>
<div
class=
"policylist-buttons"
>
<!-- <div class="policylist-buttons"> --
>
<!-- <div style="border:1px solid rgba(88,184,72,1);color: #2AA515"><img src="/imgs/wx.png" alt="">分享到微信</div>
<div style="border:1px solid rgba(228,109,108,1);color: #E46D6C"><img src="/imgs/wb.png" alt="">分享到微博</div>
<div style="border:1px solid rgba(255,189,29,1);color: #FFBD1D"><img src="/imgs/sc.png" alt="">收藏</div> -->
<div
style=
"border:1px solid rgba(78,140,238,1);color:#4E8CEE"
@
click=
"consulting"
><img
src=
"/imgs/zx.png"
alt=
""
>
政策咨询
</div
>
</div
>
<!-- <div style="border:1px solid rgba(78,140,238,1);color:#4E8CEE" @click="consulting"><img src="/imgs/zx.png" alt="">政策咨询</div> --
>
<!-- </div> --
>
<!-- <div class="policylist-navigation">
<div @click="before(rKey)" v-if="recommendationsObjBefore">上一篇:{{recommendationsObjBefore.name}}</div>
<div @click="after(rKey)" v-if="recommendationsObjAfter">下一篇:{{recommendationsObjAfter.name}}</div>
...
...
igirl-web/app/front/vues/pages/policyquery/policyquery.js
View file @
d1aa10ce
...
...
@@ -43,9 +43,8 @@
input7
:
''
,
input8
:
''
,
input9
:
''
,
quanbu
:
'
全部(1369)
'
,
quanbu
:
''
,
quanData1
:[
'全部(1369)'
,
'申报通知(386)'
,
'立项公示(134)'
,
'管理办法(103)'
,
...
...
@@ -407,7 +406,7 @@
axios
.
post
(
'http://43.247.184.92:8019/gsb/api/zc'
,{
"zctext"
:
this
.
zctext
,
"currentpage"
:
size
||
1
,
"pagesize"
:
1
0
,
"pagesize"
:
1
5
,
"cityname"
:
this
.
input1
,
"policygrade"
:
this
.
input2
,
"policydepartment"
:
this
.
input3
,
...
...
@@ -423,6 +422,7 @@
var
data
=
d
.
data
.
data
;
this
.
recommendationsArr
=
data
;
this
.
total
=
d
.
data
.
total
;
this
.
tableData1
=
d
.
data
.
cityname_list
;
console
.
log
(
this
.
recommendationsArr
,
12312312321
);
})
},
...
...
@@ -460,6 +460,7 @@
}
},
mounted
:
function
()
{
$
(
"#footer"
).
show
();
/*for (let i = 0; i < this.portrayalArr.length; i++) {
this.portrayalArr[i].col = this.rgb();
};*/
...
...
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