2023-03-16 增加施工劳务角色

This commit is contained in:
2023-03-16 18:20:05 +08:00
parent dabe09d39f
commit ca74968104
9 changed files with 28 additions and 16 deletions
@@ -37,6 +37,8 @@ namespace FineUIPro.Web.PHTGL.Filing
{
ddlPageSize.SelectedValue = Grid1.PageSize.ToString();
// btnNew.OnClientClick = Window1.GetShowReference("ContractFormationEdit.aspx", "基本信息") + "return false;";
BLL.DepartService.InitDepartDropDownList(this.drpDepartId, false);
GetButtonPower();
this.ProjectId = this.CurrUser.LoginProjectId;
if (!string.IsNullOrEmpty(Request.Params["projectId"]) && Request.Params["projectId"] != this.CurrUser.LoginProjectId)