<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Scrap_p.aspx.cs" Inherits="Scrap_p" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>xx申请单_查询</title>
 <style type="text/css">
        #form1
        {
            width: 1072px;
        }
        .style1
        {
            text-align: center;
        }
    </style>
</head>
<body>
    <form id="form1" runat="server">
    <div style="height: 619px; width: 3658px;">
       
        <br />
       
        <asp:Panel ID="Panel3" runat="server" Height="25px" Width="1028px"
            Font-Bold="True" Font-Size="Larger" Font-Underline="False" ForeColor="Blue">
            <div class="style1">
                &nbsp;xx申请单_查询</div>
        </asp:Panel>
       
       
        <asp:Panel ID="Panel1" runat="server" Height="152px" Width="1030px">
            <br />
            &nbsp;&nbsp;&nbsp;
            <br />
            &nbsp;&nbsp;&nbsp; 提交日期开始:&nbsp;&nbsp;
            <asp:TextBox ID="TextBox1" runat="server" ReadOnly="True"></asp:TextBox>
            &nbsp;<asp:Button ID="Button1" runat="server" Text="选择"
                onclick="Button1_Click" TabIndex="26" />
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 提交人&nbsp;&nbsp;&nbsp; :&nbsp;&nbsp;
            <asp:TextBox ID="TextBox3" runat="server"></asp:TextBox>
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 签核状况:&nbsp;&nbsp; &nbsp;<asp:DropDownList
                ID="DropDownList1" runat="server"
                Width="200px">
                <asp:ListItem>已完成</asp:ListItem>
                <asp:ListItem>未完成</asp:ListItem>
                <asp:ListItem Selected="True">全部</asp:ListItem>
            </asp:DropDownList>
&nbsp;<br />
            &nbsp;&nbsp;&nbsp; 提交日期截止:&nbsp;&nbsp;
            <asp:TextBox ID="TextBox2" runat="server" ReadOnly="True"></asp:TextBox>
            &nbsp;<asp:Button ID="Button2" runat="server" Text="选择"
                onclick="Button2_Click" TabIndex="27" />
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 任务单号:&nbsp;&nbsp;
            <asp:TextBox ID="TextBox4" runat="server"></asp:TextBox>
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 部门名称:&nbsp; &nbsp;
            <asp:DropDownList ID="DropDownList2" runat="server" Height="27px" Width="200px">
            </asp:DropDownList>
            &nbsp;&nbsp;&nbsp;&nbsp;
            <br />
            <br />
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            <asp:Button ID="Btn_search" runat="server" Text="查询" Width="84px" onclick="Btn_search_Click"
                 />
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<asp:Button ID="Btn_reset" runat="server"
                onclick="Btn_reset_Click" Text="重置" Width="84px" />
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            <asp:Button ID="btn_export" runat="server" onclick="btn_export_Click" Text="导出"
                Width="84px" />
        </asp:Panel>
        &nbsp;&nbsp;&nbsp;&nbsp;
        <br />
        <asp:Panel ID="Panel2" runat="server" Height="403px">
            &nbsp;&nbsp;&nbsp;&nbsp;
            <asp:GridView ID="GridView1" runat="server" AllowPaging="True"
                AutoGenerateColumns="False" BackColor="White" BorderColor="#DEDFDE"
                BorderStyle="None" BorderWidth="1px" CellPadding="4" DataKeyNames="任务号"
                ForeColor="Black"
                Height="92px" Width="3632px"
                onpageindexchanging="GridView1_PageIndexChanging"
                onrowdatabound="GridView1_RowDataBound">
                <RowStyle BackColor="#F7F7DE" />
                <Columns>
                    <asp:BoundField DataField="任务号" HeaderText="任务号" ReadOnly="True"
                        SortExpression="TaskId" />
                    <asp:BoundField DataField="提交内容" HeaderText="提交内容"
                        SortExpression="TaskName" />
                    <asp:BoundField DataField="部门" HeaderText="部门"
                        SortExpression="dep" />
                     <asp:BoundField DataField="签核完成情况" HeaderText="签核完成情况"
                        SortExpression="dep" />
                    <asp:BoundField DataField="提交人1" HeaderText="提交人1"
                        SortExpression="S1" />
                    <asp:BoundField DataField="提交时间1" HeaderText="提交时间1"
                        SortExpression="T1" />
                    <asp:BoundField DataField="审核2" HeaderText="审核2"
                        SortExpression="S2" />
                    <asp:BoundField DataField="时间2" HeaderText="时间2"
                        SortExpression="T2" />
                    <asp:BoundField DataField="审核3" HeaderText="审核3"
                        SortExpression="S3" />
                    <asp:BoundField DataField="时间3" HeaderText="时间3"
                        SortExpression="T3" />
                    <asp:BoundField DataField="审核4" HeaderText="审核4"
                        SortExpression="S4" />
                    <asp:BoundField DataField="时间4" HeaderText="时间4"
                        SortExpression="T4" />
                    <asp:BoundField DataField="审核5" HeaderText="审核5"
                        SortExpression="S5" />
                    <asp:BoundField DataField="时间5" HeaderText="时间5"
                        SortExpression="T5" />
                    <asp:BoundField DataField="审核6" HeaderText="审核6"
                        SortExpression="S6" />
                    <asp:BoundField DataField="时间6" HeaderText="时间6"
                        SortExpression="T6" />
                    <asp:BoundField DataField="审核7" HeaderText="审核7"
                        SortExpression="S7" />
                    <asp:BoundField DataField="时间7" HeaderText="时间7"
                        SortExpression="T7" />
                    <asp:BoundField DataField="审核8" HeaderText="审核8"
                        SortExpression="S8" />
                    <asp:BoundField DataField="时间8" HeaderText="时间8"
                        SortExpression="T8" />
                    <asp:BoundField DataField="审核9" HeaderText="审核9"
                        SortExpression="S9" />
                    <asp:BoundField DataField="时间9" HeaderText="时间9"
                        SortExpression="T9" />
                    <asp:BoundField DataField="审核10" HeaderText="审核10"
                        SortExpression="S10" />
                    <asp:BoundField DataField="时间10" HeaderText="时间10"
                        SortExpression="T10" />  
                       
                </Columns>
                <FooterStyle BackColor="#CCCC99" />
                <PagerStyle BackColor="#F7F7DE" ForeColor="Black" HorizontalAlign="Right" />
                <SelectedRowStyle BackColor="#CE5D5A" Font-Bold="True" ForeColor="White" />
                <HeaderStyle BackColor="#6B696B" Font-Bold="True" ForeColor="White" />
                <AlternatingRowStyle BackColor="White" />
            </asp:GridView>
        </asp:Panel>
        <br />
   
    </div>
   
     <div id="LayerCC" style="left: 118px; width: 189px; position: absolute; top: 155px;
                height: 191px;        runat="server">
                <asp:Calendar ID="Calendar1" runat="server" BackColor="White" BorderColor="#3366CC"
                    BorderWidth="1px" CellPadding="1" Font-Names="Verdana" Font-Size="8pt" ForeColor="#003399"
                    Height="200px" OnSelectionChanged="Calendar1_SelectionChanged" Width="220px">
                    <SelectedDayStyle BackColor="#009999" Font-Bold="True" ForeColor="#CCFF99" />
                    <SelectorStyle BackColor="#99CCCC" ForeColor="#336666" />
                    <WeekendDayStyle BackColor="#CCCCFF" />
                    <TodayDayStyle BackColor="#99CCCC" ForeColor="White" />
                    <OtherMonthDayStyle ForeColor="#999999" />
                    <NextPrevStyle Font-Size="8pt" ForeColor="#CCCCFF" />
                    <DayHeaderStyle BackColor="#99CCCC" ForeColor="#336666" Height="1px" />
                    <TitleStyle BackColor="#003399" BorderColor="#3366CC" BorderWidth="1px" Font-Bold="True"
                        Font-Size="10pt" ForeColor="#CCCCFF" Height="25px" />
                </asp:Calendar>
     </div>

</form>
</body>
</html>

2015-11-04 报表 (asp.net 部分)的更多相关文章

  1. Murano Weekly Meeting 2015.11.04

    Meeting time: 2015.November.4th 1:00~2:00 Chairperson:  Serg Melikyan, PTL from Mirantis Meeting sum ...

  2. 苹果被拒的血泪史。。。(update 2015.11)

    项目提交了N此了,也审核N次了,苹果的审核机制依旧那么不急不慢.昨天刚刚又被拒了.回忆下之前的,总结一下吧. 2015.04.28 昨天被拒非常亏,app的评级是17+,但是在app展示图里有一个比较 ...

  3. Visual Studio 2015速递(3)——ASP.NET 新特性

    系列文章 Visual Studio 2015速递(1)——C#6.0新特性怎么用 Visual Studio 2015速递(2)——提升效率和质量(VS2015核心竞争力) Visual Studi ...

  4. How to Write and Publish a Scientific Paper: 7th Edition(科技论文写作与发表教程)(11.04更新)

    How to Write and Publish a Scientific Paper: 7th Edition(科技论文写作与发表教程)(11.04更新) 重要通知: 最近开题报告已差不多告一段落, ...

  5. 安装qt5.3.2后,qtcreator在ubuntu 11.04无法启动的问题

    在官方网站下载.run文件安装后,qtcreator启动失败,然后找到命令行启动,失败原因如下: shr@shr-Sieyuan:~/Qt5.3.2/Tools/QtCreator/bin$ ./qt ...

  6. ubuntu 11.04 源 更新不了,全显示ign、404

    原文地址:http://blog.csdn.net/enjio/article/details/11603373   ubuntu 11.04 源 更新不了 分类: 开发相关2013-09-12 14 ...

  7. ubuntu 11.04安装笔记

    首先,本文查询了网络中各位大大的经验共享,特别是<UltraISO制作U盘启动Ubuntu 8.10 LiveCD>,地址在http://blog.sina.com.cn/s/blog_5 ...

  8. 怎么样ubuntu 64 11.04 在执行32位程序

    上网一查非常多的信息,头发上的今天ubuntu 64 11.04 在执行32位程序安装ia32-libs包,可执行例如,下面的命令.但提示无法安装 apt-get install ia32-libs ...

  9. u盘安装ubuntu10.04 、11.04 server

    10.04 先将 ubuntu server 的 iso 放到优盘上,然后在提示无法找到光驱时,按 alt+f2 打开一个新的 console 窗口,将 iso mount 上,具体操作如下: ls ...

  10. ubuntu 11.04 old sources.list

    #deb cdrom:[Ubuntu 11.04 _Natty Narwhal_ - Release amd64 (20110427.1)]/ natty main restricted # See ...

随机推荐

  1. MVC3中 ViewBag、ViewData和TempData的使用和区别

    在MVC3开始,视图数据可以通过ViewBag属性访问,在MVC2中则是使用ViewData.MVC3中保留了ViewData的使用.ViewBag 是动态类型(dynamic),ViewData 是 ...

  2. jdk安装与环境变量配置(一劳永逸)

    换了一个项目组做新的项目,新的机器,又得重新打环境,懒得去百度下,这里做个备份,下回直接看就行,如下 进行java开发,首先要安装jdk,安装了jdk后还要进行环境变量配置: 1.下载jdk(http ...

  3. 工龄居然这么有用![Reprint]

    工龄有多重要?你恐怕未必知道,别以为没啥大不了,事实上,工龄会从各方面影响你的生活 .为了自己的权益,关于工龄的这些事儿,你必须要了解! 1.影响带薪年休假 (1)职工本单位累计工作满1年不满10年的 ...

  4. 自定义view(使用EditTetx实现记事本特效)

    先看一下效果图: 思路: 创建一个类,继承自EditText,在onDraw方法中绘制我们的下划线,通过屏幕的高度和每行控件的高度的比值得出屏幕中应该绘制多少行下划线,再来实现一些自定义的属性,设置控 ...

  5. 05---Net基础加强

    接口 public class Program { static void Main(string[] args) { IFlyable sp = new SupperMan(); sp.Fly(); ...

  6. FRM-92101解决办法

    /u02/UAT/inst/apps/UAT_newerp3/logs/ora/10.1.3/opmn/forms_default_group_1/ http://blog.csdn.net/orth ...

  7. 夺命雷公狗---微信开发17----自定义菜单的事件推送,响应菜单的CLICK

    废话不多说,index.php 代码如下所示: <?php /** * wechat php test */ //define your token require_once "com ...

  8. 动态时间规整(DTW) 转载

    Dynamic Time Warping(DTW)诞生有一定的历史了(日本学者Itakura提出),它出现的目的也比较单纯,是一种衡量两个长度不同的时间序列的相似度的方法.应用也比较广,主要是在模板匹 ...

  9. Deep Learning 深度学习 学习教程网站集锦(转)

    http://blog.sciencenet.cn/blog-517721-852551.html 学习笔记:深度学习是机器学习的突破 2006-2007年,加拿大多伦多大学教授.机器学习领域的泰斗G ...

  10. centos的网路配置文件的位置

    在这个路径下:/etc/sysconfig/network-scripts/ 每个网卡有相应的配置文件