20230922
This commit is contained in:
@@ -6,6 +6,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">
|
||||
@@ -17,7 +28,7 @@
|
||||
runat="server" BoxFlex="1" EnableColumnLines="true" DataKeyNames="PersonId"
|
||||
AllowCellEditing="true" ClicksToEdit="2" DataIDField="PersonId" AllowSorting="true"
|
||||
SortField="UnitCode,WorkPostCode,PersonName" SortDirection="ASC" OnSort="Grid1_Sort" AllowPaging="true"
|
||||
IsDatabasePaging="true" PageSize="10" OnPageIndexChange="Grid1_PageIndexChange"
|
||||
IsDatabasePaging="true" PageSize="10" OnPageIndexChange="Grid1_PageIndexChange"
|
||||
EnableRowDoubleClickEvent="true" OnRowDoubleClick="Grid1_RowDoubleClick" EnableTextSelection="True">
|
||||
<Toolbars>
|
||||
<f:Toolbar ID="Toolbar2" Position="Top" runat="server" ToolbarAlign="Left">
|
||||
|
||||
Reference in New Issue
Block a user