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.
DS7/DSWeb/Shipping/SeaeOrderListBSGenleg.aspx

151 lines
7.5 KiB
Plaintext

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SeaeOrderListBSGenleg.aspx.cs" Inherits="DSWeb.Shipping.SeaeOrderListBSGenleg" %>
<!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;}
</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 src="../js/jsGridSeaeOrderListBSGenleg.js" type="text/javascript"></script>
<script type="text/javascript">
function initDialog(){
var winScreenHeight = 0;
var winScreenWidth = 0;
if(window.screen.height)
{
winScreenHeight = window.screen.height;
}
if(window.screen.width)
{
winScreenWidth = window.screen.width;
}
if(winScreenWidth >= 1440 && winScreenWidth >= 900)
{
document.getElementById("mygrid_container_seae").style.height = "490px";
}
else if(winScreenWidth >= 1366 && winScreenWidth >= 768)
{
document.getElementById("mygrid_container_seae").style.height = "310px";
}
else if(winScreenWidth >= 1024 && winScreenWidth >= 768)
{
document.getElementById("mygrid_container_seae").style.height = "270px";
}
}
//回车键控制
document.onkeypress=function()
{
if(event.keyCode==13)
{
search();
}
}
</script>
</head>
<body onload="initDialog();initCombo();createGrid();">
<form id="form1" runat="server">
<div style=" width:100%; height:100%; position:relative;" oncontextmenu="return true">
<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="tbNO" 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="tbETD" 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="tbETD2" 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="ddlOP" name="ddlOP" runat="server" class="txtTab" style="width:122px"></select>
</td>
<td style="width:140px;" 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>
<div class="buttons" onclick="initSearch()" 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="ddlCUSTOMERNAME" runat=server style="width:122px" 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="ddlVESSEL" 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="ddlVOYNO" runat="server" class="txtTab" style="width:122px" ></select>
</td>
</tr>
</table>
</div>
<div class="btn-content">
<div class="btn-blank"></div>
<div class="xbtn-img" id=divfresh runat=server onclick="refreshOrder()">
<div class="btnimg"><img src="../images/icons/refresh.gif" width="16px" title="刷新列表" class="cssfont"/></div>
</div>
</div>
<div style="width:98%; overflow-x:scroll; position:relative;"><div id="mygrid_container_seae" style="width:6000px; height:430px;" runat="server" class="cssfont"></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>
<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>
<input type="hidden" id="hd_comboCUSTOMERNAME" runat="server"/>
<input type="hidden" id="hd_comboVESSEL" runat="server" />
<input type="hidden" id="hd_comboVOYNO" runat="server" />
<input type="hidden" id="hd_comboOP" runat="server"/>
<input type="hidden" id="hdUserID" runat="server"/>
<input id="hdRangeV" type="hidden" runat="server"/>
<input id="hdRangeO" type="hidden" runat="server"/>
<input id="hdRange" type="hidden" runat="server"/>
</div>
</div>
</form>
</body>
</html>