修改质量样板

This commit is contained in:
2023-02-14 17:40:34 +08:00
parent ca484ca4d6
commit fa156db08c
24 changed files with 1224 additions and 8 deletions
@@ -36,7 +36,13 @@
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtModelType" runat="server" Label="样板类" LabelAlign="Right" LabelWidth="130px" MaxLength="200">
<f:DropDownList ID="drpCompanyModelKindId" ShowRedStar="true" runat="server" Required="true" Label="样板类" LabelAlign="Right" AutoSelectFirstItem="false" LabelWidth="130px" EnableEdit="true">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtModelType" runat="server" Label="样板类型" ShowRedStar="true" Required="true" LabelAlign="Right" LabelWidth="130px" MaxLength="200">
</f:TextBox>
</Items>
</f:FormRow>