修改人工时校正方法

This commit is contained in:
2022-04-01 23:00:24 +08:00
parent 274010da92
commit 3e4410437c
9 changed files with 510 additions and 366 deletions
@@ -118,5 +118,11 @@ namespace FineUIPro.Web.Door
}
#endregion
protected void btnRefresh_Click(object sender, EventArgs e)
{
BLL.GetDataService.CorrectingPersonInOutNumberD(this.CurrUser.LoginProjectId);
Alert.ShowInParent("操作完成", MessageBoxIcon.Success);
}
}
}