提交代码

This commit is contained in:
2023-10-31 11:47:05 +08:00
parent 6e575bf185
commit fa926c80f1
@@ -102,8 +102,8 @@
</f:FormRow> </f:FormRow>
<f:FormRow> <f:FormRow>
<Items> <Items>
<f:TextBox ID="txtProjectRealCode" runat="server" Label="项目编码" Required="true" MaxLength="50" Readonly="true" LabelWidth="150px" <f:TextBox ID="txtProjectRealCode" runat="server" Label="项目编码" MaxLength="50" Readonly="true" LabelWidth="150px"
ShowRedStar="true"></f:TextBox> ></f:TextBox>
<f:RadioButtonList runat="server" ID="rbIsCNCECShow" Label="集团展示(穿透页面)" Readonly="true"> <f:RadioButtonList runat="server" ID="rbIsCNCECShow" Label="集团展示(穿透页面)" Readonly="true">
<f:RadioItem Value="True" Text="是" Selected="true"/> <f:RadioItem Value="True" Text="是" Selected="true"/>
<f:RadioItem Value="False" Text="否"/> <f:RadioItem Value="False" Text="否"/>