取消项目编码必填

This commit is contained in:
高飞 2023-10-31 11:44:14 +08:00
parent 6ce7440549
commit ef21f58a61
2 changed files with 4 additions and 4 deletions

View File

@ -128,8 +128,8 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtProjectRealCode" runat="server" Label="项目编码" Required="true" MaxLength="50"
ShowRedStar="true"></f:TextBox>
<f:TextBox ID="txtProjectRealCode" runat="server" Label="项目编码" MaxLength="50"
></f:TextBox>
</Items>
<Items>
<f:TextBox ID="TextBox2" runat="server" Label="" LabelWidth="150px" Hidden="true"

View File

@ -102,8 +102,8 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtProjectRealCode" runat="server" Label="项目编码" Required="true" MaxLength="50" Readonly="true" LabelWidth="150px"
ShowRedStar="true"></f:TextBox>
<f:TextBox ID="txtProjectRealCode" runat="server" Label="项目编码" MaxLength="50" Readonly="true" LabelWidth="150px"
></f:TextBox>
</Items>
<Items>
<f:TextBox ID="TextBox2" runat="server" Label="" LabelWidth="150px" Hidden="true"