关键事项、邮件管理、任务管理
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
<title>关键事项统计</title>
|
||||
<title>关键事项统计</title>
|
||||
<link href="../res/css/common.css" rel="stylesheet" type="text/css" />
|
||||
<style type="text/css">
|
||||
.f-grid-row .f-grid-cell-inner {
|
||||
@@ -14,39 +14,37 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
<form id="form1" runat="server">
|
||||
<f:PageManager ID="PageManager1" AutoSizePanelID="Panel1" runat="server" />
|
||||
<f:Panel ID="Panel1" runat="server" Margin="5px" BodyPadding="5px" ShowBorder="false"
|
||||
ShowHeader="false" Layout="VBox" BoxConfigAlign="Stretch">
|
||||
<Items>
|
||||
|
||||
<f:Grid ID="Grid1" ShowBorder="true" ShowHeader="false" Title="关键事项统计" EnableCollapse="true"
|
||||
runat="server" BoxFlex="1" DataKeyNames="allcount" EnableColumnLines="true"
|
||||
DataIDField="allcount" AllowSorting="true" SortField="allcount"
|
||||
<f:Grid ID="Grid1" ShowBorder="true" ShowHeader="false" Title="关键事项统计" EnableCollapse="true"
|
||||
runat="server" BoxFlex="1" DataKeyNames="allcount" EnableColumnLines="true"
|
||||
DataIDField="allcount" AllowSorting="true" SortField="allcount"
|
||||
SortDirection="ASC" OnSort="Grid1_Sort" AllowPaging="true" IsDatabasePaging="true"
|
||||
PageSize="10" OnPageIndexChange="Grid1_PageIndexChange" EnableRowDoubleClickEvent="true"
|
||||
OnRowDoubleClick="Grid1_RowDoubleClick" EnableTextSelection="True" AllowCellEditing="true" ClicksToEdit="1">
|
||||
OnRowDoubleClick="Grid1_RowDoubleClick" EnableTextSelection="True" AllowCellEditing="true" ClicksToEdit="1">
|
||||
<Toolbars>
|
||||
<f:Toolbar ID="Toolbar2" Position="Top" runat="server">
|
||||
<Items>
|
||||
|
||||
<f:DropDownList ID="DropUnitId" runat="server" Label="责任单位" AutoSelectFirstItem="false" EmptyText="请选择一项" MaxLength="50" LabelWidth="110px">
|
||||
</f:DropDownList>
|
||||
<f:DropDownList ID="DropCreatuser" runat="server" Label="提出人" AutoSelectFirstItem="false" EmptyText="请选择一项" MaxLength="50" LabelWidth="110px" >
|
||||
</f:DropDownList>
|
||||
<f:DropDownList ID="DropUser_ReceiveID" runat="server" Label="接受人" AutoSelectFirstItem="false" EmptyText="请选择一项" MaxLength="50" LabelWidth="110px" >
|
||||
</f:DropDownList>
|
||||
|
||||
<f:DropDownList ID="DropQuestionTypeID" runat="server" Label="问题类别" AutoSelectFirstItem="false" EmptyText="请选择一项" MaxLength="50" LabelWidth="110px">
|
||||
</f:DropDownList>
|
||||
<f:DropDownList ID="DropCNProfessional_ID" runat="server" Label="专业" AutoSelectFirstItem="false" EmptyText="请选择一项" MaxLength="50" LabelWidth="110px">
|
||||
</f:DropDownList>
|
||||
<f:DropDownList ID="DropUser_Acceptance" runat="server" Label="验收人" AutoSelectFirstItem="false" EmptyText="请选择一项" MaxLength="50" LabelWidth="110px" >
|
||||
</f:DropDownList>
|
||||
<f:Button ID="btnQuery" OnClick="TextBox_TextChanged" ToolTip="查询" Icon="SystemSearch" EnablePostBack="true" runat="server" >
|
||||
</f:Button>
|
||||
|
||||
|
||||
<f:DropDownList ID="DropUnitId" runat="server" Label="责任单位" AutoSelectFirstItem="false" EmptyText="请选择一项" MaxLength="50" LabelWidth="110px">
|
||||
</f:DropDownList>
|
||||
<f:DropDownList ID="DropCreatuser" runat="server" Label="提出人" AutoSelectFirstItem="false" EmptyText="请选择一项" MaxLength="50" LabelWidth="110px">
|
||||
</f:DropDownList>
|
||||
<f:DropDownList ID="DropUser_ReceiveID" runat="server" Label="接受人" AutoSelectFirstItem="false" EmptyText="请选择一项" MaxLength="50" LabelWidth="110px">
|
||||
</f:DropDownList>
|
||||
<f:DropDownList ID="DropQuestionTypeID" runat="server" Label="紧急程度" AutoSelectFirstItem="false" EmptyText="请选择一项" MaxLength="50" LabelWidth="110px">
|
||||
</f:DropDownList>
|
||||
<f:DropDownList ID="DropGJSXTypeID" runat="server" Label="事项类别" AutoSelectFirstItem="false" EmptyText="请选择一项" MaxLength="50" LabelWidth="110px">
|
||||
</f:DropDownList>
|
||||
<f:DropDownList ID="DropCNProfessional_ID" runat="server" Label="专业" AutoSelectFirstItem="false" EmptyText="请选择一项" MaxLength="50" LabelWidth="110px">
|
||||
</f:DropDownList>
|
||||
<f:DropDownList ID="DropUser_Acceptance" runat="server" Label="验收人" AutoSelectFirstItem="false" EmptyText="请选择一项" MaxLength="50" LabelWidth="110px">
|
||||
</f:DropDownList>
|
||||
<f:Button ID="btnQuery" OnClick="TextBox_TextChanged" ToolTip="查询" Icon="SystemSearch" EnablePostBack="true" runat="server">
|
||||
</f:Button>
|
||||
</Items>
|
||||
</f:Toolbar>
|
||||
</Toolbars>
|
||||
@@ -77,25 +75,25 @@
|
||||
<f:ToolbarText ID="ToolbarText1" runat="server" Text="每页记录数:">
|
||||
</f:ToolbarText>
|
||||
<f:DropDownList runat="server" ID="ddlPageSize" Width="80px" AutoPostBack="true"
|
||||
OnSelectedIndexChanged="ddlPageSize_SelectedIndexChanged">
|
||||
OnSelectedIndexChanged="ddlPageSize_SelectedIndexChanged">
|
||||
</f:DropDownList>
|
||||
</PageItems>
|
||||
</f:Grid>
|
||||
</Items>
|
||||
</f:Panel>
|
||||
|
||||
|
||||
<f:Window ID="Window1" Title="关键事项统计" Hidden="true" EnableIFrame="true" EnableMaximize="true"
|
||||
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="1000px"
|
||||
Height="560px">
|
||||
</f:Window>
|
||||
|
||||
|
||||
<f:Menu ID="Menu1" runat="server">
|
||||
<f:MenuButton ID="btnMenuEdit" EnablePostBack="true"
|
||||
<f:MenuButton ID="btnMenuEdit" EnablePostBack="true"
|
||||
Hidden="true" runat="server" Text="编辑" Icon="Pencil">
|
||||
</f:MenuButton>
|
||||
</f:Menu>
|
||||
</form>
|
||||
<script type="text/jscript">
|
||||
<script type="text/jscript">
|
||||
var menuID = '<%= Menu1.ClientID %>';
|
||||
// 返回false,来阻止浏览器右键菜单
|
||||
function onRowContextMenu(event, rowId) {
|
||||
|
||||
Reference in New Issue
Block a user