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.

109 lines
6.4 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WmsFeeLCLQuery.aspx.cs" Inherits="DSWeb.SeaiInfoLCL.WmsFeeLCLQuery" %>
<!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;}
.btncss
{
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/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 href="../theme/dhtmlxcombo.css" type="text/css" rel="Stylesheet" media="screen"/>
<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/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" src="../js/m97date/wdatepicker.js"></script>
<script src="../js/browser.js" type="text/javascript"></script>
<script type="text/javascript">
window.dhx_globalImgPath="../images/";
function document.onkeydown(){
if(event.keyCode==116){
event.keyCode = 0;
event.cancelBubble = true;
return false;
}
}
</script>
<script src="../js/WmsFeeLCLQuery.js" type="text/javascript"></script>
</head>
<body onload="initCombo();createGrid();">
<div class="btncss" style="width:100%;height:100%;" oncontextmenu="return true" id="dvContainer";>
<table style="width:100%">
<tr>
<td style="width:20px;"></td>
<td style="width:60px;"><div style="width:60px; text-align:right;">计费日期:</div></td>
<td style="width:70px;"><input runat=server type="text" id="txt_outDate" onclick="WdatePicker()" style="width:70px" class="txtTab"/></td>
<td style="width:60px;"><div style="width:60px; text-align:right;">货主名称:</div></td>
<td style="width:130px;"><select id="sel_customer" runat="server" style="width:100px;" class="txtTab"></select></td>
<td style="width:60px;"><div style="width:60px; text-align:right;">提单号:</div></td>
<td style="width:110px;"><input type="text" id="txt_blno" runat="server" class="txtTab" style="width:100px;"/></td>
<td style="width:60px;"><div style="width:80px; text-align:right;">备案清单号:</div></td>
<td style="width:110px;"><input type="text" id="txt_customno" runat="server" class="txtTab" style="width:100px;"/></td>
<td style="width:20px;"><input type="checkbox" id="ck_isout" runat="server" style="width:20px; display:none;"/></td>
<td style="width:90px;"><div style="width:90px; display:none; text-align:right;">是否包括已出库</div></td>
<%-- <td>
<div class="btn-content">
<div class="btn-blank"></div>
<div class="xbtn">
<div class="btntxt" onclick="AddWmsOut()" id="Div7">添加出库单</div>
</div>
<div class="xbtn">
<div class="btntxt" onclick="DeleteWmsOut()" id="Div8">删除出库单</div>
</div>
<div class="xbtn">
<div class="btntxt" onclick="PrintWmsOut()" id="Div9">打印出库单</div>
</div>
</div>
</td>--%>
<td style="width:80px;">
<div onclick="search()" style="margin-left:5px;width:60px;">
<div style="width:20px; height:20px; float:left;margin-top:3px;"><img src="../images/icons/btnSearch.gif" title="查询"/></div>
<div style="float:left; font-size:12px; cursor:default;margin-top:5px; width:40px;">查询</div></div>
</td>
<td width="20px"></td>
<td style="width:60px;"><div style="float:left; font-size:12px; cursor:default;margin-top:2px; width:60px;" onclick="initGrid()">清空条件</div></td>
<td width="20px"></td>
<td style="width:60px;"><div style="float:left; font-size:12px; cursor:default;margin-top:2px; width:60px;" onclick="printFee()">打印</div></td>
<td width="30%"></td>
</tr>
</table>
</div>
<div id="mygrid_container_invoiceapp" class="grid-ie7" style="width:100%; height:500px;" oncontextmenu="return true" runat="server"></div>
<div id="pager" style="width: 100%; margin: 0px; padding: 4px; border: 0px solid #1220;"></div>
<div id="info" style="text-align: center; width: 100%; margin: 0 2px; padding: 4px; border: 1px solid #1220;display:none;"></div>
<form id="form1" runat="server">
<div>
<input type="hidden" id="h_searchJson" runat="server"/>
<input type="hidden" id="h_customer" runat="server"/>
<input type="hidden" id="h_outDate" runat="server" />
<input type="hidden" id="h_blno" runat="server"/>
<input type="hidden" id="h_issearch" runat="server"/>
</div>
</form>
</body>
</html>