取消质量共检项目名称字数限制

This commit is contained in:
2023-02-25 17:30:08 +08:00
parent ffd9615149
commit 5c34650906
@@ -60,7 +60,7 @@
<f:FormRow> <f:FormRow>
<Items> <Items>
<f:TextBox ID="txtProjectName" runat="server" LabelWidth="120px" Readonly="true" Label="项目名称" LabelAlign="Right" <f:TextBox ID="txtProjectName" runat="server" LabelWidth="120px" Readonly="true" Label="项目名称" LabelAlign="Right"
MaxLength="50" Enabled="false"> Enabled="false">
</f:TextBox> </f:TextBox>
<f:TextBox ID="txtJointCheckCode" runat="server" LabelWidth="110px" Required="true" ShowRedStar="true" Label="编号" LabelAlign="Right" <f:TextBox ID="txtJointCheckCode" runat="server" LabelWidth="110px" Required="true" ShowRedStar="true" Label="编号" LabelAlign="Right"
MaxLength="50" Enabled="false"> MaxLength="50" Enabled="false">