202306131、新增项目级消息待办页面功能。2、新增项目单位是否同步实名制设置功能。3、优化考试合格自动生成卡号功能。
This commit is contained in:
@@ -197,6 +197,7 @@ namespace FineUIPro.Web.HSSE.CostGoods
|
||||
isAgree = false;
|
||||
NowFlow.Opinion = this.rblIsAgree.SelectedItem.Text + ","+ this.txtOpinion.Text;
|
||||
getCost.States = BLL.Const.State_0;
|
||||
getCost.NextManId = getCost.CompileMan;
|
||||
BLL.CostManageService.UpdateCostManage(getCost);
|
||||
CostManageService.updateOpenCostManageFlowOperate(this.CostManageId);
|
||||
}
|
||||
@@ -208,9 +209,13 @@ namespace FineUIPro.Web.HSSE.CostGoods
|
||||
{
|
||||
NextFlow.OperaterId = this.drpNextMan.SelectedValue;
|
||||
BLL.CostManageService.updateCostManageFlowOperate(NextFlow);
|
||||
|
||||
getCost.NextManId = this.drpNextMan.SelectedValue;
|
||||
BLL.CostManageService.UpdateCostManage(getCost);
|
||||
}
|
||||
else
|
||||
{
|
||||
getCost.NextManId = null;
|
||||
getCost.States = BLL.Const.State_2;
|
||||
BLL.CostManageService.UpdateCostManage(getCost);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user