提交代码
This commit is contained in:
@@ -306,5 +306,20 @@ namespace FineUIPro.Web.Person
|
||||
//info += "共处理人员所在当前项目取值" + pCountRecod.ToString() + "条。";
|
||||
Alert.ShowInParent(info, MessageBoxIcon.Information);
|
||||
}
|
||||
|
||||
protected void btnPush_Click(object sender, EventArgs e)
|
||||
{
|
||||
string code = CNCECHSSEWebService.PushInspectionBrigadeUser().ToString();
|
||||
if (code == "1")
|
||||
{
|
||||
ShowNotify("同步成功!", MessageBoxIcon.Success);
|
||||
PageContext.RegisterStartupScript(ActiveWindow.GetHidePostBackReference());
|
||||
return;
|
||||
}
|
||||
else
|
||||
{
|
||||
Alert.ShowInParent("同步异常,请退出后重试!", MessageBoxIcon.Error);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user