|
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ImportFeeHistory.aspx.cs" Inherits="DSWeb.Shipping.ImportFeeHistory" %>
|
|
|
|
|
|
<!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;}
|
|
|
.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
|
|
|
}
|
|
|
.line
|
|
|
{
|
|
|
border-top:1px dashed #cccccc;
|
|
|
height: 1px;
|
|
|
overflow:hidden;
|
|
|
padding-top:5px;
|
|
|
padding-bottom:5px;
|
|
|
}
|
|
|
</style>
|
|
|
<link rel="STYLESHEET" type="text/css" href="../theme/buttons.css"/>
|
|
|
<link rel="STYLESHEET" type="text/css" href="../theme/progressbar.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 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/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/";
|
|
|
|
|
|
function document.onkeydown(){
|
|
|
if(event.keyCode==116){
|
|
|
event.keyCode = 0;
|
|
|
event.cancelBubble = true;
|
|
|
return false;
|
|
|
}
|
|
|
}
|
|
|
//回车键控制
|
|
|
document.onkeypress=function()
|
|
|
{
|
|
|
if(event.keyCode==13)
|
|
|
{
|
|
|
search();
|
|
|
}
|
|
|
}
|
|
|
</script>
|
|
|
<script src="../js/ImportFeeHistory.js" type="text/javascript"></script>
|
|
|
</head>
|
|
|
<body onload="initLoading();search();createFeeGrid();" style="background-color:#ecf2ff;">
|
|
|
<form id="form1" runat="server">
|
|
|
<div>
|
|
|
<table style="border:0; padding:0;">
|
|
|
<tr>
|
|
|
<td style="width:15px;" height="20px"></td>
|
|
|
<td style="width:50px;"><div style="width:50px; text-align:right;" class="cssfont">编号:</div></td>
|
|
|
<td style="width:112px;">
|
|
|
<input type="text" id="txt_no" runat="server" class="txtTab" style="width:120px;" />
|
|
|
</td>
|
|
|
<td style="width:40px;"><div style="width:50px;text-align:right;" class="cssfont">ETD:</div></td>
|
|
|
<td style="width:110px;">
|
|
|
<input type="text" id="txt_begin" runat="server" class="txtTab" style="width:120px;" onclick="WdatePicker()"/>
|
|
|
</td>
|
|
|
<td width="10px"><div style="width:50px;text-align:center;" class="cssfont">至</div></td>
|
|
|
<td style="width:110px;">
|
|
|
<input type="text" id="txt_end" runat="server" class="txtTab" style="width:120px;" onclick="WdatePicker()"/>
|
|
|
</td>
|
|
|
<td style="width:80px;" 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" style="width:90px;"><img src="../images/icons/btnDel.gif" title="清空条件"/>清空条件</a></div>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
</div>
|
|
|
<div class="line" style="width:90%; text-align:center;"></div>
|
|
|
<div style="width:98%; height:26px; padding-left:10px;">
|
|
|
<div style="float:left;width:80px; padding-top:3px;">引入方式:</div>
|
|
|
<div style="float:left;width:30px;"><input type="checkbox" id="ck_all" runat="server" onclick="checkBoxClick('ck_all','ck_fee')"/></div>
|
|
|
<div style="float:left;width:80px; padding-top:3px;">全部引入</div>
|
|
|
<div style="float:left;width:30px;"><input type="checkbox" id="ck_fee" runat="server" checked=1 onclick="checkBoxClick('ck_fee','ck_all')"/></div>
|
|
|
<div style="float:left; width:120px; padding-top:3px;">只引入费用信息</div>
|
|
|
</div>
|
|
|
<div style="width:98%; overflow-x:scroll; position:relative;"><div id="mygrid_container_opseae" style="width:2000px; height:160px;" 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 style="width:98%; overflow-x:scroll; position:relative;height:250px;" id="recvContainer">
|
|
|
<div id="mygrid_container_recvfee" style="width:1700px; height:180px;" runat="server"></div>
|
|
|
<div id="pager_recv" style="width: 100%; margin: 0px; padding: 4px; border: 0px solid #999;">
|
|
|
</div>
|
|
|
<div id="info_recv" style="text-align: center; width: 100%; margin: 0 2px; padding: 4px; border: 1px solid #999;display:none;"></div>
|
|
|
</div>
|
|
|
<div style="width:98%; overflow-x:scroll; position:relative;height:250px;" id="payContainer">
|
|
|
<div id="mygrid_container_payfee" style="width:1700px; height:180px;" runat="server"></div>
|
|
|
<div id="pager_pay" style="width: 100%; margin: 0px; padding: 4px; border: 0px solid #999;">
|
|
|
</div>
|
|
|
<div id="info_pay" style="text-align: center; width: 100%; margin: 0 2px; padding: 4px; border: 1px solid #999;display:none;"></div>
|
|
|
</div>
|
|
|
<div style="padding-top:10px; padding-left:30px; padding-bottom:10px;"><input type="button" id="btn_import" value="引入" class="btn" onclick="importFee()" runat="server"/> <input type="button" id="btn_cancel" value="取消" class="btn" onclick="cancelImport()" runat="server"/></div>
|
|
|
<input type="hidden" id="h_type" runat="server" />
|
|
|
<input type="hidden" id="h_bsno" runat="server" />
|
|
|
<input type="hidden" id="h_post" runat="server" />
|
|
|
<input type="hidden" id="h_cachename" runat="server" />
|
|
|
<input type="hidden" id="h_postcachename" runat="server" />
|
|
|
<input type="hidden" id="h_oplb" runat="server" />
|
|
|
<input type="hidden" id="h_searchJson" runat="server" />
|
|
|
</form>
|
|
|
<div id="progressBar" class="progressBar" style="display:none">数据正在加载中……</div>
|
|
|
</body>
|
|
|
</html>
|