|
@@ -398,6 +398,10 @@ bw.detail.save=function(){
|
|
|
if(van($('#addform input[name=lkhc]'),"旅客核查年综合通过能力")==false){return false;}
|
|
|
if(van($('#addform input[name=lkgs]'),"旅客估算年综合通过能力")==false){return false;}
|
|
|
|
|
|
+ if($('#addform input[name=bwbh]').val().length>10){
|
|
|
+ ts("泊位编号长度不能大于10",$('#addform input[name=bwbh]'));
|
|
|
+ return false;
|
|
|
+ }
|
|
|
var iframeObj=document.getElementById("mapiframe");
|
|
|
|
|
|
if(iframeObj.contentWindow && iframeObj.contentWindow.gis ){
|