...
|
...
|
@@ -215,14 +215,12 @@ |
|
|
name="productname" maxlength="200">${manifest.productname}</textarea></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="kv-label"><spring:message code="manifest.agent.name" /><span
|
|
|
class="required_span">*</span></td>
|
|
|
<td class="kv-content"><input required id="agentman" name="agentman" type="text"
|
|
|
value="<c:if test="${manifest.agentman == null}">${agent.contact }</c:if><c:if test="${manifest.agentman!=null }">${manifest.agentman }</c:if>"
|
|
|
<td class="kv-label"><spring:message code="manifest.agent.name" /></td>
|
|
|
<td class="kv-content"><input id="agentman" name="agentman" type="text"
|
|
|
value="${manifest.agentman}"
|
|
|
placeholder="<spring:message code="agent.namePlaceholder"/>"></td>
|
|
|
<td class="kv-label"><spring:message code="manifest.agent.company" /></td>
|
|
|
<td class="kv-content" colspan="3">
|
|
|
<%-- <input id="agentcompany" name="agentcompany" type="text" value="${agent.nameCn }" > --%>
|
|
|
<input id="agentcompany" name="agentcompany" type="text" value="${manifest.agentcompany}"
|
|
|
placeholder="<spring:message code="agent.companyPlaceholder"/>">
|
|
|
</td>
|
...
|
...
|
@@ -441,9 +439,9 @@ |
|
|
<td class="kv-content"><input id="cnecusid" name="cnecusid" type="text"
|
|
|
value="${manifest.cnecusid }" oninput="onInputChange(event,'cnecusid','oninput')"
|
|
|
onpropertychange="onInputChange(event,'cnecusid','onpropertychange')"></td>
|
|
|
<td class="kv-label"><spring:message code="manifest.shr.unlodingcode" /><span
|
|
|
<td style="display: none;" class="kv-label"><spring:message code="manifest.shr.unlodingcode" /><span
|
|
|
class="required_span">*</span></td>
|
|
|
<td class="kv-content"><input required id="unlodingcode" name="unlodingcode"
|
|
|
<td style="display: none;" class="kv-content"><input required id="unlodingcode" name="unlodingcode"
|
|
|
type="text" value="${manifest.unlodingcode }"
|
|
|
oninput="onInputChange(event,'unlodingcode','oninput')"
|
|
|
onpropertychange="onInputChange(event,'unlodingcode','onpropertychange')"></td>
|
...
|
...
|
|