作者 申海龙

安检申报 航协资质编号 选填 修改安检列表查询 主单 前端字段

... ... @@ -114,10 +114,10 @@
</td>
<td class="kv-label">航协编号
<span class="required_span">*</span>
<span class="required_span"></span>
</td>
<td class="kv-content">
<input required id="sd_iata_number" name="sd_iata_number" type="text" value="${sd.sd_iata_number}">
<input id="sd_iata_number" name="sd_iata_number" type="text" value="${sd.sd_iata_number}">
</td>
</tr>
... ...
... ... @@ -124,10 +124,10 @@
</td>
<td class="kv-label">航协编号
<span class="required_span">*</span>
<span class="required_span"></span>
</td>
<td class="kv-content">
<input required id="sd_iata_number" name="sd_iata_number" type="text">
<input id="sd_iata_number" name="sd_iata_number" type="text">
</td>
</tr>
... ...
... ... @@ -54,7 +54,7 @@
<div id="tb" style="padding:0 30px;"><input type="hidden" id="idcc">
<form id="searchForm">
<table class="search_form_table">
<spring:message code="manifest.bill.number"/>:<input id="manifnum" type="text" name="search_LIKE_sd_waybill" style="width:166px;height:35px;line-height:35px;">
<spring:message code="manifest.bill.number"/>:<input id="manifnum" type="text" name="search_LIKE_waybill" style="width:166px;height:35px;line-height:35px;">
海关关区:<input id="manifnum" type="text" name="search_EQ_customs" style="width:166px;height:35px;line-height:35px;">
<a href="javascript:doSearch()" class="easyui-linkbutton" iconCls="icon-search" data-options="selected:true"><spring:message code="opt.search" /></a>
<a href="javascript:doSaves()" class="easyui-linkbutton" style="background:#18A197;color:#FFF;border: 1px solid #18A197;" iconCls="icon-add">添加</a>
... ...
... ... @@ -95,10 +95,10 @@
<tr>
<td class="kv-label">航协编号
<span class="required_span">*</span>
<span class="required_span"></span>
</td>
<td class="kv-content">
<input required id="sd_iata_number" name="sd_iata_number" type="text">
<input id="sd_iata_number" name="sd_iata_number" type="text">
</td>
<td class="kv-label">货物品名
... ...