20230922
This commit is contained in:
@@ -4,6 +4,17 @@
|
||||
<head runat="server">
|
||||
<title>特种作业人员资质</title>
|
||||
<link href="~/res/css/common.css" rel="stylesheet" type="text/css" />
|
||||
<style type="text/css">
|
||||
.f-grid-row.Red {
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
.LabelColor
|
||||
{
|
||||
color: Red;
|
||||
font-size:small;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
@@ -33,6 +44,12 @@
|
||||
<f:TextBox runat="server" Label="岗位" ID="txtWorkPostName" EmptyText="输入查询条件" AutoPostBack="true"
|
||||
OnTextChanged="TextBox_TextChanged" Width="200px" LabelWidth="70px" LabelAlign="right">
|
||||
</f:TextBox>
|
||||
<f:DropDownList ID="drpIsUsedName" runat="server" Label="状态" EnableEdit="true" AutoPostBack="true" OnSelectedIndexChanged ="TextBox_TextChanged"
|
||||
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:ToolbarFill ID="ToolbarFill1" runat="server">
|
||||
</f:ToolbarFill>
|
||||
<f:Button ID="btnOut" OnClick="btnOut_Click" runat="server" ToolTip="导出" Icon="FolderUp"
|
||||
|
||||
Reference in New Issue
Block a user