| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182 | <%@ page language="java" contentType="text/html; charset=UTF-8"	pageEncoding="UTF-8"%><!DOCTYPE html><html lang="en"><head>    <meta charset="utf-8">    <title>江苏省港口建设与经营管理信息系统</title>    <meta name="viewport" content="width=device-width, initial-scale=1">    <%@ include file="../../common.jsp"%>	<script type="text/javascript" src="${app }/static/biz/js/ggfwxxgl/hxhbgl/hxhbgldetail.js"></script>	<script type="text/javascript">		$(document).ready(function () {			iFrameHeightIframe('${menuid}');//自适应高度			jyrSel('','${jyr}');		});		/* function jyrSel(jyrid){			guanbipop();			$.post($.app + "/gkjyr/findById", {				id:jyrid		    }, function(data) {		    	//返回的是经营人实体,你可以在回掉中,进行任何其他字段的默认填写		    	$('#xzjyr').val(data.gkjyr);		    	$('#xzjyrid').val(data.id);		    }, "json");		} */		function jyrSel(jyrid,jyr){			if(jyr!=null&&jyr!=''){				var jsonJyr = $.parseJSON(jyr);				$('#xzjyr').val(jsonJyr.gkjyr);		    	$('#xzjyrid').val(jsonJyr.id);		    	$('#ajyrselect').css('display','none');//把选择经营人按钮隐藏			}else if(jyrid!=null&&jyrid!=''){				guanbipop();				$.post($.app + "/gkjyr/findById", {					id:jyrid			    }, function(data) {			    	//返回的是经营人实体,你可以在回掉中,进行任何其他字段的默认填写			    	$('#xzjyr').val(data.gkjyr);			    	$('#xzjyrid').val(data.id);			    	$('#ssgkglbm').val(data.ssgkglbm.gkglbmqc);			    }, "json");			}		}	</script></head><body><div class="box" >	<div class="box-content" >		<div class="apply_fill"> 			<form  id="addform" method="post"> 							<table class="apply" cellpadding="0" cellspacing="0">					<tr>						<th><span class="needwrite">*</span>所属经营人: </th>						<td style="position:relative;" colspan="3">                        	<input type="text" class="form-control" id="xzjyr" readOnly = "true" onclick="" style="width: 92.2%">                        	<input type="hidden" class="form-control" id="xzjyrid" name="ssjyrid" readOnly = "true">                        	<a class="btn btn-primary btn-sm" href="#" id="ajyrselect"									onclick="jyrselpop('jyrSel')" style="position:absolute;right:4px;top:4px;"> <i class="glyphicon"></i>选择							</a>                        </td>					</tr>					<tr>						<th>所属港口管理部门 : </th>						<td colspan="3">							<input type="text" class="form-control" id="ssgkglbm" readOnly = "true" style="width: 92.2%">						</td>					</tr>					<tr>			            <th>日期 :  </th> 			            <td colspan="3">			            <input class="Wdate" name="rq" id="rq" type="text" style="width: 92.2%" onFocus="WdatePicker({lang:'zh-cn',skin:'default',dateFmt:'yyyy-MM'})">                        </td>	             	</tr>					<tr>						<th>内贸集装箱吞吐量(TEU): </th>						<td >							<input type="text" class="form-control" name="nmjzxttl" >						</td>						<th>外贸集装箱吞吐量(TEU): </th>						<td >							<input type="text" class="form-control" name="wmjzxttl">						</td>					</tr>					<tr>						<th>远洋航线条数: </th>						<td >							<input type="text" class="form-control" name="yyhxts" 							onkeyup="value=value.replace(/[^\d]/g,'') "							onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))">						</td>						<th>远洋航线航班数: </th>						<td >							<input type="text" class="form-control" name="yyhxhbs" 							onkeyup="value=value.replace(/[^\d]/g,'') "							onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))">						</td>					</tr>					<tr>						<th>远洋航线备注: </th>						<td colspan="3">							<textarea class="form-control" style="width: 92.2%" name ="yyhxbz" maxlength="200"></textarea>						</td>					</tr>					<tr>						<th>近洋航线条数: </th>						<td >							<input type="text" class="form-control" name="jyhxts" 							onkeyup="value=value.replace(/[^\d]/g,'') "							onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))">						</td>						<th>近洋航线航班数: </th>						<td >							<input type="text" class="form-control" name="jyhxhbs" 							onkeyup="value=value.replace(/[^\d]/g,'') "							onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))">						</td>					</tr>					<tr>						<th>近洋航线备注: </th>						<td colspan="3">							<textarea class="form-control" style="width: 92.2%" name ="jyhxbz" maxlength="200"></textarea>						</td>					</tr>					<tr>						<th>内支线条数: </th>						<td >							<input type="text" class="form-control" name="nzxts" 							onkeyup="value=value.replace(/[^\d]/g,'') "							onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))">						</td>						<th>内支线航班数: </th>						<td >							<input type="text" class="form-control" name="nzxhbs" 							onkeyup="value=value.replace(/[^\d]/g,'') "							onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))">						</td>					</tr>					<tr>						<th>内支线备注: </th>						<td colspan="3">							<textarea class="form-control" style="width: 92.2%" name ="nzxbz" maxlength="200"></textarea>						</td>					</tr>					<tr>						<th>内贸航线条数: </th>						<td >							<input type="text" class="form-control" name="nmhxts" 							onkeyup="value=value.replace(/[^\d]/g,'') "							onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))">						</td>						<th>内贸航线航班数: </th>						<td >							<input type="text" class="form-control" name="nmhxhbs" 							onkeyup="value=value.replace(/[^\d]/g,'') "							onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))">						</td>					</tr>					<tr>						<th>内贸航线备注: </th>						<td colspan="3">							<textarea class="form-control" style="width: 92.2%" name ="nmhxbz" maxlength="200"></textarea>						</td>					</tr>				</table>			</form>			<div id="buttons">            	<a class="btn btn-default btn-sm" href="#" onclick="hxhbgl.detail.save()">			   		<i class="glyphicon glyphicon-floppy-disk"></i>保存			   	</a>			    <a class="btn btn-default btn-sm" href="#"  onclick="hxhbgl.detail.back()">			   		<i class="glyphicon glyphicon-arrow-left"></i>返回			   	</a>          	</div>		</div>	</div></div><jsp:include page="../../jyrselect.jsp"></jsp:include></body></html>
 |