This commit is contained in:
2025-02-25 16:41:06 +08:00
parent ca8be515a9
commit b7c8a426bf
87 changed files with 5778 additions and 1835 deletions
@@ -20,7 +20,9 @@
<f:TextBox ID="txtCode" runat="server" Label="编号" Required="true" ShowRedStar="true"
MaxLength="50">
</f:TextBox>
<f:DropDownList ID="drpRole" runat="server" Label="适用岗位" EnableEdit="true" ForceSelection="false" AutoSelectFirstItem="false" LabelAlign="Right" Required="true" ShowRedStar="true">
<%--<f:DropDownList ID="drpRole" runat="server" Label="适用岗位" EnableEdit="true" ForceSelection="false" AutoSelectFirstItem="false" LabelAlign="Right" Required="true" ShowRedStar="true">
</f:DropDownList>--%>
<f:DropDownList ID="drpWorkPost" runat="server" Label="适用岗位" EnableEdit="true" ForceSelection="false" AutoSelectFirstItem="false" LabelAlign="Right" Required="true" ShowRedStar="true">
</f:DropDownList>
</Items>
</f:FormRow>