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.
77 lines
4.0 KiB
Plaintext
77 lines
4.0 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="MultipleFeeSearch.aspx.cs" Inherits="DSWeb.Reports.MultipleFeeSearch" %>
|
|
|
|
<!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 runat="server">
|
|
<title>无标题页</title>
|
|
<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"/>
|
|
<style type="text/css">
|
|
table{width:98%;height:100%}
|
|
.txtTab{border:1px solid #A0A0A4; border-color:#6699CC;}
|
|
</style>
|
|
<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 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/MultipleFeeSearch.js" type="text/javascript"></script>
|
|
</head>
|
|
<body onload="initCombos()">
|
|
<form id="form1" runat="server">
|
|
<div class="btn-content">
|
|
<div class="btn-blank"></div>
|
|
<div class="xbtn-small" onclick="makeOutInvoice()">
|
|
<div class="btntxt">查询</div>
|
|
</div>
|
|
<div class="xbtn-large" onclick="rejectApplication()">
|
|
<div class="btntxt">驳回提交</div>
|
|
</div>
|
|
</div>
|
|
<table style="width:98%; height:100%">
|
|
<tr>
|
|
<td style="width:90px;"><div id="dvVessel" style="width:90px; text-align:right">船名:</div></td>
|
|
<td style="width:180px;"><select id="sel_vessel" runat="server" style="width:180px;"></select></td>
|
|
<td style="width:90px;"><div id="dvVoyno" style="width:90px; text-align:right">航次:</div></td>
|
|
<td style="width:180px;"><select id="sel_voyno" runat="server" style="width:180px;"></select></td>
|
|
<td style="width:90px;"><div id="dvETD" style="width:90px; text-align:right">开船日期:</div></td>
|
|
<td style="width:200px;">
|
|
<div style="float:left;width:80px; padding-right:3px;"><input type="text" id="txt_begin" class="txtTab" runat="server" style="width:80px;" onclick="WdatePicker()"/></div>
|
|
<div style="float:left;width:10px; padding:2px 2px 0px 2px;">~</div>
|
|
<div style="float:left;width:80px;"><input type="text" id="txt_end" runat="server" class="txtTab" style="width:80px;" onclick="WdatePicker()"/></div>
|
|
</td>
|
|
<td style="width:30%"></td>
|
|
</tr>
|
|
</table>
|
|
<div id="mygrid_container_feesearch" style="width:1200px; height:400px;" runat="server"></div>
|
|
<div>
|
|
<input type="hidden" id="h_customer" runat="server"/>
|
|
<input type="hidden" id="h_vessel" runat="server" />
|
|
<input type="hidden" id="h_voyno" runat="server" />
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|