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