...
|
...
|
@@ -216,20 +216,34 @@ |
|
|
class="required_span">*</span></td>
|
|
|
<td class="kv-content" colspan="3"><select id="customsstatus" name="customsstatus" required>
|
|
|
<option value="001"
|
|
|
<c:if test="${manifest.customsstatus == 001 }">selected="selected"</c:if>><spring:message
|
|
|
code="manifest.customs_status_001" /></option>
|
|
|
<c:if test="${manifest.customsstatus == 001 }">selected="selected"</c:if>>
|
|
|
<%--<spring:message--%>
|
|
|
<%--code="manifest.customs_status_001" />--%>进出口货物
|
|
|
</option>
|
|
|
<option value="002"
|
|
|
<c:if test="${manifest.customsstatus == 002 }">selected="selected"</c:if>><spring:message
|
|
|
code="manifest.customs_status_002" /></option>
|
|
|
<c:if test="${manifest.customsstatus == 002 }">selected="selected"</c:if>>
|
|
|
<%--<spring:message--%>
|
|
|
<%--code="manifest.customs_status_002" />--%>国际转运货物
|
|
|
</option>
|
|
|
<option value="003"
|
|
|
<c:if test="${manifest.customsstatus == 003 }">selected="selected"</c:if>><spring:message
|
|
|
code="manifest.customs_status_003" /></option>
|
|
|
<c:if test="${manifest.customsstatus == 003 }">selected="selected"</c:if>>
|
|
|
<%--<spring:message--%>
|
|
|
<%--code="manifest.customs_status_003" />--%>过境货物
|
|
|
</option>
|
|
|
<option value="004"
|
|
|
<c:if test="${manifest.customsstatus == 004 }">selected="selected"</c:if>><spring:message
|
|
|
code="manifest.customs_status_004" /></option>
|
|
|
<option value="006"
|
|
|
<c:if test="${manifest.customsstatus == 006 }">selected="selected"</c:if>><spring:message
|
|
|
code="manifest.customs_status_006" /></option>
|
|
|
<c:if test="${manifest.customsstatus == 004 }">selected="selected"</c:if>>
|
|
|
<%--<spring:message--%>
|
|
|
<%--code="manifest.customs_status_004" />--%>暂时进出境集装箱
|
|
|
</option>
|
|
|
<option value="007"
|
|
|
<c:if test="${manifest.customsstatus == 007 }">selected="selected"</c:if>><%--<spring:message--%>
|
|
|
<%--code="manifest.customs_status_006" />--%>互市贸易</option>
|
|
|
<option value="008"
|
|
|
<c:if test="${manifest.customsstatus == 008 }">selected="selected"</c:if>>
|
|
|
<%--<spring:message--%>
|
|
|
<%--code="manifest.customs_status_006" />--%>
|
|
|
惰性物料
|
|
|
</option>
|
|
|
</select></td>
|
|
|
</tr>
|
|
|
<tr style="display: none;">
|
...
|
...
|
@@ -298,8 +312,10 @@ |
|
|
value="${manifest.co_zipcode }"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="kv-label"><spring:message code="manifest.telephone" /></td>
|
|
|
<td class="kv-content"><input id="co_telephone" name="co_telephone" type="text" maxlength="50"
|
|
|
<td class="kv-label"><spring:message code="manifest.telephone" />
|
|
|
<span class="required_span">*</span>
|
|
|
</td>
|
|
|
<td class="kv-content"><input id="co_telephone" name="co_telephone" type="text" maxlength="50" required
|
|
|
value="${manifest.co_telephone }"
|
|
|
oninput="onInputChange(event,'co_telephone','oninput')"
|
|
|
onpropertychange="onInputChange(event,'co_telephone','onpropertychange')"
|
...
|
...
|
@@ -360,22 +376,20 @@ |
|
|
<td class="kv-content"><input required id="sh_company" name="sh_company" type="text" maxlength="70"
|
|
|
value="${manifest.sh_company }" oninput="onInputChange(event,'sh_company','oninput')"
|
|
|
onpropertychange="onInputChange(event,'sh_company','onpropertychange')"></td>
|
|
|
<td class="kv-label"><spring:message code="manifest.address" /><span
|
|
|
class="required_span">*</span></td>
|
|
|
<td class="kv-content"><input required id="sh_address" name="sh_address" maxlength="70"
|
|
|
<td class="kv-label"><spring:message code="manifest.address" /></td>
|
|
|
<td class="kv-content"><input id="sh_address" name="sh_address" maxlength="70"
|
|
|
type="text" value="${manifest.sh_address }"
|
|
|
oninput="onInputChange(event,'sh_address','oninput')"
|
|
|
onpropertychange="onInputChange(event,'sh_address','onpropertychange')"></td>
|
|
|
<td class="kv-label"><spring:message code="manifest.country" /><span
|
|
|
class="required_span">*</span></td>
|
|
|
<td class="kv-content"><input required id="sh_country" name="sh_country" maxlength="2"
|
|
|
<td class="kv-label"><spring:message code="manifest.country" /></td>
|
|
|
<td class="kv-content"><input id="sh_country" name="sh_country" maxlength="2"
|
|
|
type="text" value="${manifest.sh_country}" class="layui-input"
|
|
|
oninput="onInputChange(event,'sh_country','oninput')"
|
|
|
onpropertychange="onInputChange(event,'sh_country','onpropertychange')"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="kv-label"><spring:message code="manifest.city" /><span class="required_span">*</span></td>
|
|
|
<td class="kv-content"><input required id="sh_city" name="sh_city" type="text" maxlength="35"
|
|
|
<td class="kv-label"><spring:message code="manifest.city" /></td>
|
|
|
<td class="kv-content"><input id="sh_city" name="sh_city" type="text" maxlength="35"
|
|
|
value="${manifest.sh_city }" oninput="onInputChange(event,'sh_city','oninput')"
|
|
|
onpropertychange="onInputChange(event,'sh_city','onpropertychange')"></td>
|
|
|
<td class="kv-label"><spring:message code="manifest.state" /></td>
|
...
|
...
|
|