修改质量施工方案项目名称限制

This commit is contained in:
高飞 2023-02-27 16:34:03 +08:00
parent 5c34650906
commit fe2ef7ce70
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
<f:FormRow>
<Items>
<f:TextBox ID="txtProjectName" runat="server" Readonly="true" Label="项目名称" LabelAlign="Right"
MaxLength="50" >
>
</f:TextBox>
<f:TextBox ID="txtCode" runat="server" Required="true" ShowRedStar="true" Label="编号" LabelAlign="Right" MaxLength="50" LabelWidth="120px">
</f:TextBox>