提交代码
This commit is contained in:
parent
4c82d32543
commit
aa5f264ad9
|
@ -0,0 +1,6 @@
|
|||
update Sys_Menu set IsUsed=0 where MenuId='473A87D2-1365-4A68-BD38-06F312F81BC2'
|
||||
update Sys_Menu set IsUsed=0 where MenuId='749B2E04-E4C2-4CBC-849E-FD2041135A43'
|
||||
update Sys_Menu set IsUsed=0 where MenuId='C0018E8C-C88B-4E25-BCFC-F0BF3CACC63A'
|
||||
update Sys_Menu set IsUsed=0 where MenuId='DC2AA8C2-82A8-4F7A-832D-9889C65AA228'
|
||||
update Sys_Menu set IsUsed=0 where MenuId='CD167198-1667-4552-9876-E768C2542C30'
|
||||
GO
|
|
@ -72,15 +72,6 @@
|
|||
</div>
|
||||
<span>工程</span>
|
||||
</div>
|
||||
<div id="rb_sy" class="login-help-left">
|
||||
<div class="checkbox">
|
||||
<div class="basic-check">
|
||||
<div id="sy" class="checkbox-content"></div>
|
||||
</div>
|
||||
</div>
|
||||
<span>实业</span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="login-help">
|
||||
<div id="login-help-left" class="login-help-left">
|
||||
|
@ -112,7 +103,6 @@
|
|||
var $sy = document.getElementById('sy');
|
||||
var $rb_gs = document.getElementById('rb_gs');
|
||||
var $rb_sg = document.getElementById('rb_sg');
|
||||
var $rb_sy = document.getElementById('rb_sy');
|
||||
$(function () {
|
||||
var $activeWrap = document.getElementById('login-help-left');
|
||||
var $active = document.getElementById('active');
|
||||
|
@ -132,14 +122,12 @@
|
|||
if ($rb_gs.className.indexOf('active') !== -1) {
|
||||
$rb_gs.classList.remove("active");
|
||||
$rb_sg.classList.remove("active");
|
||||
$rb_sy.classList.remove("active");
|
||||
$gs.classList.remove("active");
|
||||
$sg.classList.remove("active");
|
||||
$sy.classList.remove("active");
|
||||
} else {
|
||||
$rb_gs.classList.add("active");
|
||||
$rb_sg.classList.remove("active");
|
||||
$rb_sy.classList.remove("active");
|
||||
$gs.classList.add("active");
|
||||
$sg.classList.remove("active");
|
||||
$sy.classList.remove("active");
|
||||
|
@ -150,37 +138,35 @@
|
|||
if ($rb_sg.className.indexOf('active') !== -1) {
|
||||
$rb_gs.classList.remove("active");
|
||||
$rb_sg.classList.remove("active");
|
||||
$rb_sy.classList.remove("active");
|
||||
$gs.classList.remove("active");
|
||||
$sg.classList.remove("active");
|
||||
$sy.classList.remove("active");
|
||||
} else {
|
||||
$rb_gs.classList.remove("active");
|
||||
$rb_sg.classList.add("active");
|
||||
$rb_sy.classList.remove("active");
|
||||
$gs.classList.remove("active");
|
||||
$sg.classList.add("active");
|
||||
$sy.classList.remove("active");
|
||||
}
|
||||
}
|
||||
|
||||
$rb_sy.onclick = function () {
|
||||
if ($rb_sy.className.indexOf('active') !== -1) {
|
||||
$rb_gs.classList.remove("active");
|
||||
$rb_sg.classList.remove("active");
|
||||
$rb_sy.classList.remove("active");
|
||||
$gs.classList.remove("active");
|
||||
$sg.classList.remove("active");
|
||||
$sy.classList.remove("active");
|
||||
} else {
|
||||
$rb_gs.classList.remove("active");
|
||||
$rb_sg.classList.remove("active");
|
||||
$rb_sy.classList.add("active");
|
||||
$gs.classList.remove("active");
|
||||
$sg.classList.remove("active");
|
||||
$sy.classList.add("active");
|
||||
}
|
||||
}
|
||||
//$rb_sy.onclick = function () {
|
||||
// if ($rb_sy.className.indexOf('active') !== -1) {
|
||||
// $rb_gs.classList.remove("active");
|
||||
// $rb_sg.classList.remove("active");
|
||||
// $rb_sy.classList.remove("active");
|
||||
// $gs.classList.remove("active");
|
||||
// $sg.classList.remove("active");
|
||||
// $sy.classList.remove("active");
|
||||
// } else {
|
||||
// $rb_gs.classList.remove("active");
|
||||
// $rb_sg.classList.remove("active");
|
||||
// $rb_sy.classList.add("active");
|
||||
// $gs.classList.remove("active");
|
||||
// $sg.classList.remove("active");
|
||||
// $sy.classList.add("active");
|
||||
// }
|
||||
//}
|
||||
})
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
|
@ -199,11 +185,6 @@
|
|||
var $rb_sg = document.getElementById('rb_sg');
|
||||
$rb_sg.classList.add("active");
|
||||
$sg.classList.add("active");
|
||||
} else if (rbSys === '实业') {
|
||||
var $sy = document.getElementById('sy');
|
||||
var $rb_sy = document.getElementById('rb_sy');
|
||||
$rb_sy.classList.add("active");
|
||||
$sy.classList.add("active");
|
||||
} else {
|
||||
var $sg = document.getElementById('sg');
|
||||
var $rb_sg = document.getElementById('rb_sg');
|
||||
|
|
|
@ -218,8 +218,8 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="t-head-sets flex-row flex-center">
|
||||
<div class="t-head-set news">
|
||||
<f:Button runat="server" Text="<%$ Resources:Lan,SwitchHomePage %>" CssStyle="color: #ffffff;" OnClick="btnChangeHomePage_Click" OnClientClick="parent.removeActiveTab();"
|
||||
<div class="t-head-set news" hidden="hidden">
|
||||
<f:Button runat="server" Text="<%$ Resources:Lan,SwitchHomePage %>" Hidden="true" CssStyle="color: #ffffff;" OnClick="btnChangeHomePage_Click" OnClientClick="parent.removeActiveTab();"
|
||||
EnablePostBack="true" EnableDefaultState="true" EnableDefaultCorner="false" ID="btnToDoItem">
|
||||
</f:Button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue