This commit is contained in:
parent
64c14e69e3
commit
d6c3a6cd34
|
@ -901,7 +901,10 @@
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$(".icon-shezhi").click(function () {
|
||||||
|
var $item = $('.f-tabstrip-header')
|
||||||
|
$item.attr('style', ";display:block !important;")
|
||||||
|
})
|
||||||
|
|
||||||
$(".bgbtn_head").click(function () {
|
$(".bgbtn_head").click(function () {
|
||||||
var $item = $('.f-tabstrip-header')
|
var $item = $('.f-tabstrip-header')
|
||||||
|
|
|
@ -646,18 +646,20 @@ namespace FineUIPro.Web
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (roleTypes.Contains(Const.Role_III))
|
//if (roleTypes.Contains(Const.Role_III))
|
||||||
{
|
//{
|
||||||
this.Tab1.IFrameUrl = "~/common/mainIII.aspx?roleCNs=" + roleCNs;
|
// this.Tab1.IFrameUrl = "~/common/mainIII.aspx?roleCNs=" + roleCNs;
|
||||||
}
|
//}
|
||||||
else if (roleTypes.Contains(Const.Role_IV))
|
//else if (roleTypes.Contains(Const.Role_IV))
|
||||||
{
|
//{
|
||||||
this.Tab1.IFrameUrl = "~/common/mainIV.aspx?roleCNs=" + roleCNs + "&unitWorkIds=" + projectUser.WorkAreaId;
|
// this.Tab1.IFrameUrl = "~/common/mainIV.aspx?roleCNs=" + roleCNs + "&unitWorkIds=" + projectUser.WorkAreaId;
|
||||||
}
|
//}
|
||||||
else
|
//else
|
||||||
{
|
//{
|
||||||
this.Tab1.IFrameUrl = "~/common/mainProject2.aspx";
|
// this.Tab1.IFrameUrl = "~/common/mainProject2.aspx";
|
||||||
}
|
//}
|
||||||
|
|
||||||
|
this.Tab1.IFrameUrl = "~/common/mainProject2.aspx";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue