11
This commit is contained in:
@@ -330,11 +330,11 @@ namespace FineUIPro.Web.WeldingProcess.PMI
|
||||
/// <param name="e"></param>
|
||||
protected void btnSave_Click(object sender, EventArgs e)
|
||||
{
|
||||
//if (!CommonService.GetAllButtonPowerList(this.CurrUser.LoginProjectId, this.CurrUser.UserId, Const.BItemEndCheckMenuId, Const.BtnSave))
|
||||
//{
|
||||
// ShowNotify("您没有这个权限,请与管理员联系!");
|
||||
// return;
|
||||
//}
|
||||
if (!CommonService.GetAllButtonPowerList(this.CurrUser.LoginProjectId, this.CurrUser.UserId, Const.PMIDetectionEntryMenuId, Const.BtnSave))
|
||||
{
|
||||
ShowNotify("您没有这个权限,请与管理员联系!");
|
||||
return;
|
||||
}
|
||||
|
||||
if (Grid1.GetModifiedData().Count > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user