From 9427bb844f3c8edd52219f8867e2bd3d4dce6629 Mon Sep 17 00:00:00 2001
From: hdw <hdw@192.168.7.127>
Date: 星期五, 18 一月 2019 10:38:44 +0800
Subject: [PATCH] 测试数据添加机房列表搜索
---
gx_tieta/WebRoot/mobil/index.html | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/gx_tieta/WebRoot/mobil/index.html b/gx_tieta/WebRoot/mobil/index.html
index 9116e45..b2ac67b 100644
--- a/gx_tieta/WebRoot/mobil/index.html
+++ b/gx_tieta/WebRoot/mobil/index.html
@@ -20,7 +20,7 @@
<div data-role="content" >
<ul data-role="listview" data-icon="false" data-inset="true">
<li>
- <a href="machineroomM.html" target="_top" data-i18n="main.index">娴嬭瘯鏁版嵁</a>
+ <a href="homeList.html" target="_top" data-i18n="main.index">娴嬭瘯鏁版嵁</a>
</li>
<li>
<a href="ele-param2.html" target="_top" data-i18n="main.warningmanagement">鐢垫睜瀹夎鐢宠</a>
@@ -44,9 +44,9 @@
<li>
<a href="indexctM.html" target="_top" data-i18n="main.usermanagement">浣滀笟绠$悊</a>
</li>
- <li>
- <a href="map.html" target="_top" data-i18n="main.usermanagement">鏈烘埧瀹氫綅</a>
- </li>
+ <!-- <li>
+ <a href="map.html" target="_top" id="LocationCR" data-i18n="main.usermanagement">鏈烘埧瀹氫綅</a>
+ </li> -->
<li>
<a href="checkAccept-index.html" id="check_Accept" target="_top" data-i18n="main.usermanagement">鎵瑰噯瀹℃壒鍙婇獙鏀�</a>
</li>
@@ -92,6 +92,7 @@
delCookie("station");
delCookie("eleparm");
delCookie("eleparm1");
+ delCookie("happroval");
$(document.body).css( "visibility", "visible") ;
});
@@ -106,7 +107,7 @@
$.ajax({
type: 'post',
async: false,
- url: 'User_permitgroup_dataAction!getPermits',
+ url: 'User_permitgroup_dataAction!FromSessiongetPermits',
data: null,
dataType: 'json',
success:function(data) {
@@ -116,6 +117,7 @@
if(isHasPermit("install_look_permit",data)){
}else{
document.getElementById("check_Accept").style.display="none";
+ document.getElementById("LocationCR").style.display="none";
}
}
});
--
Gitblit v1.9.1