根据条件获取人员出入场记录接口取消项目代号必填,返回增加项目代号,项目名称,人员身份证号信息。

This commit is contained in:
2026-02-28 14:49:05 +08:00
parent 3a6308a7c9
commit bc2427b335
4 changed files with 31 additions and 9 deletions
@@ -67,7 +67,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(Approval_Construction, null, CurrUser.UnitId, Const.ConstructionLabor, false);
DropConstructionManager.Label = "现场执行经理";
Approval_Construction.Label = "劳务管理组";
Approval_Construction.Label = "主办部门负责人";
DropProjectManager.Label = "项目经理";
}
#endregion