项目主数据
This commit is contained in:
@@ -76,6 +76,7 @@
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:RadioButtonList runat="server" ID="rblReasonType" Label="原因类型" LabelWidth="120px" LabelAlign="Right" Required="true" ShowRedStar="true">
|
||||
<f:RadioItem Text="已完工" Value="已完工" />
|
||||
<f:RadioItem Text="业主统筹" Value="业主统筹" />
|
||||
<f:RadioItem Text="工期短/规模小" Value="工期短/规模小" />
|
||||
<f:RadioItem Text="网络受限" Value="网络受限" />
|
||||
@@ -106,7 +107,7 @@
|
||||
</f:FormRow>--%>
|
||||
<f:FormRow ID="Next">
|
||||
<Items>
|
||||
<f:RadioButtonList ID="cbNext" runat="server" Label="下一步" AutoPostBack="true" OnSelectedIndexChanged="cbNext_SelectedIndexChanged" LabelWidth="120px" >
|
||||
<f:RadioButtonList ID="cbNext" runat="server" Label="下一步" AutoPostBack="true" OnSelectedIndexChanged="cbNext_SelectedIndexChanged" LabelWidth="120px">
|
||||
<f:RadioItem Text="已完成" Value="0" Selected="true" />
|
||||
<f:RadioItem Text="下一步审批人" Value="1" />
|
||||
</f:RadioButtonList>
|
||||
@@ -153,7 +154,7 @@
|
||||
</f:FormRow>
|
||||
<f:FormRow ID="Audit" Hidden="true">
|
||||
<Items>
|
||||
<f:RadioButtonList ID="rblHandleState" runat="server" Label="审核结果" LabelWidth="120px" >
|
||||
<f:RadioButtonList ID="rblHandleState" runat="server" Label="审核结果" LabelWidth="120px">
|
||||
<f:RadioItem Text="通过" Value="1" />
|
||||
<f:RadioItem Text="不通过" Value="0" />
|
||||
</f:RadioButtonList>
|
||||
|
||||
Reference in New Issue
Block a user