⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 totalview.aspx

📁 用vs2005写的一个生产任务管理系统。数据的统计和综合查询是主要功能
💻 ASPX
字号:
<%@ Register TagPrefix="uc1" TagName="Header" Src="Header.ascx" %>
<%@ Register TagPrefix="uc1" TagName="footer" Src="footer.ascx" %>
<%@ Register TagPrefix="uc1" TagName="tabletop" Src="tabletop.ascx" %>
<%@ Register TagPrefix="uc1" TagName="tablebottom" Src="tablebottom.ascx" %>
<%@ Register TagPrefix="uc1" TagName="DataGridNavigation"  Src="DataGridNavigation.ascx"  %>
<%@ Page language="c#" Inherits="RWSB.GeneralSearch.totalview" CodeFile="totalview.aspx.cs" CodeFileBaseClass="RWSB.PageBase" %>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>
		<%= System.Configuration.ConfigurationSettings.AppSettings["ForumName"]%>
		</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="C#" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<LINK href="css/style.css" type="text/css" rel="stylesheet">
		<!--<style type="text/css">@import url( ../test.css ); 
		</style>-->
		<script>
		  function openwin(id)
		  {
		    
		     var parm='top=100,left=100,toolbar=0,,status=1,menubar=0,scrollbars=1,resizable=1,width=600,height=400';
		     window.open ('AddFilesView.aspx?id='+id ,'detail',parm)
		  }
		  
		</script>
	</HEAD>
	<body>
		<form id="Form1" method="post" runat="server">
		   <uc1:header id="Header1" runat="server"></uc1:header>
			<table class="tableframe" cellSpacing="0" cellPadding="0" width="100%" border="0">
                <tr valign=middle>
                    <td bgcolor="#ffffff" class="titlebar" style="height: 9px">
                    <table width="100%" border="0">
							<tr>
								<td><font color=#ffffff><span style="color: #6600ff">当前位置:</span><font color=#6600ff><%= System.Configuration.ConfigurationSettings.AppSettings["ForumName"]%></font><span
                                        style="color: #6600ff">→
									<font color=#6600ff>上报任务查询</font></span></font></td>
									
								<td>最新上报任务信息</td>
														<td width="60">
														</td>
														<td width="60"><A href="Login.aspx">用户登录</A></td>
														<td width="60"><A href="quit.aspx">退出系统</A></td>
														<td width="60"><A href="">帮助信息</A></td>
							</tr>
						</table>
                    </td>
                </tr>
			</table>
			<TABLE class="tableframe" cellSpacing="1" cellPadding="1" width="100%" border="1">
                <tr>
                    <td style="width: 805px; height: 11px;" valign="middle">
                        <asp:Table ID="Table1" runat="server" Height="11px" Width="784px">
                            <asp:TableRow runat="server">
                                <asp:TableCell runat="server" Width="50px">行    别</asp:TableCell>
                                <asp:TableCell runat="server" Width="70px">作业内容</asp:TableCell>
                                <asp:TableCell runat="server" Width="70px">任务性质</asp:TableCell>
                                <asp:TableCell runat="server" Width="70px">作业车间</asp:TableCell>
                                <asp:TableCell runat="server" Width="70px">作业日期</asp:TableCell>
                                <asp:TableCell runat="server" Width="50px">&nbsp;</asp:TableCell>
                            </asp:TableRow>
                        </asp:Table>
						<asp:DropDownList id="dstSearch" runat="server" Width="75px">
                            <asp:ListItem></asp:ListItem>
                            <asp:ListItem Value="1">上行</asp:ListItem>
                            <asp:ListItem Value="2">下行</asp:ListItem>
                        </asp:DropDownList>
                        &nbsp;&nbsp; &nbsp;<asp:DropDownList ID="zynrDDL" runat="server" Width="117px">
                            <asp:ListItem></asp:ListItem>
                            <asp:ListItem Value="1">全面检查</asp:ListItem>
                            <asp:ListItem Value="2">处理缺陷</asp:ListItem>
                            <asp:ListItem Value="3">配合施工</asp:ListItem>
                        </asp:DropDownList>
                        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;<asp:DropDownList
                            ID="rwxzDDL" runat="server" Width="115px">
                            <asp:ListItem></asp:ListItem>
                            <asp:ListItem Value="1">段重点任务</asp:ListItem>
                            <asp:ListItem Value="2">关键设备</asp:ListItem>
                            <asp:ListItem Value="3">年检修任务</asp:ListItem>
                        </asp:DropDownList>
                        &nbsp;
                        &nbsp; &nbsp;&nbsp;<asp:DropDownList ID="fwdept" runat="server"  Width="126px"> </asp:DropDownList>
                        &nbsp; &nbsp; &nbsp;<asp:TextBox ID="fwrq" runat="server" CssClass="input" Width="120px"></asp:TextBox>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
                 <asp:imagebutton id="ImageButton1" runat="server" ImageAlign="AbsBottom" ImageUrl="~/image/cx.gif"></asp:imagebutton>
                    &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
                    &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
                    &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
                    </td>
                </tr>
				<TR>
					<TD style="height: 26px; width: 805px;">
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                        &nbsp; &nbsp; &nbsp;&nbsp;
                    </TD>
					</TR>
				<TR>
					<TD style="width: 805px"><asp:datagrid id="dg" runat="server" Width="100%" DataKeyField="rwid" AutoGenerateColumns="False"  Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" Font-Underline="False" HorizontalAlign="Left" OnDeleteCommand="dg_DeleteCommand" AllowSorting="True" >
							<AlternatingItemStyle BackColor="FloralWhite"></AlternatingItemStyle>
							<HeaderStyle BackColor="LightGoldenrodYellow" Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" Font-Underline="False" HorizontalAlign="Center" Font-Names="宋体" Font-Size="X-Small"></HeaderStyle>
							<Columns>
                                <asp:BoundColumn DataField="rwid" HeaderText="编 号" Visible=False>
                                    <HeaderStyle Width="1%" />
                                </asp:BoundColumn>
                                <asp:BoundColumn DataField="zycj" HeaderText="作业车间">
                                    <HeaderStyle Width="10%" />
                                </asp:BoundColumn>
                                <asp:BoundColumn DataField="zcqj" HeaderText="站场、区间">
                                    <HeaderStyle Width="15%" />
                                </asp:BoundColumn>
                                <asp:BoundColumn DataField="zyxm" HeaderText="作业内容"  ReadOnly=True>
                                    <HeaderStyle Width="10%" />
                                </asp:BoundColumn>
                                <asp:BoundColumn DataField="sbsj" HeaderText="作业时间" DataFormatString="{0:yyyy-MM-dd}" SortExpression="desc">
                                    <HeaderStyle Width="10%" />
                                </asp:BoundColumn>
                                <asp:BoundColumn DataField="wcsl" HeaderText="完成数量"  ReadOnly=True>
                                    <HeaderStyle Width="35%" />
                                </asp:BoundColumn>
                                <asp:BoundColumn DataField="zycjorder" HeaderText="车间显示顺序" Visible="False">
                                    <HeaderStyle Width="1%" />
                                </asp:BoundColumn>
                                <asp:BoundColumn DataField="rwxz" HeaderText="任务性质">
                                    <HeaderStyle Width="10%" />
                                </asp:BoundColumn>
                                <asp:TemplateColumn>
                                    <ItemTemplate>
                                        <asp:LinkButton runat="server" ID="btnmodify" CausesValidation="false"  CommandArgument='<%# DataBinder.Eval(Container.DataItem,"rwid") %>'  Text="修改" OnClick="btnmodify_click"></asp:LinkButton>
                                    </ItemTemplate>
                                </asp:TemplateColumn>
                                <asp:ButtonColumn ButtonType="PushButton" CommandName="Delete" Text="删除">
                                    <HeaderStyle Width="6%" />
                                </asp:ButtonColumn>
							</Columns>
                        <EditItemStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
                            Font-Underline="False" />
						</asp:datagrid>
					</TD>
				</TR>
				<tr>
					<td align="right" style="width: 805px">
						<uc1:DataGridNavigation id="divepage" runat="server"></uc1:DataGridNavigation>
					</td>
				</tr>
			</TABLE>
		</form>
		<uc1:footer id="Footer1" runat="server"></uc1:footer>
	</body>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -