督查整改
This commit is contained in:
@@ -40,6 +40,7 @@ namespace FineUIPro.Web.DCGL.ServerCheck
|
||||
{
|
||||
if (!IsPostBack)
|
||||
{
|
||||
getDCGLCheckInfo();
|
||||
////权限按钮方法
|
||||
this.InitTreeMenu();
|
||||
this.CheckInfoId = string.Empty;
|
||||
@@ -350,6 +351,16 @@ namespace FineUIPro.Web.DCGL.ServerCheck
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void btnGet_Click(object sender, EventArgs e)
|
||||
{
|
||||
getDCGLCheckInfo();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 从集团获取
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void getDCGLCheckInfo()
|
||||
{
|
||||
var returnValue = getDCGLCheckInfo_CheckTeam();
|
||||
// var returnValue= CNCECHSSEGetWebService.getCheck_CheckInfo_Table8Item();
|
||||
@@ -364,7 +375,6 @@ namespace FineUIPro.Web.DCGL.ServerCheck
|
||||
Alert.ShowInTop(returnValue.message, MessageBoxIcon.Success);
|
||||
}
|
||||
}
|
||||
|
||||
#region 获取
|
||||
/// <summary>
|
||||
/// 获取
|
||||
|
||||
Reference in New Issue
Block a user