|
|
|
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="MultipleBussinessReport.aspx.cs" Inherits="DSWeb.Reports.MultipleBussinessReport" %>
|
|
|
|
|
|
|
|
|
|
<!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>
|
|
|
|
|
<style type="text/css">
|
|
|
|
|
.txtTab{border:1px solid #A0A0A4; border-color:#6699CC;}
|
|
|
|
|
.mesWindow{border:#666 1px solid;background:#fff;}
|
|
|
|
|
.mesWindowTop{border-bottom:#eee 1px solid;margin-left:4px;padding:3px;font-weight:bold;text-align:left;font-size:12px;}
|
|
|
|
|
.mesWindowContent{margin:4px;font-size:12px;}
|
|
|
|
|
.mesWindow .close{height:15px;width:28px;border:none;cursor:pointer;text-decoration:underline;background:#fff}
|
|
|
|
|
.btn
|
|
|
|
|
{
|
|
|
|
|
width:100px;
|
|
|
|
|
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>
|
|
|
|
|
<link rel="STYLESHEET" type="text/css" href="../theme/buttons.css"/>
|
|
|
|
|
<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"/>
|
|
|
|
|
<link rel="STYLESHEET" type="text/css" href="../theme/dhtmlxcombo.css"/>
|
|
|
|
|
<script src="../js/dhtmlxcommon.js" type="text/javascript"></script>
|
|
|
|
|
<script src="../js/dhtmlxgrid.js" type="text/javascript"></script>
|
|
|
|
|
<script src="../js/dhtmlxgridcell.js" type="text/javascript"></script>
|
|
|
|
|
<script src="../js/dhtmlxcombo.js" type="text/javascript"></script>
|
|
|
|
|
<script src="../js/dhtmlxgrid_keymap_excel.js" type="text/javascript"></script>
|
|
|
|
|
<script src="../js/dhtmlxgrid_drag.js" type="text/javascript"></script>
|
|
|
|
|
<script src="../js/dhtmlxgrid_group.js" type="text/javascript"></script>
|
|
|
|
|
<script src="../js/dhtmlxgrid_mcol.js" type="text/javascript"></script>
|
|
|
|
|
<script src="../js/TGridCommon.js" type="text/javascript"></script>
|
|
|
|
|
<script src="../js/m97date/wdatepicker.js" type="text/javascript"></script>
|
|
|
|
|
<script src="../js/json2.js" type="text/javascript"></script>
|
|
|
|
|
<script type="text/javascript" src="../js/dhtmlxcombo.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../js/dhtmlxcombo_whp.js"></script>
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
window.dhx_globalImgPath="../images/";
|
|
|
|
|
</script>
|
|
|
|
|
<script type="text/javascript" src="../js/browser.js" ></script>
|
|
|
|
|
<script type="text/javascript" src="../js/TCombo.js" ></script>
|
|
|
|
|
<script src="../js/MultipleBusinessReport.js" type="text/javascript"></script>
|
|
|
|
|
<script type="text/javascript">
//回车键控制
document.onkeypress=function()
|
|
|
|
|
{
|
|
|
|
|
if(event.keyCode==13)
|
|
|
|
|
{
|
|
|
|
|
search();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
</head>
|
|
|
|
|
<body onload="resizeGrid('mygrid_container_report','gridContain','dvContainer',400);reInitJs();initCombo();">
|
|
|
|
|
<div style=" width:100%; height:100%; position:relative;" oncontextmenu="return true" id="dvContainer">
|
|
|
|
|
<form id="form1" runat="server">
|
|
|
|
|
<div>
|
|
|
|
|
<table style="border:0; padding:0;">
|
|
|
|
|
<tr>
|
|
|
|
|
<td style="width:10px;" height="20px"></td>
|
|
|
|
|
<td style="width:50px;"><div style="width:50px; text-align:right;" class="cssfont">编号:</div></td>
|
|
|
|
|
<td style="width:112px;">
|
|
|
|
|
<asp:TextBox ID="txt_no" runat="server" MaxLength="30" Width="120px" CssClass="txtTab"></asp:TextBox>
|
|
|
|
|
</td>
|
|
|
|
|
<td style="width:40px;"><div style="width:50px;text-align:right;" class="cssfont">ETD:</div></td>
|
|
|
|
|
<td style="width:110px;">
|
|
|
|
|
<asp:TextBox ID="txt_beginetd" runat="server" onclick="WdatePicker()" Width="120px" ReadOnly=true CssClass="txtTab"></asp:TextBox>
|
|
|
|
|
</td>
|
|
|
|
|
<td width="10px"><div style="width:50px;text-align:center;" class="cssfont">至</div></td>
|
|
|
|
|
<td style="width:110px;">
|
|
|
|
|
<asp:TextBox ID="txt_endetd" runat="server" onclick="WdatePicker()" Width="120px" ReadOnly=true CssClass="txtTab"></asp:TextBox>
|
|
|
|
|
</td>
|
|
|
|
|
<td style="width:50px;"><div style="width:50px; text-align:right;" class="cssfont">操作:</div></td>
|
|
|
|
|
<td style="width:112px;">
|
|
|
|
|
<select id="sel_op" name="ddlOP" runat="server" class="txtTab" style="width:122px" ></select>
|
|
|
|
|
</td>
|
|
|
|
|
<td style="width:70px;" rowspan="2">
|
|
|
|
|
<div class="buttons" onclick="search()" style="float:left"><a href="javascript:void(0)" class="regular" ><img src="../images/icons/btnSearch.gif" title="查询"/>查询</a></div>
|
|
|
|
|
</td>
|
|
|
|
|
<td style="width:120px;" rowspan="2">
|
|
|
|
|
<div class="buttons" onclick="initSearch()" style="float:left"><a href="javascript:void(0)" class="regular" ><img src="../images/icons/btnDel.gif" title="清空条件"/>清空条件</a></div>
|
|
|
|
|
</td>
|
|
|
|
|
<td style="width:100px;" rowspan="2">
|
|
|
|
|
<div class="buttons" onclick="searchMultiple()" style="float:left"><a href="javascript:void(0)" class="regular">综合查询</a></div>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td style="width:10px;"></td>
|
|
|
|
|
<td><div style="width:50px;text-align:right;" class="cssfont">客户:</div></td>
|
|
|
|
|
<td>
|
|
|
|
|
<select id="sel_customer" runat=server style="width:122px; height: 15px;"
|
|
|
|
|
class="txtTab"></select>
|
|
|
|
|
</td>
|
|
|
|
|
<td style="width:50px;"><div style="width:50px;text-align:right;" class="cssfont">船名:</div></td>
|
|
|
|
|
<td style="width:140px;">
|
|
|
|
|
<select id="sel_vessel" runat="server" class="txtTab" style="width: 122px"></select>
|
|
|
|
|
</td>
|
|
|
|
|
<td style="width:50px;"><div style="width:50px; text-align:right;" class="cssfont">航次:</div></td>
|
|
|
|
|
<td>
|
|
|
|
|
<select id="sel_voyno" runat="server" class="txtTab" style="width:122px" ></select>
|
|
|
|
|
</td>
|
|
|
|
|
<td style="width:50px;"><div style="width:70px; text-align:right;" class="cssfont">业务类型:</div></td>
|
|
|
|
|
<td>
|
|
|
|
|
<select id="sel_bstype" runat="server" style="width:122px;"><option value="0">全部</option><option value="1">海运出口</option><option value="2">海运进口</option><option value="3">空运出口</option><option value="4">空运进口</option><option value="6">报关业务</option></select>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="btn-content">
|
|
|
|
|
<div class="btn-blank"></div>
|
|
|
|
|
<div class="xbtn-img" onclick="refreshOrder()">
|
|
|
|
|
<div class="btnimg"><img src="../images/icons/refresh.gif" width="16px" title="刷新列表" /></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="xbtn-img" onclick="editGridSetting()">
|
|
|
|
|
<div class="btnimg"><img src="../images/icons/SET.gif" width="16px" title="设置列表信息"/></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="grid-ie7" id="gridContain"><div id="mygrid_container_report" style="width:8800px; height:430px;" runat="server"></div></div>
|
|
|
|
|
<div id="pager" style="width: 100%; margin: 0px; padding: 4px; border: 0px solid #999;">
|
|
|
|
|
</div>
|
|
|
|
|
<div id="info" style="text-align: center; width: 100%; margin: 0 2px; padding: 4px; border: 1px solid #999; display:none;"></div>
|
|
|
|
|
<div class="grid-ie7" id="dvTotal"><div id="mygrid_container_total" style="width:3000px; height:100px;" runat="server"></div></div>
|
|
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
<input id="h_searchcache" type="hidden" runat="server"/>
|
|
|
|
|
<input id="h_uid" type="hidden" runat="server" />
|
|
|
|
|
<input id="h_customer" type="hidden" runat="server" />
|
|
|
|
|
<input id="h_vessel" type="hidden" runat="server" />
|
|
|
|
|
<input id="h_voyno" type="hidden" runat="server" />
|
|
|
|
|
<input id="h_operator" type="hidden" runat="server" />
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|