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.
566 lines
25 KiB
Plaintext
566 lines
25 KiB
Plaintext
10 months ago
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CodeDisportSetInfo.aspx.cs" Inherits="DSWeb.ParameterSet.CodeDisportSetInfo" %>
|
||
|
|
||
|
<!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 href="../theme/tab.css" type="text/css" rel="stylesheet" />
|
||
|
<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/style.css" type="text/css" rel="Stylesheet" media="screen"/>
|
||
|
<!--页面重新加载-->
|
||
|
<link rel="STYLESHEET" type="text/css" href="../theme/button/default/Fee.css"/>
|
||
|
<script type="text/javascript">
|
||
|
String.prototype.trim = function() { return this.replace(/(^\s*)|(\s*$)/g,""); }
|
||
|
function $(id)
|
||
|
{
|
||
|
return document.getElementById(id);
|
||
|
}
|
||
|
function reloadParent(strBSNO, strHandle) {
|
||
|
//alert("strBSNO="+strBSNO);
|
||
|
var parentObj = window.parent.location;
|
||
|
var oldUrl = parentObj.href;
|
||
|
var idIndex = oldUrl.indexOf("&id"); //alert(oldUrl);
|
||
|
//
|
||
|
var newUrl = "";
|
||
|
if (strHandle == "edit") {
|
||
|
//newUrl = oldUrl.substring(0,idIndex+4);//alert(oldUrl.substring(0,idIndex));
|
||
|
window.parent.opener.location.href = window.parent.opener.location.href;
|
||
|
//parentObj.href = newUrl+strBSNO;
|
||
|
}
|
||
|
else if (strHandle == "del") {
|
||
|
newUrl = oldUrl.substring(0, idIndex + 4); //alert(oldUrl.substring(0,idIndex));
|
||
|
window.parent.opener.location.href = window.parent.opener.location.href;
|
||
|
parentObj.href = newUrl + strBSNO;
|
||
|
}
|
||
|
else if (strHandle == "add") {
|
||
|
var handleIndex = oldUrl.indexOf("handle="); //alert(handleIndex);
|
||
|
newUrl = oldUrl.substring(0, handleIndex);
|
||
|
window.parent.opener.location.href = window.parent.opener.location.href;
|
||
|
parentObj.href = newUrl + "handle=edit&id=" + strBSNO;
|
||
|
}
|
||
|
//
|
||
|
window.opener.location.reload();
|
||
|
alert("操作成功!");
|
||
|
}
</script>
|
||
|
<!--自定义下拉框-->
|
||
|
<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 type="text/javascript">
|
||
|
window.dhx_globalImgPath="../images/";
|
||
|
</script>
|
||
|
<script type="text/javascript">
|
||
|
var comboCHAU;//州
|
||
|
var comboCOUNTRY;//国家
|
||
|
var comboLANEGID;//航线
|
||
|
|
||
|
function $(id)
|
||
|
{
|
||
|
return document.getElementById(id);
|
||
|
}
|
||
|
function initComboCHAU()//州
|
||
|
{
|
||
|
comboCHAU = dhtmlXComboFromSelect("ddlCHAU");
|
||
|
comboCHAU.loadXML("../FeeCodes/CodeCountrySetAdapter.aspx?mask=0&pos=0&type=chau");
|
||
|
}
|
||
|
function initComboCHAU2()//州
|
||
|
{
|
||
|
comboCHAU.attachEvent("onChange", function()
|
||
|
{
|
||
|
comboCHAU.setComboText($("hd_comboCHAU").value);
|
||
|
});
|
||
|
comboCHAU.attachEvent("onBlur", function()
|
||
|
{
|
||
|
var s1 = comboCHAU.getComboText();
|
||
|
if(s1=="")
|
||
|
{
|
||
|
$("hd_comboCHAU").value="";
|
||
|
}
|
||
|
else
|
||
|
{
|
||
|
$("hd_comboCHAU").value=comboCHAU.getSelectedValue();
|
||
|
}
|
||
|
});
|
||
|
comboCHAU.setComboText($("hd_comboCHAU").value);
|
||
|
comboCHAU.attachEvent("onKeyPressed", function(keyCode)
|
||
|
{
|
||
|
if(keyCode!="8")
|
||
|
{
|
||
|
var arrayArg = new Array();
|
||
|
setTimeout(function()
|
||
|
{
|
||
|
var filterCount = 0;
|
||
|
var is = -1;
|
||
|
var ishd = $("hd_comboCHAU").value;
|
||
|
if("" != comboCHAU.getComboText())
|
||
|
{
|
||
|
while("undefined" != typeof comboCHAU.getOptionByIndex(filterCount))
|
||
|
{
|
||
|
var comboValue = comboCHAU.getOptionByIndex(filterCount).text.toUpperCase();//.value;
|
||
|
var enterValue = comboCHAU.getComboText().toUpperCase();
|
||
|
$("hd_comboCHAU").value = comboCHAU.getComboText().toUpperCase();
|
||
|
if(comboValue.indexOf(enterValue) == 0)
|
||
|
{
|
||
|
comboCHAU.selectOption(filterCount,true,true);
|
||
|
is=filterCount;
|
||
|
break;
|
||
|
}
|
||
|
++filterCount;
|
||
|
}
|
||
|
if(is==-1)
|
||
|
{
|
||
|
$("hd_comboCHAU").value = ishd;
|
||
|
alert("无此内容,请重新选择!");
|
||
|
}
|
||
|
}
|
||
|
},10);
|
||
|
}
|
||
|
});
|
||
|
comboCHAU.attachEvent("onSelectionChange", function()
|
||
|
{
|
||
|
$("hd_comboCHAU").value = comboCHAU.getComboText();
|
||
|
});
|
||
|
}
|
||
|
function initComboCOUNTRY()//国家
|
||
|
{
|
||
|
comboCOUNTRY = dhtmlXComboFromSelect("ddlCOUNTRY");
|
||
|
comboCOUNTRY.loadXML("../FeeCodes/CodeCountrySetAdapter.aspx?mask=0&pos=0&type=guo");
|
||
|
}
|
||
|
function initComboCOUNTRY2()//国家
|
||
|
{
|
||
|
comboCOUNTRY.setOptionWidth(200);
|
||
|
comboCOUNTRY.attachEvent("onChange", function()
|
||
|
{
|
||
|
comboCOUNTRY.setComboText($("hd_comboCOUNTRY").value);
|
||
|
});
|
||
|
comboCOUNTRY.attachEvent("onBlur", function(){
|
||
|
$("tbCOUNTRYID").value=comboCOUNTRY.getSelectedValue().toUpperCase().trim();
|
||
|
var s1 = comboCOUNTRY.getComboText().toUpperCase();
|
||
|
var s2 = s1.indexOf("|");
|
||
|
if(s1=="")
|
||
|
{
|
||
|
$("hd_comboCOUNTRY").value="";
|
||
|
comboCOUNTRY.setComboText($("hd_comboCOUNTRY").value);
|
||
|
$("tbCOUNTRYID").value="";
|
||
|
}
|
||
|
else
|
||
|
{
|
||
|
if(s2>0)
|
||
|
{
|
||
|
s2=s2+2;
|
||
|
}
|
||
|
var s3 = s1.substring(s2);
|
||
|
if(s2>0)
|
||
|
{
|
||
|
comboCOUNTRY.setComboText(s3);
|
||
|
$("hd_comboCOUNTRY").value=s3;
|
||
|
}
|
||
|
else
|
||
|
{
|
||
|
comboCOUNTRY.setComboText($("hd_comboCOUNTRY").value);
|
||
|
}
|
||
|
|
||
|
}
|
||
|
});
|
||
|
comboCOUNTRY.setComboText($("hd_comboCOUNTRY").value);
|
||
|
comboCOUNTRY.attachEvent("onKeyPressed", function(keyCode)
|
||
|
{
|
||
|
if(keyCode!="8")
|
||
|
{
|
||
|
var arrayArg = new Array();
|
||
|
setTimeout(function()
|
||
|
{
|
||
|
var filterCount = 0;
|
||
|
var is = -1;
|
||
|
var ishd = $("hd_comboCOUNTRY").value;
|
||
|
if("" != comboCOUNTRY.getComboText())
|
||
|
{
|
||
|
while("undefined" != typeof comboCOUNTRY.getOptionByIndex(filterCount))
|
||
|
{
|
||
|
var comboValue = comboCOUNTRY.getOptionByIndex(filterCount).text.toUpperCase();//.value;
|
||
|
var enterValue = comboCOUNTRY.getComboText().toUpperCase();
|
||
|
$("hd_comboCOUNTRY").value = comboCOUNTRY.getComboText().toUpperCase();
|
||
|
if(comboValue.indexOf(enterValue) == 0)
|
||
|
{
|
||
|
comboCOUNTRY.selectOption(filterCount,true,true);
|
||
|
is=filterCount;
|
||
|
break;
|
||
|
}
|
||
|
++filterCount;
|
||
|
}
|
||
|
}
|
||
|
},10);
|
||
|
}
|
||
|
});
|
||
|
comboCOUNTRY.attachEvent("onSelectionChange", function()
|
||
|
{
|
||
|
$("hd_comboCOUNTRY").value = comboCOUNTRY.getComboText().toUpperCase();;
|
||
|
});
|
||
|
}
|
||
|
function initComboLANEGID()//航线
|
||
|
{
|
||
|
comboLANEGID = dhtmlXComboFromSelect("ddlLANEGID");
|
||
|
comboLANEGID.loadXML("../FeeCodes/COUNTRYIDAdapter.aspx?mask=0&pos=0&type=lanegid");
|
||
|
}
|
||
|
function initComboLANEGID2()//航线
|
||
|
{
|
||
|
comboLANEGID.attachEvent("onChange", function()
|
||
|
{
|
||
|
comboLANEGID.setComboText($("hd_comboLANE").value);
|
||
|
});
|
||
|
comboLANEGID.attachEvent("onBlur", function(){
|
||
|
$("hd_comboLANEGID").value=comboLANEGID.getSelectedValue();
|
||
|
var s1 = comboLANEGID.getComboText();
|
||
|
var s2 = s1.indexOf("|");
|
||
|
if(s1=="")
|
||
|
{
|
||
|
$("hd_comboLANE").value="";
|
||
|
comboLANEGID.setComboText($("hd_comboLANE").value);
|
||
|
$("hd_comboLANEGID").value="";
|
||
|
}
|
||
|
else
|
||
|
{
|
||
|
//
|
||
|
if(s2>0)
|
||
|
{
|
||
|
s2=s2+2;
|
||
|
}
|
||
|
var s3 = s1.substring(s2);
|
||
|
if(s2>0)
|
||
|
{
|
||
|
comboLANEGID.setComboText(s3);
|
||
|
$("hd_comboLANE").value=s3;
|
||
|
}
|
||
|
else
|
||
|
{
|
||
|
comboLANEGID.setComboText($("hd_comboLANE").value);
|
||
|
}
|
||
|
}
|
||
|
});
|
||
|
comboLANEGID.setComboText($("hd_comboLANE").value);
|
||
|
comboLANEGID.attachEvent("onKeyPressed", function(keyCode)
|
||
|
{
|
||
|
if(keyCode!="8")
|
||
|
{
|
||
|
var arrayArg = new Array();
|
||
|
setTimeout(function()
|
||
|
{
|
||
|
var filterCount = 0;
|
||
|
var is = -1;
|
||
|
var ishd = $("hd_comboLANE").value;
|
||
|
if("" != comboLANEGID.getComboText())
|
||
|
{
|
||
|
while("undefined" != typeof comboLANEGID.getOptionByIndex(filterCount))
|
||
|
{
|
||
|
var comboValue = comboLANEGID.getOptionByIndex(filterCount).text.toUpperCase();//.value;
|
||
|
var enterValue = comboLANEGID.getComboText().toUpperCase();
|
||
|
$("hd_comboLANE").value = comboLANEGID.getComboText().toUpperCase();
|
||
|
if(comboValue.indexOf(enterValue) == 0)
|
||
|
{
|
||
|
comboLANEGID.selectOption(filterCount,true,true);
|
||
|
is=filterCount;
|
||
|
break;
|
||
|
}
|
||
|
++filterCount;
|
||
|
}
|
||
|
if(is==-1)
|
||
|
{
|
||
|
$("hd_comboLANE").value = ishd;
|
||
|
alert("无此内容,请重新选择!");
|
||
|
}
|
||
|
}
|
||
|
},10);
|
||
|
}
|
||
|
});
|
||
|
comboLANEGID.attachEvent("onSelectionChange", function()
|
||
|
{
|
||
|
$("hd_comboLANE").value = comboLANEGID.getComboText();
|
||
|
});
|
||
|
}
|
||
|
</script>
|
||
|
<!--蒙板-->
|
||
|
<script type="text/javascript">
|
||
|
function dialog()
|
||
|
{
|
||
|
this.width=450;
|
||
|
this.height=360;
|
||
|
this.title_height=20;
|
||
|
this.html='';
|
||
|
this.title='';
|
||
|
var self = this;
|
||
|
var bgObj,msgObj,titleObj;
|
||
|
this.close=function()
|
||
|
{
|
||
|
document.body.removeChild(document.getElementById("bgDiv"));
|
||
|
document.getElementById("msgDiv").removeChild(document.getElementById("msgTitle"));
|
||
|
document.body.removeChild(document.getElementById("msgDiv"));
|
||
|
}
|
||
|
|
||
|
this.show=function()
|
||
|
{
|
||
|
var msgw,msgh,bordercolor;
|
||
|
msgw=self.width;
|
||
|
msgh=self.height;
|
||
|
bordercolor="#336699";
|
||
|
titlecolor="#99CCFF";
|
||
|
|
||
|
var sWidth,sHeight;
|
||
|
sWidth=document.body.offsetWidth;
|
||
|
sHeight=screen.height;
|
||
|
bgObj=document.createElement("div");
|
||
|
bgObj.setAttribute('id','bgDiv');
|
||
|
bgObj.style.position="absolute";
|
||
|
bgObj.style.top="0";
|
||
|
bgObj.style.background="#777";
|
||
|
bgObj.style.filter="progid:DXImageTransform.Microsoft.Alpha(style=3,opacity=25,finishOpacity=75";
|
||
|
bgObj.style.opacity="0.6";
|
||
|
bgObj.style.left="0";
|
||
|
bgObj.style.width=sWidth + "px";
|
||
|
bgObj.style.height=sHeight + "px";
|
||
|
bgObj.style.zIndex = "10000";
|
||
|
document.body.appendChild(bgObj);
|
||
|
|
||
|
msgObj=document.createElement("div")
|
||
|
msgObj.setAttribute("id","msgDiv");
|
||
|
msgObj.setAttribute("align","center");
|
||
|
msgObj.style.background="white";
|
||
|
msgObj.style.border="1px solid " + bordercolor;
|
||
|
msgObj.style.position = "absolute";
|
||
|
msgObj.style.left = "50%";
|
||
|
msgObj.style.top = "30%";
|
||
|
msgObj.style.font="12px/1.6em Verdana, Geneva, Arial, Helvetica, sans-serif";
|
||
|
msgObj.style.marginLeft = "-225px" ;
|
||
|
msgObj.style.marginTop = -75+document.documentElement.scrollTop+"px";
|
||
|
msgObj.style.width = msgw + "px";
|
||
|
msgObj.style.height =msgh + "px";
|
||
|
msgObj.style.textAlign = "center";
|
||
|
msgObj.style.lineHeight ="25px";
|
||
|
msgObj.style.zIndex = "10001";
|
||
|
|
||
|
titleObj=document.createElement("h4");
|
||
|
titleObj.setAttribute("id","msgTitle");
|
||
|
titleObj.setAttribute("align","center");
|
||
|
titleObj.style.margin="0";
|
||
|
titleObj.style.padding="3px";
|
||
|
titleObj.style.background=bordercolor;
|
||
|
titleObj.style.filter="progid:DXImageTransform.Microsoft.Alpha(startX=20, startY=20, finishX=100, finishY=100,style=1,opacity=75,finishOpacity=100);";
|
||
|
titleObj.style.opacity="0.75";
|
||
|
titleObj.style.border="1px solid " + bordercolor;
|
||
|
titleObj.style.height=self.title_height+"px";
|
||
|
titleObj.style.font="12px Verdana, Geneva, Arial, Helvetica, sans-serif";
|
||
|
titleObj.style.color="white";
|
||
|
titleObj.style.cursor="pointer";
|
||
|
titleObj.innerHTML=self.title;
|
||
|
//titleObj.onclick=function(){self.close();}
|
||
|
document.body.appendChild(msgObj);
|
||
|
document.getElementById("msgDiv").appendChild(titleObj);
|
||
|
var txt=document.createElement("div");
|
||
|
txt.style.margin="1em 0"
|
||
|
txt.setAttribute("id","msgTxt");
|
||
|
txt.innerHTML=self.html;
|
||
|
document.getElementById("msgDiv").appendChild(txt);
|
||
|
}
|
||
|
}
|
||
|
function msgBox()
|
||
|
{
|
||
|
var dg=new dialog();
|
||
|
dg.html="程序正在提交,请稍等!";
|
||
|
//dg.html+="<input type=button onclick='new dialog().close();' value='确定'>";
|
||
|
dg.width=200;
|
||
|
dg.height=100;
|
||
|
dg.title="标题";
|
||
|
dg.show();
}
|
||
|
function setEnter()
|
||
|
{
|
||
|
/*
|
||
|
var loader;
|
||
|
var strFEECODE;
|
||
|
var strNAME;
|
||
|
|
||
|
if($("hdHandleType").value=="edit")
|
||
|
{
|
||
|
loader = dhtmlxAjax.getSync("../FeeCodes/CodeDisportSetInfoAdapter.aspx?GID="+$("hdGid").value+"&strFEECODE="+escape($("tbFEECODE").value)+"&val="+newGuid());
|
||
|
loader = strBL.xmlDoc.responseText;
|
||
|
if(loader!="")
|
||
|
{
|
||
|
var arrtmp=loader.split("&&");//将各参数分离形成参数数组
|
||
|
if(arrtmp.length>0)
|
||
|
{
|
||
|
strFEECODE = arrtmp[0];
|
||
|
strNAME = arrtmp[1];
|
||
|
}
|
||
|
}
|
||
|
//
|
||
|
if(strFEECODE!=$("tbFEECODE").value)
|
||
|
{
|
||
|
if(!confirm('此港口已启用,是否覆盖?'))
|
||
|
{
|
||
|
return;
|
||
|
}
|
||
|
}
|
||
|
//
|
||
|
if(strNAME!=$("tbNAME").value)
|
||
|
{
|
||
|
if(!confirm('此港口已启用,是否覆盖?'))
|
||
|
{
|
||
|
return;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
*/
|
||
|
//
|
||
|
$("hdEnter").value="0";
|
||
|
msgBox();
|
||
|
setTimeout(postEnterOpStatusList,200);
}
|
||
|
|
||
|
//post数据
|
||
|
function postEnterOpStatusList()
|
||
|
{
|
||
|
var myForm = document.getElementById("form1");
|
||
|
myForm.submit() ;
|
||
|
}
|
||
|
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();
|
||
|
}
//回车键控制
document.onkeypress=function()
|
||
|
{
|
||
|
if(event.keyCode==13)
|
||
|
{
|
||
|
if(event.srcElement.tagName== 'TEXTAREA')
|
||
|
{
|
||
|
return true;
|
||
|
}
|
||
|
//window.event.keyCode=9;
|
||
|
return false;
|
||
|
}
|
||
|
}
|
||
|
</script>
|
||
|
<!--背景条-->
|
||
|
<style type="text/css">
|
||
|
.btn-content0{
|
||
|
width:100%;
|
||
|
height:30px;
|
||
|
background:url("../images/content-header.gif");
|
||
|
cursor:default;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body style="background-color: #ECF2FF" onload="initComboCOUNTRY2();initComboCHAU2();initComboLANEGID2();">
|
||
|
<form id="form1" runat="server" style="background-color: #ECF2FF">
|
||
|
<div>
|
||
|
<div style="width:100%;vertical-align:text-bottom;" class="btn-content0">
|
||
|
<div class="btn-blank"></div>
|
||
|
<div class="xbtn-img">
|
||
|
<div class="btnimg"><asp:ImageButton ID="ibAdd" runat="server" onclick="ibAdd_Click" ToolTip="添加" ImageUrl="~/images/icons/btnAdd.gif"/></div>
|
||
|
</div>
|
||
|
<div id="divibEnter" class="xbtn-img" runat=server onclick="setEnter();">
|
||
|
<div class="btnimg"><img src="../images/icons/save.gif" width="16px" title="保存" class="cssfont"/></div>
|
||
|
</div>
|
||
|
<div class="xbtn-img">
|
||
|
<div class="btnimg"><asp:ImageButton ID="ibDel" runat="server" onclick="ibDel_Click" ToolTip="删除" ImageUrl="../images/icons/remove.gif" OnClientClick="return confirm('确定要删除吗?')"/></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div id="myTab0_Content0" style="float:left; width:500px;background-color: #ECF2FF">
|
||
|
<table>
|
||
|
<tr>
|
||
|
<td width="100px" valign=top>
|
||
|
<asp:Label ID="Label6" runat="server" Text="港口英文名称" width="100px" CssClass="cssfont"></asp:Label>
|
||
|
</td>
|
||
|
<td width="100px" valign=top>
|
||
|
<asp:TextBox ID="tbPORT" runat="server" CssClass="txtTab2" MaxLength=60></asp:TextBox>
|
||
|
</td>
|
||
|
<td width="10px"></td>
|
||
|
<td width="100px" valign=top>
|
||
|
<asp:Label ID="Label7" runat="server" Text="港口中文名称" width="100px" CssClass="cssfont"></asp:Label>
|
||
|
</td>
|
||
|
<td width="100px" valign=top>
|
||
|
<asp:TextBox ID="tbCNAME" runat="server" CssClass="txtTab2" MaxLength=60></asp:TextBox>
|
||
|
</td>
|
||
|
<td width="10px"></td>
|
||
|
<td width="80px" valign=top>
|
||
|
<asp:Label ID="Label2" runat="server" Text="港口类型" width="80px" CssClass="cssfont"></asp:Label>
|
||
|
</td>
|
||
|
<td width="100px" valign=top>
|
||
|
<asp:DropDownList ID="ddlPORTTYPE" runat="server" width="115px" Font-Size="12px" Height=22px>
|
||
|
<asp:ListItem Selected="True">港口</asp:ListItem>
|
||
|
<asp:ListItem>内陆点</asp:ListItem>
|
||
|
</asp:DropDownList>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td width="100px" valign=top>
|
||
|
<asp:Label ID="Label8" runat="server" Text="国家" width="100px" CssClass="cssfont"></asp:Label>
|
||
|
</td>
|
||
|
<td width="100px" valign=top>
|
||
|
<select id="ddlCOUNTRY" runat=server class="txtTab2" style="width:113px;"></select>
|
||
|
</td>
|
||
|
<td width="10px"></td>
|
||
|
<td width="100px" valign=top>
|
||
|
<asp:Label ID="Label1" runat="server" Text="国家代码" width="100px" CssClass="cssfont"></asp:Label>
|
||
|
</td>
|
||
|
<td width="100px" valign=top>
|
||
|
<asp:TextBox ID="tbCOUNTRYID" runat="server" CssClass="txtTab2" MaxLength=2></asp:TextBox>
|
||
|
</td>
|
||
|
<td width="10px"></td>
|
||
|
<td width="80px" valign=top>
|
||
|
<asp:Label ID="Label5" runat="server" Text="洲" width="80px" CssClass="cssfont"></asp:Label>
|
||
|
</td>
|
||
|
<td width="100px" valign=top>
|
||
|
<select id="ddlCHAU" runat=server class="txtTab2" style="width:113px;"></select>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td width="100px" valign=top>
|
||
|
<asp:Label ID="Label3" runat="server" Text="航线" width="100px" CssClass="cssfont"></asp:Label>
|
||
|
</td>
|
||
|
<td width="100px" valign=top>
|
||
|
<select id="ddlLANEGID" runat=server class="txtTab2" style="width:112px;"></select>
|
||
|
</td>
|
||
|
<td width="10px"></td>
|
||
|
<td width="100px" valign=top>
|
||
|
<asp:Label ID="Label9" runat="server" Text="港口EDI编码" width="100px" CssClass="cssfont"></asp:Label>
|
||
|
</td>
|
||
|
<td width="100px" valign=top>
|
||
|
<asp:TextBox ID="tbEDICODE" runat="server" CssClass="txtTab2" MaxLength=10></asp:TextBox>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td width="100px" valign=top>
|
||
|
<asp:Label ID="Label4" runat="server" Text="港口说明" width="100px" CssClass="cssfont"></asp:Label>
|
||
|
</td>
|
||
|
<td width="100px" valign=top colspan=7>
|
||
|
<asp:TextBox ID="tbEXPLAIN" runat="server" CssClass="txtTab" MaxLength=2000 Height=80px Width=580px style="overflow-y:auto;height:80px;" TextMode="MultiLine"></asp:TextBox>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</div>
|
||
|
</div>
|
||
|
<!-- 选项卡结束 -->
|
||
|
<div>
|
||
|
<input type="hidden" id="hdGid" runat="server"/>
|
||
|
<input type="hidden" id="hdUserID" runat="server"/>
|
||
|
<input type="hidden" id="hdHandleType" runat="server"/>
|
||
|
<input type="hidden" id="hdEnter" runat="server"/>
|
||
|
|
||
|
<input type="hidden" id="hd_comboCOUNTRY" runat="server"/>
|
||
|
<input type="hidden" id="hd_comboCHAU" runat="server"/>
|
||
|
<input type="hidden" id="hd_comboLANEGID" runat="server"/>
|
||
|
<input type="hidden" id="hd_comboLANE" runat="server"/>
|
||
|
|
||
|
<asp:ImageButton ID="ibEnter" runat="server" ToolTip="保存" ImageUrl="~/images/icons/save.gif" style="display:none;"/>
|
||
|
</div>
|
||
|
<div style="height:200px; width:100%;"></div>
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|