202306131、新增项目级消息待办页面功能。2、新增项目单位是否同步实名制设置功能。3、优化考试合格自动生成卡号功能。
This commit is contained in:
@@ -313,7 +313,12 @@ namespace FineUIPro.Web.HSSE.CostGoods
|
||||
if (type == Const.BtnSubmit)
|
||||
{
|
||||
costManage.States = BLL.Const.State_1;
|
||||
}
|
||||
costManage.NextManId = this.drpNextMan.SelectedValue;
|
||||
}
|
||||
else
|
||||
{
|
||||
costManage.NextManId = costManage.CompileMan;
|
||||
}
|
||||
|
||||
var getCost= CostManageService.GetCostManageById(this.CostManageId);
|
||||
if (getCost != null)
|
||||
|
||||
Reference in New Issue
Block a user