You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DS7/DSWeb/box/boxReport4.aspx

89 lines
3.7 KiB
Plaintext

2 years ago
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="boxReport4.aspx.cs" Inherits="DSWeb.box.boxReport4" %>
<!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 id="Head1" runat="server">
<title>使用箱量报表</title>
<link href="../theme/tab.css" type="text/css" rel="stylesheet" />
<script language="javascript" type="text/javascript" src="../js/m97date/wdatepicker.js"></script>
<link rel="STYLESHEET" type="text/css" href="../theme/dhtmlxgrid.css"/>
<link rel="STYLESHEET" type="text/css" href="../theme/page.css"/>
<!--页面重新加载-->
<link rel="STYLESHEET" type="text/css" href="../theme/button/default/Fee.css"/>
<!--背景条-->
<style type="text/css">
.btn-content0{
width:100%;
height:30px;
background:url("../images/content-header.gif");
cursor:default;
}
.btncss
{
BORDER-RIGHT: #2C59AA 1px solid;
PADDING-RIGHT: 2px; BORDER-TOP: #2C59AA 1px solid;
PADDING-LEFT: 2px; FONT-SIZE: 12px; FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#C3DAF5);
BORDER-LEFT: #2C59AA 1px solid; CURSOR: hand; COLOR: black; PADDING-TOP: 2px;
BORDER-BOTTOM: #2C59AA 1px solid;
}
</style>
<style type="text/css">
*{ margin:0; padding:0;}
html,body{ width:100%; height:100%; overflow:hidden;}
.containercss{ position:relative; width:100%; height:100%; overflow-y:scroll; overflow-x:auto;}
.topcss{ width:100%; position:absolute; top:0; left:0;}
.boxcss{ height:610px;}
</style>
<!--排序-->
<style type="text/css">
.headStyle a{text-decoration:none;}
</style>
</head>
<body style="background-color: #ECF2FF;" >
<form id="form1" runat="server" style="background-color: #ECF2FF">
<div>
<div style="width:100%;vertical-align:text-bottom;" class="btn-content0">
<div class="btn-blank"></div>
<div class="xbtn-img">
<div class="btnimg"><asp:ImageButton ID="ibsave" runat="server"
ImageUrl="~/images/icons/excel.gif" ToolTip="导出Excel" CssClass="cssfont"
onclick="ibsave_Click" /></div>
</div>
</div>
<!-- 选项卡开始 -->
</div>
<asp:GridView ID="grid" runat="server" BackColor="White" Width="100%"
BorderColor="White" BorderStyle="Ridge" BorderWidth="2px" CellPadding="3"
GridLines="None" CellSpacing="1" AutoGenerateColumns="False">
<Columns>
<asp:BoundField HeaderText="箱号" DataField="box_no" />
<asp:BoundField HeaderText="箱型" DataField="cntype" />
<asp:BoundField HeaderText="箱主" DataField="cntrowner" />
<asp:BoundField HeaderText="箱源" DataField="cnsource" />
<asp:BoundField HeaderText="购买时间" DataField="buytime" />
<asp:BoundField HeaderText="状态" DataField="status" />
<asp:BoundField HeaderText="所在港口" DataField="positionName" />
</Columns>
<RowStyle BackColor="#DEDFDE" ForeColor="Black" Height="25px"
HorizontalAlign="Center" />
<FooterStyle BackColor="#C6C3C6" ForeColor="Black" />
<PagerStyle BackColor="#C6C3C6" ForeColor="Black" HorizontalAlign="Right" />
<SelectedRowStyle BackColor="#9471DE" Font-Bold="True" ForeColor="White" />
<HeaderStyle BackColor="#4A3C8C" Font-Bold="True" ForeColor="#E7E7FF"
Height="25px" />
</asp:GridView>
</form>
</body>
</html>