1210-gaofei

This commit is contained in:
gaofei
2021-12-10 09:56:20 +08:00
parent f74ab99b9f
commit 92fec76ac4
10 changed files with 137 additions and 135 deletions
@@ -17,7 +17,7 @@
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtTitle" runat="server" Label="制度名称" Required="true" ShowRedStar="true"
<f:TextBox ID="txtCode" runat="server" Label="制度编号" Required="true" ShowRedStar="true"
LabelAlign="Right" MaxLength="50" FocusOnPageLoad="true">
</f:TextBox>
<f:DatePicker ID="txtEffectiveDate" runat="server" Label="发布日期" LabelAlign="Right"
@@ -25,6 +25,13 @@
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtTitle" runat="server" Label="制度名称" Required="true" ShowRedStar="true"
LabelAlign="Right" MaxLength="50" FocusOnPageLoad="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtScope" runat="server" Label="适用范围" LabelAlign="Right" MaxLength="500">