显示案件查处
Showing
2 changed files
with
14 additions
and
17 deletions
... | @@ -306,6 +306,7 @@ function leftMenuFormat (data) { | ... | @@ -306,6 +306,7 @@ function leftMenuFormat (data) { |
306 | * @param text 搜索条件 | 306 | * @param text 搜索条件 |
307 | */ | 307 | */ |
308 | function listByRoleIdSucceFunc(data, object, navigator, divId, nav, text) { | 308 | function listByRoleIdSucceFunc(data, object, navigator, divId, nav, text) { |
309 | debugger | ||
309 | //判断路由 2020年6月8日 18:31:37 vers | 310 | //判断路由 2020年6月8日 18:31:37 vers |
310 | if(navigator==='规划审查'){ | 311 | if(navigator==='规划审查'){ |
311 | var activeIconUrlList = [ | 312 | var activeIconUrlList = [ |
... | @@ -341,6 +342,16 @@ function listByRoleIdSucceFunc(data, object, navigator, divId, nav, text) { | ... | @@ -341,6 +342,16 @@ function listByRoleIdSucceFunc(data, object, navigator, divId, nav, text) { |
341 | 'image/index/menus/normmodelmanage/icon_sjygl_select.svg', | 342 | 'image/index/menus/normmodelmanage/icon_sjygl_select.svg', |
342 | 'image/index/menus/normmodelmanage/icon_yxjk_select.svg', | 343 | 'image/index/menus/normmodelmanage/icon_yxjk_select.svg', |
343 | ] | 344 | ] |
345 | }else if(navigator==='案件查处'){ | ||
346 | var activeIconUrlList = [ | ||
347 | 'image/index/menus/normmodelmanage/icon_zbgl_select.svg', | ||
348 | 'image/index/menus/normmodelmanage/icon_zbtxgl_select.svg', | ||
349 | 'image/index/menus/normmodelmanage/icon_zbzgl_select.svg', | ||
350 | 'image/index/menus/normmodelmanage/icon_mxgl_select.svg', | ||
351 | 'image/index/menus/normmodelmanage/icon_sfgl_select.svg', | ||
352 | 'image/index/menus/normmodelmanage/icon_sjygl_select.svg', | ||
353 | 'image/index/menus/normmodelmanage/icon_yxjk_select.svg', | ||
354 | ] | ||
344 | } | 355 | } |
345 | for (var i = 0;i<data.length;i++){ | 356 | for (var i = 0;i<data.length;i++){ |
346 | for(var j = 0;j<activeIconUrlList.length;j++){ | 357 | for(var j = 0;j<activeIconUrlList.length;j++){ | ... | ... |
... | @@ -57,24 +57,10 @@ $(function () { | ... | @@ -57,24 +57,10 @@ $(function () { |
57 | }; | 57 | }; |
58 | 58 | ||
59 | if (orign === 'ghsc') { | 59 | if (orign === 'ghsc') { |
60 | // 规划审查 | ||
60 | $("#continueProject,#journal,#recaptionButton").remove(); | 61 | $("#continueProject,#journal,#recaptionButton").remove(); |
61 | } else if (orign === 'ywxt') { | 62 | } else if (orign==='ajcc'){ |
62 | version = '2.0'; | 63 | //案件查处 |
63 | $("#continueProject,#journal,#recaptionButton").remove(); | ||
64 | $("#ywxt-tabs").css('display', 'inline-block'); | ||
65 | } else if (orign === 'ywxt-xmcb') { | ||
66 | version = '2.0'; | ||
67 | $("#continueProject,#journal,#recaptionButton").remove(); | ||
68 | $("#ywxt-xmcb-tabs, #ywxt_xmcb_create, #ywxt_xmcb_start").css( | ||
69 | 'display', 'inline-block'); | ||
70 | } else if (orign === 'ywxt-xmsp') { | ||
71 | version = '2.0'; | ||
72 | $("#continueProject,#journal,#recaptionButton").remove(); | ||
73 | $("#ywxt-xmsp-tabs").show(); | ||
74 | } else if (orign === 'ywxt-all') { | ||
75 | version = '2.0'; | ||
76 | $("#continueProject,#journal,#recaptionButton").remove(); | ||
77 | $("#ywxt-xmsp-tabs").show(); | ||
78 | } | 64 | } |
79 | curserver = CONF_BACK_SERVERURL; | 65 | curserver = CONF_BACK_SERVERURL; |
80 | getHoliday();//hyh 新增 获取假期,并且该方法设置为同步 2017、10、14 | 66 | getHoliday();//hyh 新增 获取假期,并且该方法设置为同步 2017、10、14 | ... | ... |
-
Please register or sign in to post a comment