1
This commit is contained in:
@@ -33,6 +33,17 @@
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:DropDownList ID="drpApprovalState" runat="server" Label="审批状态" LabelAlign="Right">
|
||||
<f:ListItem Text="待审核" Value="0" />
|
||||
<f:ListItem Text="审核中" Value="1" />
|
||||
<f:ListItem Text="已完成" Value="2" />
|
||||
</f:DropDownList>
|
||||
<f:Label runat="server" ID="txtOperativesNum2"></f:Label>
|
||||
<f:Label runat="server" ID="Label1"></f:Label>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextArea ID="txtDescriptions" runat="server" Label="描述" LabelWidth="100px"
|
||||
|
||||
Reference in New Issue
Block a user