This commit is contained in:
2023-09-22 17:36:00 +08:00
parent dece3781ec
commit 9942cdcf6f
49 changed files with 2907 additions and 2375 deletions
@@ -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">