关键事项、邮件管理、任务管理
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
{
|
||||
if (this.CurrUser != null)
|
||||
{
|
||||
var buttonList = BLL.CommonService.GetAllButtonList(null,this.CurrUser.UserId, BLL.Const.InterFaceTaskMenuId);
|
||||
var buttonList = BLL.CommonService.GetAllButtonList(string.Empty, this.CurrUser.UserId, BLL.Const.UserMenuId);
|
||||
if (buttonList.Count() > 0)
|
||||
{
|
||||
if (buttonList.Contains(BLL.Const.BtnModify))
|
||||
@@ -205,11 +205,6 @@
|
||||
#endregion
|
||||
protected void btnStart_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (Grid1.SelectedRowIndexArray.Length == 0)
|
||||
{
|
||||
Alert.ShowInParent("请至少选择一条记录!", MessageBoxIcon.Warning);
|
||||
return;
|
||||
}
|
||||
var Id = Grid1.SelectedRowID;
|
||||
BLL.InterFaceTaskService.ExecuteTasks(Id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user