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.
242 lines
12 KiB
Plaintext
242 lines
12 KiB
Plaintext
10 months ago
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SeaExportInfoBusinessChange.aspx.cs" Inherits="DSWeb.Shipping.SeaExportInfoBusinessChange" %>
|
||
|
|
||
|
<!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>
|
||
|
<link rel="STYLESHEET" type="text/css" href="../theme/page.css"/>
|
||
|
<link href="../theme/tab.css" type="text/css" rel="stylesheet" />
|
||
|
<script src="../js/m97date/wdatepicker.js" type="text/javascript"></script>
|
||
|
<link rel="STYLESHEET" type="text/css" href="../theme/button/default/Fee.css"/>
|
||
|
<!--自定义下拉框-->
|
||
|
<link href="../theme/style.css" type="text/css" rel="Stylesheet" media="screen"/>
|
||
|
<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 src="../js/json2.js" type="text/javascript"></script>
|
||
|
<script type="text/javascript">
|
||
|
window.dhx_globalImgPath="../images/";
|
||
|
</script>
|
||
|
<style type="text/css">
|
||
|
.style1
|
||
|
{
|
||
|
width: 100px;
|
||
|
font-size:12px;
|
||
|
}
|
||
|
</style>
|
||
|
<!--按钮条-->
|
||
|
<style type="text/css">
|
||
|
.btn-content0{
|
||
|
width:100%;
|
||
|
height:30px;
|
||
|
background:url("../images/content-header.gif");
|
||
|
cursor:default;
|
||
|
}
|
||
|
</style>
|
||
|
<script type="text/javascript" language=javascript>
|
||
|
var isChangeds;
|
||
|
|
||
|
function $(id)
|
||
|
{
|
||
|
return document.getElementById(id);
|
||
|
}
|
||
|
function QueryString()
|
||
|
{
|
||
|
var name,value,i;//构造参数对象并初始化
|
||
|
var str=location.href;//获得浏览器地址栏URL串
|
||
|
var num=str.indexOf("?")
|
||
|
str=str.substr(num+1);//截取“?”后面的参数串
|
||
|
var arrtmp=str.split("&");//将各参数分离形成参数数组
|
||
|
for(i=0;i < arrtmp.length;i++)
|
||
|
{
|
||
|
num=arrtmp[i].indexOf("=");
|
||
|
if(num>0)
|
||
|
{
|
||
|
name=arrtmp[i].substring(0,num);//取得参数名称
|
||
|
value=arrtmp[i].substr(num+1);//取得参数值
|
||
|
this[name]=value;//定义对象属性并初始化
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
function isChanged()
|
||
|
{
|
||
|
/*
|
||
|
var qs = new QueryString();//调用:
|
||
|
var handle = qs.handle;
|
||
|
*/
|
||
|
isChangeds = 1;
|
||
|
}
|
||
|
window.onbeforeunload = function unloadConfirm()
|
||
|
{
|
||
|
if((event.clientX>document.body.clientWidth&&event.clientY<0)||event.altKey)
|
||
|
{
|
||
|
//alert("关闭触发");
|
||
|
|
||
|
//if(isChangeds == 1)
|
||
|
//{
|
||
|
if(confirm('是否需要保存数据?'))
|
||
|
{
|
||
|
document.getElementById("ibEnter").click();
|
||
|
window.close();
|
||
|
}
|
||
|
else
|
||
|
{
|
||
|
window.close();
|
||
|
}
|
||
|
//}
|
||
|
}
|
||
|
}
|
||
|
function printAction()
|
||
|
{
|
||
|
var strBSNO = "";
|
||
|
strBSNO = $("hdGid").value;
|
||
|
// var openSet = "height=680, width=1050, toolbar=no, menubar=no,scrollbars=no, resizable=1,location=no, status=no,Top= " +(screen.height-710)/2 + ",Left= "+(screen.width-800)/2
|
||
|
// var openType = "_blank";
|
||
|
// var openUrl = "../Reports/SeaExportReport.aspx?bsno="+strBsno;
|
||
|
// window.open (openUrl,openType,openSet);
|
||
|
var printUrl = "";
var companyID = "";
var typeName = "SEAEBUSINESSCHANGE";
var dbSourceID = "";
var userID = "";
|
||
|
var url = "../Reports/ReportService.aspx?handle=printseaebusinesschange&bsno="+strBSNO+"&val="+newGuid();
|
||
|
|
||
|
var loader = dhtmlxAjax.getSync(url);
|
||
|
var reportVal = loader.xmlDoc.responseText;
var reportObj = null;
if(reportVal != ""){
reportObj = eval('(' + reportVal + ')');
if(reportObj.reports.length > 0){
if(reportObj.reports[0].compid != ""){
companyID = reportObj.reports[0].compid;
}
if(reportObj.reports[0].sourceid != ""){
dbSourceID = reportObj.reports[0].sourceid;
}
if(reportObj.reports[0].compid != ""){
userID = reportObj.reports[0].userid;
}
printUrl = "print://?comp="+companyID+"&type="+typeName+"&dbid="+dbSourceID+"&uid="+userID;//alert(printUrl);
window.location.href = window.location.href;
location.href = printUrl;
}
}else{
|
||
|
alert("没有要打印的报表");
|
||
|
return;
|
||
|
}
|
||
|
}
|
||
|
function newGuid(){
|
||
|
var guid = "";
|
||
|
for (var i = 1; i <= 32; i++){
|
||
|
var n = Math.floor(Math.random()*16.0).toString(16);
|
||
|
guid += n;
|
||
|
if((i==8)||(i==12)||(i==16)||(i==20))
|
||
|
guid += "-";
|
||
|
}
|
||
|
return guid.toUpperCase();
|
||
|
}
|
||
|
</script>
|
||
|
<script type="text/javascript">
function reloadParent(strBSNO,strLEID)
{
|
||
|
/*
|
||
|
alert("成功提交!");
|
||
|
window.opener.location.reload();
|
||
|
history.back();
|
||
|
$("hdGid").value = strLEID;
|
||
|
$("hdEnter").value = "0";
|
||
|
postEnterTopCtn();
*/
//alert("strBSNO="+strBSNO);
var parentObj = window.parent.location;
var oldUrl = parentObj.href;
var idIndex = oldUrl.indexOf("&leid=&");//alert("1."+oldUrl+","+idIndex);
//
var newUrl = "";
if(idIndex <= 0)
{
newUrl = oldUrl.substring(0,idIndex+4);//alert("2."+oldUrl.substring(0,idIndex));
window.parent.opener.location.href = window.parent.opener.location.href;
parentObj.href = newUrl+strBSNO;
}
else
{
var handleIndex = oldUrl.indexOf("handle=");
newUrl = oldUrl.substring(0,handleIndex);//alert("3."+handleIndex+","+newUrl);
window.parent.opener.location.href = window.parent.opener.location.href;
parentObj.href = newUrl+"handle=edit&leid="+strLEID+"&id="+strBSNO;
}
//
alert("成功提交!");
}
</script>
|
||
|
</head>
|
||
|
<body style="background-color: #ECF2FF;">
|
||
|
<form id="form1" runat="server" style="background-color: #ECF2FF;">
|
||
|
<div style="width:100%;vertical-align:text-bottom;" class="btn-content0">
|
||
|
<div class="btn-blank"></div>
|
||
|
<div class="xbtn-img">
|
||
|
<asp:ImageButton ID="ibEnter" runat="server" onclick="btnEnter_Click" ToolTip="保存" ImageUrl="~/images/icons/save.gif" CssClass="btnimg"/>
|
||
|
</div>
|
||
|
<div class="xbtn-img">
|
||
|
<div class="btnimg"><img id=imgPrint runat=server src="../images/icons/print.gif" style="width:16px;" title="报表打印" onclick="printAction()"/></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div style="float:left;" style="background-color: #ECF2FF;">
|
||
|
<!-- 选项卡开始 -->
|
||
|
<div class="nTab">
|
||
|
<!-- 内容开始 -->
|
||
|
<div class="TabContent" style="background-color: #ECF2FF;">
|
||
|
<div>
|
||
|
<table width="100%">
|
||
|
<tr>
|
||
|
<td class="style1">TO</td>
|
||
|
<td>
|
||
|
<asp:TextBox ID="tbTO" runat="server" CssClass="txtTab" MaxLength="60"></asp:TextBox>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td class="style1">ATTN</td>
|
||
|
<td>
|
||
|
<asp:TextBox ID="tbATTN" runat="server" CssClass="txtTab" MaxLength="30"></asp:TextBox>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td class="style1">FM</td>
|
||
|
<td>
|
||
|
<asp:TextBox ID="tbFM" runat="server" CssClass="txtTab" MaxLength="50"></asp:TextBox>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td class="style1">船名/航次</td>
|
||
|
<td>
|
||
|
<asp:TextBox ID="tbVESSELVOYNO" runat="server" CssClass="txtTab" MaxLength="100"></asp:TextBox>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td class="style1">主提单号</td>
|
||
|
<td>
|
||
|
<asp:TextBox ID="tbMBLNO" runat="server" CssClass="txtTab" MaxLength="30"></asp:TextBox>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td class="style1">卸货港</td>
|
||
|
<td>
|
||
|
<asp:TextBox ID="tbPORTDISCHARGE" runat="server" CssClass="txtTab" MaxLength="30"></asp:TextBox>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td class="style1">开船日期</td>
|
||
|
<td>
|
||
|
<asp:TextBox ID="tbETD" runat="server" CssClass="txtTab" onclick="WdatePicker()"></asp:TextBox>
|
||
|
<asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ErrorMessage="格式错误(yyyy-MM-dd)" ControlToValidate="tbETD" ValidationExpression="\d{4}-\d{2}-\d{2}"></asp:RegularExpressionValidator>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td class="style1">件重尺</td>
|
||
|
<td>
|
||
|
<asp:TextBox ID="tbPKC" runat="server" CssClass="txtTab" MaxLength="100"></asp:TextBox>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td class="style1">箱型箱量</td>
|
||
|
<td>
|
||
|
<asp:TextBox ID="tbCNTR" runat="server" CssClass="txtTab" MaxLength="100"></asp:TextBox>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td colspan=2 align="center" height="10"><hr color="#96B3DD" /></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
<table width="100%">
|
||
|
<tr>
|
||
|
<td class="cssfont">更改项目</td>
|
||
|
<td class="cssfont">原内容</td>
|
||
|
<td class="cssfont">现内容</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td width=30%>
|
||
|
<asp:TextBox ID="tbProName" runat="server" CssClass="txtTab" TextMode="MultiLine" Height=100px style="overflow-y:auto;height:100px;" MaxLength="600" Width=100%></asp:TextBox>
|
||
|
</td>
|
||
|
<td width=30%>
|
||
|
<asp:TextBox ID="tbProOld" runat="server" CssClass="txtTab" TextMode="MultiLine" Height=100px style="overflow-y:auto;height:100px;" MaxLength="600" Width=100%></asp:TextBox>
|
||
|
</td>
|
||
|
<td width=30%>
|
||
|
<asp:TextBox ID="tbProNew" runat="server" CssClass="txtTab" TextMode="MultiLine" Height=100px style="overflow-y:auto;height:100px;" MaxLength="600" Width=100%></asp:TextBox>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td class="cssfont">备注</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td colspan=3>
|
||
|
<asp:TextBox ID="tbREMARK" runat="server" CssClass="txtTab" TextMode="MultiLine" Height=100px style="overflow-y:auto;height:100px;" MaxLength="600">N/M</asp:TextBox>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<input type="hidden" id="hdGid" runat="server"/>
|
||
|
</div>
|
||
|
<div style="height:200px"></div>
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|