|
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="OweFeeReport.aspx.cs" Inherits="DSWeb.Shipping.OweFeeReport" %>
|
|
|
|
|
|
<!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>
|
|
|
<script src="../js/m97date/wdatepicker.js" type="text/javascript"></script>
|
|
|
<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;
|
|
|
}
|
|
|
</style>
|
|
|
<!--Grid-->
|
|
|
<link rel="STYLESHEET" type="text/css" href="../theme/dhtmlxgrid.css" />
|
|
|
<link rel="STYLESHEET" type="text/css" href="../theme/page.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/jsGridOweFeeReport.js" type="text/javascript"></script>
|
|
|
<script src="../js/json2.js" type="text/javascript"></script>
|
|
|
<style type="text/css">
|
|
|
#divh
|
|
|
{
|
|
|
position: absolute;
|
|
|
z-index: 1001;
|
|
|
left: 40%;
|
|
|
top: 30%;
|
|
|
width: 300px;
|
|
|
margin-left: -200px;
|
|
|
border: solid 6px #ddd;
|
|
|
}
|
|
|
.box
|
|
|
{
|
|
|
border: solid 1px #999;
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
#tit
|
|
|
{
|
|
|
border-bottom: solid 1px #999;
|
|
|
background-color: #cccccc;
|
|
|
padding: 6px;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
#bod
|
|
|
{
|
|
|
background-color: #ffffff;
|
|
|
padding: 20px;
|
|
|
}
|
|
|
#bot
|
|
|
{
|
|
|
border-top: solid 1px #999;
|
|
|
background-color: #cccccc;
|
|
|
text-align: right;
|
|
|
}
|
|
|
.menu
|
|
|
{
|
|
|
position: absolute;
|
|
|
z-index: 101;
|
|
|
width: 150px;
|
|
|
border: solid 1px #999;
|
|
|
padding: 2px;
|
|
|
background-color: #ffffff;
|
|
|
}
|
|
|
.menu a
|
|
|
{
|
|
|
padding: 5px 6px;
|
|
|
font-size: 12px;
|
|
|
color: #000000;
|
|
|
cursor: default;
|
|
|
text-decoration: none;
|
|
|
padding-top: 1px;
|
|
|
width: 90px;
|
|
|
}
|
|
|
.menu a:hover
|
|
|
{
|
|
|
background-color: #507cd1;
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
.regular
|
|
|
{
|
|
|
text-decoration: none;
|
|
|
cursor: default;
|
|
|
margin-right: 20px;
|
|
|
}
|
|
|
.imgLeftButton
|
|
|
{
|
|
|
background-image: url(../images/icons/edit_right.gif);
|
|
|
height: 19px;
|
|
|
width: 19px;
|
|
|
margin-left: 22px;
|
|
|
margin-bottom: 30px;
|
|
|
}
|
|
|
.imgLeftHoverButton
|
|
|
{
|
|
|
background-image: url(../images/icons/edit_righthover.gif);
|
|
|
height: 19px;
|
|
|
width: 19px;
|
|
|
margin-left: 22px;
|
|
|
margin-bottom: 30px;
|
|
|
}
|
|
|
.imgRightButton
|
|
|
{
|
|
|
background-image: url(../images/icons/edit_left.gif);
|
|
|
height: 19px;
|
|
|
width: 19px;
|
|
|
margin-left: 22px;
|
|
|
}
|
|
|
.imgRightHoverButton
|
|
|
{
|
|
|
background-image: url(../images/icons/edit_lefthover.gif);
|
|
|
height: 19px;
|
|
|
width: 19px;
|
|
|
margin-left: 22px;
|
|
|
}
|
|
|
.imgUpButton
|
|
|
{
|
|
|
background-image: url(../images/icons/edit_up.gif);
|
|
|
height: 19px;
|
|
|
width: 19px;
|
|
|
margin-left: 22px;
|
|
|
margin-bottom: 30px;
|
|
|
}
|
|
|
.imgUpHoverButton
|
|
|
{
|
|
|
background-image: url(../images/icons/edit_uphover.gif);
|
|
|
height: 19px;
|
|
|
width: 19px;
|
|
|
margin-left: 22px;
|
|
|
margin-bottom: 30px;
|
|
|
}
|
|
|
.imgDownButton
|
|
|
{
|
|
|
background-image: url(../images/icons/edit_down.gif);
|
|
|
height: 19px;
|
|
|
width: 19px;
|
|
|
margin-left: 22px;
|
|
|
}
|
|
|
.imgDownHoverButton
|
|
|
{
|
|
|
background-image: url(../images/icons/edit_downhover.gif);
|
|
|
height: 19px;
|
|
|
width: 19px;
|
|
|
margin-left: 22px;
|
|
|
}
|
|
|
.enterButton
|
|
|
{
|
|
|
display: block;
|
|
|
float: left;
|
|
|
margin: 0 7px 0 0;
|
|
|
background-color: #d5d5d5;
|
|
|
border: 1px solid #dedede;
|
|
|
border-top: 1px solid #eee;
|
|
|
border-left: 1px solid #eee;
|
|
|
font-family: "Lucida Grande" , Tahoma, Arial, Verdana, sans-serif;
|
|
|
font-size: 12px;
|
|
|
line-height: 130%;
|
|
|
text-decoration: none;
|
|
|
font-weight: bold;
|
|
|
color: #565656;
|
|
|
cursor: default;
|
|
|
padding: 5px 10px 6px 7px; /* Links */
|
|
|
width: 60px;
|
|
|
text-align: center;
|
|
|
margin-top: 8px;
|
|
|
margin-left: 20px;
|
|
|
}
|
|
|
.enterButton:hover
|
|
|
{
|
|
|
background-color: #dff4ff;
|
|
|
border: 1px solid #c2e1ef;
|
|
|
color: #336699;
|
|
|
}
|
|
|
.enterButton:active
|
|
|
{
|
|
|
background-color: #6299c5;
|
|
|
border: 1px solid #6299c5;
|
|
|
color: #fff;
|
|
|
}
|
|
|
.dvMenu
|
|
|
{
|
|
|
display: block;
|
|
|
background-color: #ffffff;
|
|
|
border: 1px solid #dedede;
|
|
|
border-top: 1px solid #eee;
|
|
|
border-left: 1px solid #eee;
|
|
|
font-family: "Lucida Grande" , Tahoma, Arial, Verdana, sans-serif;
|
|
|
font-size: 12px;
|
|
|
line-height: 130%;
|
|
|
text-decoration: none;
|
|
|
font-weight: bold;
|
|
|
color: #565656;
|
|
|
cursor: default;
|
|
|
padding: 8px 0px 6px 7px; /* Links */
|
|
|
width: 95%;
|
|
|
text-align: center;
|
|
|
}
|
|
|
.dvMenu:hover
|
|
|
{
|
|
|
background-color: #dff4ff;
|
|
|
border: 1px solid #c2e1ef;
|
|
|
color: #336699;
|
|
|
}
|
|
|
.dvMenu:active
|
|
|
{
|
|
|
background-color: #6299c5;
|
|
|
border: 1px solid #6299c5;
|
|
|
color: #fff;
|
|
|
}
|
|
|
.txtTab{border:1px solid #A0A0A4; border-color:#6699CC;}
|
|
|
</style>
|
|
|
<!--自定义下拉框-->
|
|
|
<link href="../theme/dhtmlxcombo.css" type="text/css" rel="Stylesheet" media="screen" />
|
|
|
<script type="text/javascript" src="../js/dhtmlxcommon.js"></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">
|
|
|
var comboVESSEL;//船名
|
|
|
var comboVOYNO;//航次
|
|
|
var comboSALE;//揽货人
|
|
|
var comboCUSTOMERNAME;//委托单位
|
|
|
|
|
|
function $(id)
|
|
|
{
|
|
|
return document.getElementById(id);
|
|
|
}
|
|
|
function initComboCUSTOMERNAME()//委托单位
|
|
|
{
|
|
|
comboCUSTOMERNAME = dhtmlXComboFromSelect("ddlCUSTOMERNAME");
|
|
|
comboCUSTOMERNAME.loadXML("../FeeCodes/WebCrmClientAdapter.aspx?mask=0&pos=0");//&strIS=ISCONTROLLER
|
|
|
comboCUSTOMERNAME.attachEvent("onChange", function()
|
|
|
{
|
|
|
comboCUSTOMERNAME.setComboText($("hd_comboCUSTOMERNAME").value);
|
|
|
});
|
|
|
comboCUSTOMERNAME.attachEvent("onBlur", function(){
|
|
|
var s1 = comboCUSTOMERNAME.getComboText().trim();
|
|
|
var s2 = s1.indexOf("|");
|
|
|
if(s1=="")
|
|
|
{
|
|
|
$("hd_comboCUSTOMERNAME").value="";
|
|
|
comboCUSTOMERNAME.setComboText($("hd_comboCUSTOMERNAME").value);
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
if(s2>0)
|
|
|
{
|
|
|
s2=s2+2;
|
|
|
}
|
|
|
var s3 = s1.substring(s2);
|
|
|
if(s2>0)
|
|
|
{
|
|
|
comboCUSTOMERNAME.setComboText(s3);
|
|
|
$("hd_comboCUSTOMERNAME").value=s3;
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
comboCUSTOMERNAME.setComboText($("hd_comboCUSTOMERNAME").value);
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
comboCUSTOMERNAME.setComboText($("hd_comboCUSTOMERNAME").value);
|
|
|
comboCUSTOMERNAME.attachEvent("onKeyPressed", function(keyCode)
|
|
|
{
|
|
|
if(keyCode!="8")
|
|
|
{
|
|
|
var arrayArg = new Array();
|
|
|
setTimeout(function()
|
|
|
{
|
|
|
var filterCount = 0;
|
|
|
var is = -1;
|
|
|
var ishd = $("hd_comboCUSTOMERNAME").value.trim();
|
|
|
if("" != comboCUSTOMERNAME.getComboText().trim())
|
|
|
{
|
|
|
while("undefined" != typeof comboCUSTOMERNAME.getOptionByIndex(filterCount))
|
|
|
{
|
|
|
var comboValue = comboCUSTOMERNAME.getOptionByIndex(filterCount).text.toUpperCase();//.value;
|
|
|
var enterValue = comboCUSTOMERNAME.getComboText().trim().toUpperCase();
|
|
|
$("hd_comboCUSTOMERNAME").value = comboCUSTOMERNAME.getComboText().trim().toUpperCase();
|
|
|
if(comboValue.indexOf(enterValue) == 0)
|
|
|
{
|
|
|
comboCUSTOMERNAME.selectOption(filterCount,true,true);
|
|
|
is=filterCount;
|
|
|
break;
|
|
|
}
|
|
|
++filterCount;
|
|
|
}
|
|
|
if(is==-1)
|
|
|
{
|
|
|
$("hd_comboCUSTOMERNAME").value = ishd;
|
|
|
alert("无此内容,请重新选择!");
|
|
|
}
|
|
|
}
|
|
|
},10);
|
|
|
}
|
|
|
});
|
|
|
comboCUSTOMERNAME.attachEvent("onSelectionChange", function()
|
|
|
{
|
|
|
$("hd_comboCUSTOMERNAME").value = comboCUSTOMERNAME.getComboText().trim();
|
|
|
var s1 = comboCUSTOMERNAME.getComboText().trim();
|
|
|
if(s1=="")
|
|
|
{
|
|
|
$("hd_comboCUSTOMERNAME").value="";
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
function initComboSALE()//揽货人
|
|
|
{
|
|
|
//生成
|
|
|
var strUserID=document.getElementById("" + '<%= hdUserID.ClientID %>' + "").value;
|
|
|
comboSALE = dhtmlXComboFromSelect("ddlSALE");
|
|
|
comboSALE.loadXML("../FeeCodes/OPAdapter.aspx?mask=0&pos=0&rName=isSaleMan&userID="+strUserID);
|
|
|
comboSALE.attachEvent("onChange", function()
|
|
|
{
|
|
|
comboSALE.setComboText($("hd_comboSALE").value);
|
|
|
});
|
|
|
comboSALE.attachEvent("onBlur", function(){
|
|
|
var s1 = comboSALE.getComboText().trim();
|
|
|
var s2 = s1.indexOf("|");
|
|
|
if(s1=="")
|
|
|
{
|
|
|
$("hd_comboSALE").value="";
|
|
|
comboSALE.setComboText($("hd_comboSALE").value);
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
if(s2>0)
|
|
|
{
|
|
|
s2=s2+2;
|
|
|
}
|
|
|
var s3 = s1.substring(s2);
|
|
|
if(s2>0)
|
|
|
{
|
|
|
comboSALE.setComboText(s3);
|
|
|
$("hd_comboSALE").value=s3;
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
comboSALE.setComboText($("hd_comboSALE").value);
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
comboSALE.setComboText($("hd_comboSALE").value);
|
|
|
comboSALE.attachEvent("onKeyPressed", function(keyCode)
|
|
|
{
|
|
|
if(keyCode!="8")
|
|
|
{
|
|
|
var arrayArg = new Array();
|
|
|
setTimeout(function()
|
|
|
{
|
|
|
var filterCount = 0;
|
|
|
var is = -1;
|
|
|
var ishd = $("hd_comboSALE").value.trim();
|
|
|
if("" != comboSALE.getComboText().trim())
|
|
|
{
|
|
|
while("undefined" != typeof comboSALE.getOptionByIndex(filterCount))
|
|
|
{
|
|
|
var comboValue = comboSALE.getOptionByIndex(filterCount).text.toUpperCase();//.value;
|
|
|
var enterValue = comboSALE.getComboText().trim().toUpperCase();
|
|
|
$("hd_comboSALE").value = comboSALE.getComboText().trim().toUpperCase();
|
|
|
if(comboValue.indexOf(enterValue) == 0)
|
|
|
{
|
|
|
comboSALE.selectOption(filterCount,true,true);
|
|
|
is=filterCount;
|
|
|
break;
|
|
|
}
|
|
|
++filterCount;
|
|
|
}
|
|
|
if(is==-1)
|
|
|
{
|
|
|
$("hd_comboSALE").value = ishd;
|
|
|
alert("无此内容,请重新选择!");
|
|
|
}
|
|
|
}
|
|
|
},10);
|
|
|
}
|
|
|
});
|
|
|
comboSALE.attachEvent("onSelectionChange", function()
|
|
|
{
|
|
|
$("hd_comboSALE").value = comboSALE.getComboText().trim();
|
|
|
var s1 = comboSALE.getComboText().trim();
|
|
|
if(s1=="")
|
|
|
{
|
|
|
$("hd_comboSALE").value="";
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
function initComboVESSEL()//船名
|
|
|
{
|
|
|
comboVESSEL = dhtmlXComboFromSelect("ddlVESSEL");
|
|
|
comboVESSEL.loadXML("../FeeCodes/TCodeVesselAdapter.aspx?mask=0&pos=0");
|
|
|
//
|
|
|
comboVOYNO = dhtmlXComboFromSelect("ddlVOYNO");
|
|
|
var strVESSEL=$("hd_comboVESSEL").value;
|
|
|
comboVOYNO.loadXML("../FeeCodes/TCodeVoynoAdapter.aspx?mask=0&pos=0&strVESSEL="+strVESSEL);
|
|
|
}
|
|
|
function initComboVESSEL2()//船名
|
|
|
{
|
|
|
comboVESSEL.setComboText($("hd_comboVESSEL").value);
|
|
|
comboVESSEL.attachEvent("onKeyPressed", function(keyCode)
|
|
|
{
|
|
|
if(keyCode!="8")
|
|
|
{
|
|
|
var arrayArg = new Array();
|
|
|
setTimeout(function()
|
|
|
{
|
|
|
var filterCount = 0;
|
|
|
if("" != comboVESSEL.getComboText().trim())
|
|
|
{
|
|
|
while("undefined" != typeof comboVESSEL.getOptionByIndex(filterCount))
|
|
|
{
|
|
|
var comboValue = comboVESSEL.getOptionByIndex(filterCount).text.toUpperCase();//.value;
|
|
|
var enterValue = comboVESSEL.getComboText().toUpperCase();
|
|
|
$("hd_comboVESSEL").value = comboVESSEL.getComboText().toUpperCase();
|
|
|
if(comboValue.indexOf(enterValue) == 0)
|
|
|
{
|
|
|
comboVESSEL.selectOption(filterCount,true,true);
|
|
|
$("hd_comboVESSEL").value = comboVESSEL.getComboText().trim();
|
|
|
break;
|
|
|
}
|
|
|
++filterCount;
|
|
|
}
|
|
|
}
|
|
|
},10);}});
|
|
|
comboVESSEL.attachEvent("onBlur", function()
|
|
|
{
|
|
|
$("hd_comboVESSEL").value = comboVESSEL.getComboText().trim();
|
|
|
$("hd_comboVOYNO").value="";
|
|
|
initComboVOYNO();
|
|
|
});
|
|
|
comboVESSEL.attachEvent("onChange", function()
|
|
|
{
|
|
|
comboVESSEL.setComboText($("hd_comboVESSEL").value);
|
|
|
});
|
|
|
comboVESSEL.attachEvent("onSelectionChange", function()
|
|
|
{
|
|
|
$("hd_comboVESSEL").value = comboVESSEL.getComboText().trim();
|
|
|
});
|
|
|
}
|
|
|
function initComboVOYNO()//航次
|
|
|
{
|
|
|
var strVESSEL;
|
|
|
try
|
|
|
{
|
|
|
strVESSEL=comboVESSEL.getSelectedValue().trim();//$("hd_comboVESSEL").value;
|
|
|
}
|
|
|
catch(e)
|
|
|
{
|
|
|
strVESSEL="";
|
|
|
}
|
|
|
//var strVESSEL=comboVESSEL.getSelectedValue().trim();//$("hd_comboVESSEL").value;
|
|
|
comboVOYNO.loadXML("../FeeCodes/TCodeVoynoAdapter.aspx?mask=0&pos=0&strVESSEL="+strVESSEL);
|
|
|
comboVOYNO.setComboText($("hd_comboVOYNO").value);
|
|
|
comboVOYNO.attachEvent("onChange", function()
|
|
|
{
|
|
|
comboVOYNO.setComboText($("hd_comboVOYNO").value);
|
|
|
});
|
|
|
comboVOYNO.attachEvent("onKeyPressed", function(keyCode)
|
|
|
{
|
|
|
if(keyCode!="8")
|
|
|
{
|
|
|
var arrayArg = new Array();
|
|
|
setTimeout(function()
|
|
|
{
|
|
|
var filterCount = 0;
|
|
|
if("" != comboVOYNO.getComboText().trim())
|
|
|
{
|
|
|
while("undefined" != typeof comboVOYNO.getOptionByIndex(filterCount))
|
|
|
{
|
|
|
var comboValue = comboVOYNO.getOptionByIndex(filterCount).text.toUpperCase();//.value;
|
|
|
var enterValue = comboVOYNO.getComboText().trim().toUpperCase();
|
|
|
$("hd_comboVOYNO").value = comboVOYNO.getComboText().trim().toUpperCase();
|
|
|
if(comboValue.indexOf(enterValue) == 0)
|
|
|
{
|
|
|
comboVOYNO.selectOption(filterCount,true,true);
|
|
|
break;
|
|
|
}
|
|
|
++filterCount;
|
|
|
}
|
|
|
}
|
|
|
},10);}});
|
|
|
comboVOYNO.attachEvent("onSelectionChange", function()
|
|
|
{
|
|
|
$("hd_comboVOYNO").value = comboVOYNO.getComboText().trim();
|
|
|
});
|
|
|
}
|
|
|
</script>
|
|
|
<!--GridEnd-->
|
|
|
<script language="javascript" type="text/javascript">
|
|
|
function ShowDetailSelect()
|
|
|
{
|
|
|
$("hid_sel").value = "all";
|
|
|
var ck=document.getElementsByName("CheckBox1");
|
|
|
if(ck[0].checked)
|
|
|
{
|
|
|
$("hid_CheckBox1").value = "1";
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
$("hid_CheckBox1").value = "0";
|
|
|
}
|
|
|
setFEETYPE();
|
|
|
initLog();
|
|
|
initMenu();
|
|
|
}
|
|
|
function setFEETYPE()
|
|
|
{
|
|
|
var DropDownList1 = document.getElementById("ddlFEETYPE"); //获取DropDownList控件的引用
|
|
|
var DropDownList1_Index = DropDownList1.selectedIndex; //获取选择项的索引
|
|
|
var DropDownList1_Value = DropDownList1.options[DropDownList1_Index].value;//获取选择项的值
|
|
|
//var DropDownList1_Text = DropDownList1.options[DropDownList1_Index].text;//获取选择项的文本
|
|
|
$("hd_FEETYPE").value = DropDownList1_Value;
|
|
|
}
|
|
|
//回车键控制
|
|
|
document.onkeypress=function()
|
|
|
{
|
|
|
if(event.keyCode==13)
|
|
|
{
|
|
|
ShowDetailSelect();
|
|
|
}
|
|
|
}
|
|
|
</script>
|
|
|
</head>
|
|
|
<body onload="initWinScreen();initLog();initMenu();initComboCUSTOMERNAME();initComboSALE();initComboVESSEL();initComboVESSEL2();initComboVOYNO();setFEETYPE()" style="border: 0px; width: 100%; height: 100%">
|
|
|
<form id="form1" runat="server">
|
|
|
<div style="width: 100%; vertical-align: text-bottom;" class="btn-content0">
|
|
|
<div class="btn-blank"></div>
|
|
|
<div class="xbtn-img" id=divexcel runat=server onclick="setExcel()">
|
|
|
<div class="btnimg"><img src="../images/icons/excel.gif" width="16px" height="16px" title="导出" class="cssfont"/></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div>
|
|
|
<table style="border:0; padding:0;">
|
|
|
<tr>
|
|
|
<td style="width:60px;"><div style="width:60px; text-align:right;" class="cssfont">提单号:</div></td>
|
|
|
<td style="width:102px;">
|
|
|
<input id="tbNO" type="text" class="txtTab" style="width:100px; height:18px;" />
|
|
|
</td>
|
|
|
<td style="width:60px;"><div style="width:60px;text-align:right;" class="cssfont">结算单位:</div></td>
|
|
|
<td style="width:102px;">
|
|
|
<select id="ddlCUSTOMERNAME" runat=server class="txtTab" style="width:102px"></select>
|
|
|
</td>
|
|
|
<td style="width:60px;"><div style="width:60px;text-align:right;" class="cssfont">揽货人:</div></td>
|
|
|
<td style="width:82px;">
|
|
|
<select id="ddlSALE" runat=server class="txtTab" style="width:80px"></select>
|
|
|
</td>
|
|
|
<td style="width:60px;"><div style="width:60px; text-align:right;" class="cssfont">业务日期:</div></td>
|
|
|
<td style="width:80px;">
|
|
|
<asp:TextBox ID="tbETD" runat="server" CssClass="txtTab" onclick="WdatePicker()" ReadOnly="True" Width="80px" Height=18px></asp:TextBox>
|
|
|
</td>
|
|
|
<td width="10px"><div style="width:10px;text-align:center;" class="cssfont">至</div></td>
|
|
|
<td style="width:80px;">
|
|
|
<asp:TextBox ID="tbETD2" runat="server" onclick="WdatePicker()" CssClass="txtTab" ReadOnly="True" Width="80px" Height=18px></asp:TextBox>
|
|
|
</td>
|
|
|
<td style="width:60px;"><div style="width:60px; text-align:right;" class="cssfont">会计期间:</div></td>
|
|
|
<td style="width:80px;">
|
|
|
<asp:TextBox ID="tbACCDATE" runat="server" CssClass="txtTab" ToolTip="例:‘2011-4’" onclick="WdatePicker({dateFmt:'yyyy-M'});" MaxLength=7 Width="80px" Height=18px></asp:TextBox>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td><div style="width:60px;text-align:right;" class="cssfont">船名:</div></td>
|
|
|
<td>
|
|
|
<select id="ddlVESSEL" runat="server" CssClass="txtTab" style="width:102px"></select>
|
|
|
</td>
|
|
|
<td style="width:60px;"><div style="width:60px;text-align:right;" class="cssfont">航次:</div></td>
|
|
|
<td style="width:102px;">
|
|
|
<select id="ddlVOYNO" runat="server" CssClass="txtTab" style="width:102px"></select>
|
|
|
</td>
|
|
|
<td style="width:60px;"><div style="width:60px; text-align:right;" class="cssfont">收付方式:</div></td>
|
|
|
<td>
|
|
|
<asp:DropDownList ID="ddlFEETYPE" runat="server" CssClass="txtTab" style="width:82px" Height=22px>
|
|
|
<asp:ListItem Selected="True" Value="1">收费</asp:ListItem>
|
|
|
<asp:ListItem Value="2">付费</asp:ListItem>
|
|
|
<asp:ListItem Value="0">ALL</asp:ListItem>
|
|
|
</asp:DropDownList>
|
|
|
</td>
|
|
|
<td style="width:60px;"><div style="width:60px; text-align:right;" class="cssfont">业务类型:</div></td>
|
|
|
<td style="width:80px;">
|
|
|
<asp:DropDownList ID="ddlBSTYPE" runat="server" Width="84px" Height=22px>
|
|
|
<asp:ListItem Selected="True" Value="all">ALL</asp:ListItem>
|
|
|
<asp:ListItem Value="海运出口">海运出口</asp:ListItem>
|
|
|
<asp:ListItem Value="海运进口">海运进口</asp:ListItem>
|
|
|
<asp:ListItem Value="海运进口散货">海运进口散货</asp:ListItem>
|
|
|
<asp:ListItem Value="报关业务">报关业务</asp:ListItem>
|
|
|
</asp:DropDownList>
|
|
|
</td>
|
|
|
<td></td>
|
|
|
<td><asp:CheckBox ID="CheckBox1" runat="server" Checked=false Text="显示已结算" CssClass="cssfont"/></td>
|
|
|
<td></td>
|
|
|
<td valign="middle" style="width:70px;">
|
|
|
<div onclick="ShowDetailSelect()" style="margin-left:5px; width:70px;">
|
|
|
<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:30px;">查询</div></div>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
</div>
|
|
|
<div oncontextmenu="return false" style="overflow-x:hidden;">
|
|
|
<div id="mygrid_container_log" style="width: 100%; height: 430px;" runat="server" class="cssfont">
|
|
|
</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>
|
|
|
<input type="hidden" id="hid_id" runat="server" />
|
|
|
<input type="hidden" id="hid_CheckBox1" runat="server" />
|
|
|
<input type="hidden" id="hid_sel" runat="server" />
|
|
|
<input type="hidden" id="hid_userid" runat="server" />
|
|
|
<input type="hidden" id="hdUserID" runat="server"/>
|
|
|
<input type="hidden" id="hd_comboCUSTOMERNAME" runat="server"/>
|
|
|
<input type="hidden" id="hd_comboSALE" runat="server"/>
|
|
|
<input type="hidden" id="hd_comboVESSEL" runat="server" />
|
|
|
<input type="hidden" id="hd_comboVOYNO" runat="server" />
|
|
|
<input type="hidden" id="hd_FEETYPE" runat="server" />
|
|
|
|
|
|
<input type="hidden" id="hdNAMES" runat="server" />
|
|
|
<input type="hidden" id="hdSQL" runat="server" />
|
|
|
<asp:ImageButton ID="ibExcel" runat="server" onclick="ibExcel_Click" ImageUrl="../images/icons/excel.gif" ToolTip="导出" class="cssfont" style="display:none;"/>
|
|
|
|
|
|
<input type="hidden" id="hid_setting" runat="server" />
|
|
|
<input type="hidden" id="hid_header" runat="server" />
|
|
|
<div id="dvSaveState" runat="server">
|
|
|
</div>
|
|
|
<div id="divh" style="display: none;">
|
|
|
<div class="box">
|
|
|
<div id="tit">
|
|
|
</div>
|
|
|
<div id="bod">
|
|
|
</div>
|
|
|
<div id="bot">
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div id="dvGain" runat=server>
|
|
|
<table style="border-width:0 1px 1px 0;padding:2px;">
|
|
|
<tr>
|
|
|
<td><div id="div1" runat="server" class="feeTitle" style="width:70px;">应收RMB:</div></td>
|
|
|
<td><div id="divSumFee1" runat="server" class="feePayAmount" style="width:100%; text-align:left;"></div></td>
|
|
|
<td><div id="div2" runat="server" class="feeTitle" style="width:70px;">实收RMB:</div></td>
|
|
|
<td><div id="divSumFee2" runat="server" class="feePayAmount" style="width:100%; text-align:left;"></div></td>
|
|
|
<td><div id="div3" runat="server" class="feeTitle" style="width:70px;">应收USD:</div></td>
|
|
|
<td><div id="divSumFee3" runat="server" class="feePayAmount" style="width:100%; text-align:left;"></div></td>
|
|
|
<td><div id="div4" runat="server" class="feeTitle" style="width:70px;">实收USD:</div></td>
|
|
|
<td><div id="divSumFee4" runat="server" class="feePayAmount" style="width:100%; text-align:left;"></div></td>
|
|
|
<td><div id="div5" runat="server" class="feeTitle" style="width:70px;">余额:</div></td>
|
|
|
<td><div id="divSumFee5" runat="server" class="feePayAmount" style="width:100%; text-align:left;"></div></td>
|
|
|
<td><div id="div11" runat="server" class="feeTitle" style="width:70px;">开票RMB:</div></td>
|
|
|
<td><div id="divSumFee11" runat="server" class="feePayAmount" style="width:100%; text-align:left;"></div></td>
|
|
|
<td><div id="div12" runat="server" class="feeTitle" style="width:70px;">开票USD:</div></td>
|
|
|
<td><div id="divSumFee12" runat="server" class="feePayAmount" style="width:100%; text-align:left;"></div></td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
</div>
|
|
|
<div id="dvGain2" runat=server>
|
|
|
<table style="border-width:0 1px 1px 0;padding:2px;">
|
|
|
<tr>
|
|
|
<td><div id="div6" runat="server" class="feeTitle" style="width:70px;">应付RMB:</div></td>
|
|
|
<td><div id="divSumFee6" runat="server" class="feePayAmount" style="width:100%; text-align:left;"></div></td>
|
|
|
<td><div id="div7" runat="server" class="feeTitle" style="width:70px;">实付RMB:</div></td>
|
|
|
<td><div id="divSumFee7" runat="server" class="feePayAmount" style="width:100%; text-align:left;"></div></td>
|
|
|
<td><div id="div8" runat="server" class="feeTitle" style="width:70px;">应付USD:</div></td>
|
|
|
<td><div id="divSumFee8" runat="server" class="feePayAmount" style="width:100%; text-align:left;"></div></td>
|
|
|
<td><div id="div9" runat="server" class="feeTitle" style="width:70px;">实付USD:</div></td>
|
|
|
<td><div id="divSumFee9" runat="server" class="feePayAmount" style="width:100%; text-align:left;"></div></td>
|
|
|
<td><div id="div10" runat="server" class="feeTitle" style="width:70px;">差额:</div></td>
|
|
|
<td><div id="divSumFee10" runat="server" class="feePayAmount" style="width:100%; text-align:left;"></div></td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
</div>
|
|
|
</form>
|
|
|
</body>
|
|
|
</html>
|