|
@@ -30,6 +30,7 @@
|
|
var jsonJyr = $.parseJSON(jyr);
|
|
var jsonJyr = $.parseJSON(jyr);
|
|
$('#xzjyr').val(jsonJyr.gkjyr);
|
|
$('#xzjyr').val(jsonJyr.gkjyr);
|
|
$('#xzjyrid').val(jsonJyr.id);
|
|
$('#xzjyrid').val(jsonJyr.id);
|
|
|
|
+ $('#ssgkglbm').val(jsonJyr.ssgkglbmzw);
|
|
$('#ajyrselect').css('display','none');//把选择经营人按钮隐藏
|
|
$('#ajyrselect').css('display','none');//把选择经营人按钮隐藏
|
|
}else if(jyrid!=null&&jyrid!=''){
|
|
}else if(jyrid!=null&&jyrid!=''){
|
|
guanbipop();
|
|
guanbipop();
|
|
@@ -39,7 +40,7 @@
|
|
//返回的是经营人实体,你可以在回掉中,进行任何其他字段的默认填写
|
|
//返回的是经营人实体,你可以在回掉中,进行任何其他字段的默认填写
|
|
$('#xzjyr').val(data.gkjyr);
|
|
$('#xzjyr').val(data.gkjyr);
|
|
$('#xzjyrid').val(data.id);
|
|
$('#xzjyrid').val(data.id);
|
|
- $('#ssgkglbm').val(data.ssgkglbm.gkglbmqc);
|
|
|
|
|
|
+ $('#ssgkglbm').val(data.ssgkglbmzw);
|
|
}, "json");
|
|
}, "json");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -65,11 +66,11 @@
|
|
<tr>
|
|
<tr>
|
|
<th>所属港口管理部门 : </th>
|
|
<th>所属港口管理部门 : </th>
|
|
<td colspan="3">
|
|
<td colspan="3">
|
|
- <input type="text" class="form-control" id="ssgkglbm" readOnly = "true" style="width: 92.2%">
|
|
|
|
|
|
+ <input type="text" class="form-control" id="ssgkglbm" readOnly = "true" value="" style="width: 92.2%">
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
- <th>日期 : </th>
|
|
|
|
|
|
+ <th><span class="needwrite">*</span>日期 : </th>
|
|
<td colspan="3">
|
|
<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'})">
|
|
<input class="Wdate" name="rq" id="rq" type="text" style="width: 92.2%" onFocus="WdatePicker({lang:'zh-cn',skin:'default',dateFmt:'yyyy-MM'})">
|
|
</td>
|
|
</td>
|
|
@@ -77,23 +78,23 @@
|
|
<tr>
|
|
<tr>
|
|
<th>内贸集装箱吞吐量(TEU): </th>
|
|
<th>内贸集装箱吞吐量(TEU): </th>
|
|
<td >
|
|
<td >
|
|
- <input type="text" class="form-control" name="nmjzxttl" >
|
|
|
|
|
|
+ <input type="text" class="form-control" name="nmjzxttl" onkeyup="num(this)" maxlength="6" >
|
|
</td>
|
|
</td>
|
|
<th>外贸集装箱吞吐量(TEU): </th>
|
|
<th>外贸集装箱吞吐量(TEU): </th>
|
|
<td >
|
|
<td >
|
|
- <input type="text" class="form-control" name="wmjzxttl">
|
|
|
|
|
|
+ <input type="text" class="form-control" name="wmjzxttl" onkeyup="num(this)" maxlength="6">
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<th>远洋航线条数: </th>
|
|
<th>远洋航线条数: </th>
|
|
<td >
|
|
<td >
|
|
- <input type="text" class="form-control" name="yyhxts"
|
|
|
|
|
|
+ <input type="text" class="form-control" name="yyhxts" onkeyup="num(this)" maxlength="6"
|
|
onkeyup="value=value.replace(/[^\d]/g,'') "
|
|
onkeyup="value=value.replace(/[^\d]/g,'') "
|
|
onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))">
|
|
onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))">
|
|
</td>
|
|
</td>
|
|
<th>远洋航线航班数: </th>
|
|
<th>远洋航线航班数: </th>
|
|
<td >
|
|
<td >
|
|
- <input type="text" class="form-control" name="yyhxhbs"
|
|
|
|
|
|
+ <input type="text" class="form-control" name="yyhxhbs" onkeyup="num(this)" maxlength="6"
|
|
onkeyup="value=value.replace(/[^\d]/g,'') "
|
|
onkeyup="value=value.replace(/[^\d]/g,'') "
|
|
onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))">
|
|
onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))">
|
|
</td>
|
|
</td>
|
|
@@ -107,13 +108,13 @@
|
|
<tr>
|
|
<tr>
|
|
<th>近洋航线条数: </th>
|
|
<th>近洋航线条数: </th>
|
|
<td >
|
|
<td >
|
|
- <input type="text" class="form-control" name="jyhxts"
|
|
|
|
|
|
+ <input type="text" class="form-control" name="jyhxts" onkeyup="num(this)" maxlength="6"
|
|
onkeyup="value=value.replace(/[^\d]/g,'') "
|
|
onkeyup="value=value.replace(/[^\d]/g,'') "
|
|
onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))">
|
|
onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))">
|
|
</td>
|
|
</td>
|
|
<th>近洋航线航班数: </th>
|
|
<th>近洋航线航班数: </th>
|
|
<td >
|
|
<td >
|
|
- <input type="text" class="form-control" name="jyhxhbs"
|
|
|
|
|
|
+ <input type="text" class="form-control" name="jyhxhbs" onkeyup="num(this)" maxlength="6"
|
|
onkeyup="value=value.replace(/[^\d]/g,'') "
|
|
onkeyup="value=value.replace(/[^\d]/g,'') "
|
|
onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))">
|
|
onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))">
|
|
</td>
|
|
</td>
|
|
@@ -127,13 +128,13 @@
|
|
<tr>
|
|
<tr>
|
|
<th>外贸内支线条数: </th>
|
|
<th>外贸内支线条数: </th>
|
|
<td >
|
|
<td >
|
|
- <input type="text" class="form-control" name="nzxts"
|
|
|
|
|
|
+ <input type="text" class="form-control" name="nzxts" onkeyup="num(this)" maxlength="6"
|
|
onkeyup="value=value.replace(/[^\d]/g,'') "
|
|
onkeyup="value=value.replace(/[^\d]/g,'') "
|
|
onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))">
|
|
onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))">
|
|
</td>
|
|
</td>
|
|
<th>外贸内支线航班数: </th>
|
|
<th>外贸内支线航班数: </th>
|
|
<td >
|
|
<td >
|
|
- <input type="text" class="form-control" name="nzxhbs"
|
|
|
|
|
|
+ <input type="text" class="form-control" name="nzxhbs" onkeyup="num(this)" maxlength="6"
|
|
onkeyup="value=value.replace(/[^\d]/g,'') "
|
|
onkeyup="value=value.replace(/[^\d]/g,'') "
|
|
onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))">
|
|
onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))">
|
|
</td>
|
|
</td>
|
|
@@ -147,13 +148,13 @@
|
|
<tr>
|
|
<tr>
|
|
<th>内贸航线条数: </th>
|
|
<th>内贸航线条数: </th>
|
|
<td >
|
|
<td >
|
|
- <input type="text" class="form-control" name="nmhxts"
|
|
|
|
|
|
+ <input type="text" class="form-control" name="nmhxts" onkeyup="num(this)" maxlength="6"
|
|
onkeyup="value=value.replace(/[^\d]/g,'') "
|
|
onkeyup="value=value.replace(/[^\d]/g,'') "
|
|
onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))">
|
|
onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))">
|
|
</td>
|
|
</td>
|
|
<th>内贸航线航班数: </th>
|
|
<th>内贸航线航班数: </th>
|
|
<td >
|
|
<td >
|
|
- <input type="text" class="form-control" name="nmhxhbs"
|
|
|
|
|
|
+ <input type="text" class="form-control" name="nmhxhbs" onkeyup="num(this)" maxlength="6"
|
|
onkeyup="value=value.replace(/[^\d]/g,'') "
|
|
onkeyup="value=value.replace(/[^\d]/g,'') "
|
|
onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))">
|
|
onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))">
|
|
</td>
|
|
</td>
|