This commit is contained in:
2024-10-10 14:34:16 +08:00
parent 65feccb6b2
commit 7d5c5d55c5
76 changed files with 59227 additions and 30691 deletions
@@ -97,7 +97,7 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpBYC_RU" runat="server" Label="BYC Resp. Dept" LabelAlign="Right" LabelWidth="180px" ShowRedStar="true" Required="true"></f:DropDownList>
<f:DropDownList ID="drpBYC_RU" runat="server" Label="BYC Resp. Dept" EnableEdit="true" LabelAlign="Right" LabelWidth="180px" ShowRedStar="true" Required="true"></f:DropDownList>
<f:TextBox ID="txtViolationRelatedSes" runat="server" Label="Violation Related SES" LabelAlign="Right" LabelWidth="180px" >
</f:TextBox>
</Items>
@@ -54,7 +54,7 @@ namespace FineUIPro.Web.SES
BLL.ViolationClauseService.InitViolationClause(this.drpViolationClause, true);//违章条款
//BLL.SESRelatedDataService.InitFONoDropDownList(this.drpFO_No, true);//合同号
//BLL.ContractorService.InitDropDownList(drpContractor, true); //承包商;
BLL.DepartService.InitDropDownList(this.drpBYC_RU, true);//BYC负责部门
BLL.DepartService.InitDepartToWhere(this.drpBYC_RU, true);//BYC负责部门
BLL.Sys_UserService.InitUserDropDownList(this.drpViolationInspector, true);//违章检查人
//BLL.Sys_UserService.InitUserDropDownList(this.drpBYC_Person, true);//
BLL.Sys_UserService.InitUserDropDownList(this.drpRequisitioner, true);//合同请购人