Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
蔡永松
/
fontweb-dc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
e860518a
authored
2020-07-29 09:52:54 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
显示案件查处
1 parent
a02ee13a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
17 deletions
src/main/webapp/js/index/index.js
src/main/webapp/js/projecttask/dealedproject.js
src/main/webapp/js/index/index.js
View file @
e860518
...
...
@@ -306,6 +306,7 @@ function leftMenuFormat (data) {
* @param text 搜索条件
*/
function
listByRoleIdSucceFunc
(
data
,
object
,
navigator
,
divId
,
nav
,
text
)
{
debugger
//判断路由 2020年6月8日 18:31:37 vers
if
(
navigator
===
'规划审查'
){
var
activeIconUrlList
=
[
...
...
@@ -341,6 +342,16 @@ function listByRoleIdSucceFunc(data, object, navigator, divId, nav, text) {
'image/index/menus/normmodelmanage/icon_sjygl_select.svg'
,
'image/index/menus/normmodelmanage/icon_yxjk_select.svg'
,
]
}
else
if
(
navigator
===
'案件查处'
){
var
activeIconUrlList
=
[
'image/index/menus/normmodelmanage/icon_zbgl_select.svg'
,
'image/index/menus/normmodelmanage/icon_zbtxgl_select.svg'
,
'image/index/menus/normmodelmanage/icon_zbzgl_select.svg'
,
'image/index/menus/normmodelmanage/icon_mxgl_select.svg'
,
'image/index/menus/normmodelmanage/icon_sfgl_select.svg'
,
'image/index/menus/normmodelmanage/icon_sjygl_select.svg'
,
'image/index/menus/normmodelmanage/icon_yxjk_select.svg'
,
]
}
for
(
var
i
=
0
;
i
<
data
.
length
;
i
++
){
for
(
var
j
=
0
;
j
<
activeIconUrlList
.
length
;
j
++
){
...
...
src/main/webapp/js/projecttask/dealedproject.js
View file @
e860518
...
...
@@ -57,24 +57,10 @@ $(function () {
};
if
(
orign
===
'ghsc'
)
{
// 规划审查
$
(
"#continueProject,#journal,#recaptionButton"
).
remove
();
}
else
if
(
orign
===
'ywxt'
)
{
version
=
'2.0'
;
$
(
"#continueProject,#journal,#recaptionButton"
).
remove
();
$
(
"#ywxt-tabs"
).
css
(
'display'
,
'inline-block'
);
}
else
if
(
orign
===
'ywxt-xmcb'
)
{
version
=
'2.0'
;
$
(
"#continueProject,#journal,#recaptionButton"
).
remove
();
$
(
"#ywxt-xmcb-tabs, #ywxt_xmcb_create, #ywxt_xmcb_start"
).
css
(
'display'
,
'inline-block'
);
}
else
if
(
orign
===
'ywxt-xmsp'
)
{
version
=
'2.0'
;
$
(
"#continueProject,#journal,#recaptionButton"
).
remove
();
$
(
"#ywxt-xmsp-tabs"
).
show
();
}
else
if
(
orign
===
'ywxt-all'
)
{
version
=
'2.0'
;
$
(
"#continueProject,#journal,#recaptionButton"
).
remove
();
$
(
"#ywxt-xmsp-tabs"
).
show
();
}
else
if
(
orign
===
'ajcc'
){
//案件查处
}
curserver
=
CONF_BACK_SERVERURL
;
getHoliday
();
//hyh 新增 获取假期,并且该方法设置为同步 2017、10、14
...
...
Please
register
or
sign in
to post a comment