|
@@ -216,20 +216,34 @@ |
|
@@ -216,20 +216,34 @@ |
216
|
class="required_span">*</span></td>
|
216
|
class="required_span">*</span></td>
|
217
|
<td class="kv-content" colspan="3"><select id="customsstatus" name="customsstatus" required>
|
217
|
<td class="kv-content" colspan="3"><select id="customsstatus" name="customsstatus" required>
|
218
|
<option value="001"
|
218
|
<option value="001"
|
219
|
- <c:if test="${manifest.customsstatus == 001 }">selected="selected"</c:if>><spring:message
|
|
|
220
|
- code="manifest.customs_status_001" /></option>
|
219
|
+ <c:if test="${manifest.customsstatus == 001 }">selected="selected"</c:if>>
|
|
|
220
|
+ <%--<spring:message--%>
|
|
|
221
|
+ <%--code="manifest.customs_status_001" />--%>进出口货物
|
|
|
222
|
+ </option>
|
221
|
<option value="002"
|
223
|
<option value="002"
|
222
|
- <c:if test="${manifest.customsstatus == 002 }">selected="selected"</c:if>><spring:message
|
|
|
223
|
- code="manifest.customs_status_002" /></option>
|
224
|
+ <c:if test="${manifest.customsstatus == 002 }">selected="selected"</c:if>>
|
|
|
225
|
+ <%--<spring:message--%>
|
|
|
226
|
+ <%--code="manifest.customs_status_002" />--%>国际转运货物
|
|
|
227
|
+ </option>
|
224
|
<option value="003"
|
228
|
<option value="003"
|
225
|
- <c:if test="${manifest.customsstatus == 003 }">selected="selected"</c:if>><spring:message
|
|
|
226
|
- code="manifest.customs_status_003" /></option>
|
229
|
+ <c:if test="${manifest.customsstatus == 003 }">selected="selected"</c:if>>
|
|
|
230
|
+ <%--<spring:message--%>
|
|
|
231
|
+ <%--code="manifest.customs_status_003" />--%>过境货物
|
|
|
232
|
+ </option>
|
227
|
<option value="004"
|
233
|
<option value="004"
|
228
|
- <c:if test="${manifest.customsstatus == 004 }">selected="selected"</c:if>><spring:message
|
|
|
229
|
- code="manifest.customs_status_004" /></option>
|
|
|
230
|
- <option value="006"
|
|
|
231
|
- <c:if test="${manifest.customsstatus == 006 }">selected="selected"</c:if>><spring:message
|
|
|
232
|
- code="manifest.customs_status_006" /></option>
|
234
|
+ <c:if test="${manifest.customsstatus == 004 }">selected="selected"</c:if>>
|
|
|
235
|
+ <%--<spring:message--%>
|
|
|
236
|
+ <%--code="manifest.customs_status_004" />--%>暂时进出境集装箱
|
|
|
237
|
+ </option>
|
|
|
238
|
+ <option value="007"
|
|
|
239
|
+ <c:if test="${manifest.customsstatus == 007 }">selected="selected"</c:if>><%--<spring:message--%>
|
|
|
240
|
+ <%--code="manifest.customs_status_006" />--%>互市贸易</option>
|
|
|
241
|
+ <option value="008"
|
|
|
242
|
+ <c:if test="${manifest.customsstatus == 008 }">selected="selected"</c:if>>
|
|
|
243
|
+ <%--<spring:message--%>
|
|
|
244
|
+ <%--code="manifest.customs_status_006" />--%>
|
|
|
245
|
+ 惰性物料
|
|
|
246
|
+ </option>
|
233
|
</select></td>
|
247
|
</select></td>
|
234
|
</tr>
|
248
|
</tr>
|
235
|
<tr style="display: none;">
|
249
|
<tr style="display: none;">
|
|
@@ -298,8 +312,10 @@ |
|
@@ -298,8 +312,10 @@ |
298
|
value="${manifest.co_zipcode }"></td>
|
312
|
value="${manifest.co_zipcode }"></td>
|
299
|
</tr>
|
313
|
</tr>
|
300
|
<tr>
|
314
|
<tr>
|
301
|
- <td class="kv-label"><spring:message code="manifest.telephone" /></td>
|
|
|
302
|
- <td class="kv-content"><input id="co_telephone" name="co_telephone" type="text" maxlength="50"
|
315
|
+ <td class="kv-label"><spring:message code="manifest.telephone" />
|
|
|
316
|
+ <span class="required_span">*</span>
|
|
|
317
|
+ </td>
|
|
|
318
|
+ <td class="kv-content"><input id="co_telephone" name="co_telephone" type="text" maxlength="50" required
|
303
|
value="${manifest.co_telephone }"
|
319
|
value="${manifest.co_telephone }"
|
304
|
oninput="onInputChange(event,'co_telephone','oninput')"
|
320
|
oninput="onInputChange(event,'co_telephone','oninput')"
|
305
|
onpropertychange="onInputChange(event,'co_telephone','onpropertychange')"
|
321
|
onpropertychange="onInputChange(event,'co_telephone','onpropertychange')"
|
|
@@ -360,22 +376,20 @@ |
|
@@ -360,22 +376,20 @@ |
360
|
<td class="kv-content"><input required id="sh_company" name="sh_company" type="text" maxlength="70"
|
376
|
<td class="kv-content"><input required id="sh_company" name="sh_company" type="text" maxlength="70"
|
361
|
value="${manifest.sh_company }" oninput="onInputChange(event,'sh_company','oninput')"
|
377
|
value="${manifest.sh_company }" oninput="onInputChange(event,'sh_company','oninput')"
|
362
|
onpropertychange="onInputChange(event,'sh_company','onpropertychange')"></td>
|
378
|
onpropertychange="onInputChange(event,'sh_company','onpropertychange')"></td>
|
363
|
- <td class="kv-label"><spring:message code="manifest.address" /><span
|
|
|
364
|
- class="required_span">*</span></td>
|
|
|
365
|
- <td class="kv-content"><input required id="sh_address" name="sh_address" maxlength="70"
|
379
|
+ <td class="kv-label"><spring:message code="manifest.address" /></td>
|
|
|
380
|
+ <td class="kv-content"><input id="sh_address" name="sh_address" maxlength="70"
|
366
|
type="text" value="${manifest.sh_address }"
|
381
|
type="text" value="${manifest.sh_address }"
|
367
|
oninput="onInputChange(event,'sh_address','oninput')"
|
382
|
oninput="onInputChange(event,'sh_address','oninput')"
|
368
|
onpropertychange="onInputChange(event,'sh_address','onpropertychange')"></td>
|
383
|
onpropertychange="onInputChange(event,'sh_address','onpropertychange')"></td>
|
369
|
- <td class="kv-label"><spring:message code="manifest.country" /><span
|
|
|
370
|
- class="required_span">*</span></td>
|
|
|
371
|
- <td class="kv-content"><input required id="sh_country" name="sh_country" maxlength="2"
|
384
|
+ <td class="kv-label"><spring:message code="manifest.country" /></td>
|
|
|
385
|
+ <td class="kv-content"><input id="sh_country" name="sh_country" maxlength="2"
|
372
|
type="text" value="${manifest.sh_country}" class="layui-input"
|
386
|
type="text" value="${manifest.sh_country}" class="layui-input"
|
373
|
oninput="onInputChange(event,'sh_country','oninput')"
|
387
|
oninput="onInputChange(event,'sh_country','oninput')"
|
374
|
onpropertychange="onInputChange(event,'sh_country','onpropertychange')"></td>
|
388
|
onpropertychange="onInputChange(event,'sh_country','onpropertychange')"></td>
|
375
|
</tr>
|
389
|
</tr>
|
376
|
<tr>
|
390
|
<tr>
|
377
|
- <td class="kv-label"><spring:message code="manifest.city" /><span class="required_span">*</span></td>
|
|
|
378
|
- <td class="kv-content"><input required id="sh_city" name="sh_city" type="text" maxlength="35"
|
391
|
+ <td class="kv-label"><spring:message code="manifest.city" /></td>
|
|
|
392
|
+ <td class="kv-content"><input id="sh_city" name="sh_city" type="text" maxlength="35"
|
379
|
value="${manifest.sh_city }" oninput="onInputChange(event,'sh_city','oninput')"
|
393
|
value="${manifest.sh_city }" oninput="onInputChange(event,'sh_city','oninput')"
|
380
|
onpropertychange="onInputChange(event,'sh_city','onpropertychange')"></td>
|
394
|
onpropertychange="onInputChange(event,'sh_city','onpropertychange')"></td>
|
381
|
<td class="kv-label"><spring:message code="manifest.state" /></td>
|
395
|
<td class="kv-label"><spring:message code="manifest.state" /></td>
|