合并最新
This commit is contained in:
@@ -71,10 +71,11 @@
|
||||
<Toolbars>
|
||||
<f:Toolbar ID="Toolbar1" Position="Top" ToolbarAlign="Right" runat="server">
|
||||
<Items>
|
||||
<f:DropDownList ID="drpIsUsedName" runat="server" Label="是否在岗" EnableEdit="true"
|
||||
Width="200px" LabelWidth="100px" LabelAlign="right" ForceSelection="false">
|
||||
<f:ListItem Value="是" Text="是" />
|
||||
<f:ListItem Value="否" Text="否" />
|
||||
<f:DropDownList ID="drpIsUsedName" runat="server" Label="状态" EnableEdit="true"
|
||||
Width="200px" LabelWidth="70px" LabelAlign="right" ForceSelection="false">
|
||||
<f:ListItem Value="待审核" Text="待审核" />
|
||||
<f:ListItem Value="在岗" Text="在岗" Selected="true"/>
|
||||
<f:ListItem Value="离岗" Text="离岗" />
|
||||
</f:DropDownList>
|
||||
<f:CheckBox runat="server" ID="ckIdCardInfoNotOK" Label="身份信息不齐全" LabelAlign="right" LabelWidth="120px">
|
||||
</f:CheckBox>
|
||||
|
||||
Reference in New Issue
Block a user