Commit f04f0c2b authored by 黄奎's avatar 黄奎

页面修改

parent f3eedff6
......@@ -75,11 +75,13 @@ namespace Edu.Module.Public
list.Add(new
{
Id = Common.Config.StudyAbroadDirectorId,
AuditType=1,
Name = "部门主管审核"
});
list.Add(new
{
Id = Common.Config.StudyAbroadManagerId,
AuditType = 2,
Name = "部门负责人审核"
});
return list;
......
......@@ -264,9 +264,9 @@ namespace Edu.Module.StudyAbroad
}
else if (model.DirectorStatus == 1)
{
fileds.Add(nameof(RB_StudyAbroad_ViewModel.ManagerId), 0);
fileds.Add(nameof(RB_StudyAbroad_ViewModel.ManagerId), Common.Config.StudyAbroadManagerId);
fileds.Add(nameof(RB_StudyAbroad_ViewModel.ManagerOpinion), "");
fileds.Add(nameof(RB_StudyAbroad_ViewModel.ManagerStatus), Common.Config.StudyAbroadManagerId);
fileds.Add(nameof(RB_StudyAbroad_ViewModel.ManagerStatus),0 );
fileds.Add(nameof(RB_StudyAbroad_ViewModel.ManagerAuditTime), null);
}
bool flag = studyAbroadRepository.Update(fileds, new WhereHelper(nameof(RB_StudyAbroad_ViewModel.Id), model.Id));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment