正在显示
3 个修改的文件
包含
12 行增加
和
15 行删除
@@ -215,14 +215,12 @@ | @@ -215,14 +215,12 @@ | ||
215 | name="productname" maxlength="200">${manifest.productname}</textarea></td> | 215 | name="productname" maxlength="200">${manifest.productname}</textarea></td> |
216 | </tr> | 216 | </tr> |
217 | <tr> | 217 | <tr> |
218 | - <td class="kv-label"><spring:message code="manifest.agent.name" /><span | ||
219 | - class="required_span">*</span></td> | ||
220 | - <td class="kv-content"><input required id="agentman" name="agentman" type="text" | ||
221 | - value="<c:if test="${manifest.agentman == null}">${agent.contact }</c:if><c:if test="${manifest.agentman!=null }">${manifest.agentman }</c:if>" | 218 | + <td class="kv-label"><spring:message code="manifest.agent.name" /></td> |
219 | + <td class="kv-content"><input id="agentman" name="agentman" type="text" | ||
220 | + value="${manifest.agentman}" | ||
222 | placeholder="<spring:message code="agent.namePlaceholder"/>"></td> | 221 | placeholder="<spring:message code="agent.namePlaceholder"/>"></td> |
223 | <td class="kv-label"><spring:message code="manifest.agent.company" /></td> | 222 | <td class="kv-label"><spring:message code="manifest.agent.company" /></td> |
224 | <td class="kv-content" colspan="3"> | 223 | <td class="kv-content" colspan="3"> |
225 | - <%-- <input id="agentcompany" name="agentcompany" type="text" value="${agent.nameCn }" > --%> | ||
226 | <input id="agentcompany" name="agentcompany" type="text" value="${manifest.agentcompany}" | 224 | <input id="agentcompany" name="agentcompany" type="text" value="${manifest.agentcompany}" |
227 | placeholder="<spring:message code="agent.companyPlaceholder"/>"> | 225 | placeholder="<spring:message code="agent.companyPlaceholder"/>"> |
228 | </td> | 226 | </td> |
@@ -441,9 +439,9 @@ | @@ -441,9 +439,9 @@ | ||
441 | <td class="kv-content"><input id="cnecusid" name="cnecusid" type="text" | 439 | <td class="kv-content"><input id="cnecusid" name="cnecusid" type="text" |
442 | value="${manifest.cnecusid }" oninput="onInputChange(event,'cnecusid','oninput')" | 440 | value="${manifest.cnecusid }" oninput="onInputChange(event,'cnecusid','oninput')" |
443 | onpropertychange="onInputChange(event,'cnecusid','onpropertychange')"></td> | 441 | onpropertychange="onInputChange(event,'cnecusid','onpropertychange')"></td> |
444 | - <td class="kv-label"><spring:message code="manifest.shr.unlodingcode" /><span | 442 | + <td style="display: none;" class="kv-label"><spring:message code="manifest.shr.unlodingcode" /><span |
445 | class="required_span">*</span></td> | 443 | class="required_span">*</span></td> |
446 | - <td class="kv-content"><input required id="unlodingcode" name="unlodingcode" | 444 | + <td style="display: none;" class="kv-content"><input required id="unlodingcode" name="unlodingcode" |
447 | type="text" value="${manifest.unlodingcode }" | 445 | type="text" value="${manifest.unlodingcode }" |
448 | oninput="onInputChange(event,'unlodingcode','oninput')" | 446 | oninput="onInputChange(event,'unlodingcode','oninput')" |
449 | onpropertychange="onInputChange(event,'unlodingcode','onpropertychange')"></td> | 447 | onpropertychange="onInputChange(event,'unlodingcode','onpropertychange')"></td> |
@@ -209,13 +209,11 @@ | @@ -209,13 +209,11 @@ | ||
209 | maxlength="200">${pre.productname}</textarea></td> | 209 | maxlength="200">${pre.productname}</textarea></td> |
210 | </tr> | 210 | </tr> |
211 | <tr> | 211 | <tr> |
212 | - <td class="kv-label"><spring:message code="manifest.agent.name" /><span | ||
213 | - class="required_span">*</span></td> | ||
214 | - <td class="kv-content"><input required id="agentman" name="agentman" type="text" | 212 | + <td class="kv-label"><spring:message code="manifest.agent.name" /></td> |
213 | + <td class="kv-content"><input id="agentman" name="agentman" type="text" | ||
215 | value="${agent.threeCode}" placeholder="<spring:message code="agent.namePlaceholder"/>"></td> | 214 | value="${agent.threeCode}" placeholder="<spring:message code="agent.namePlaceholder"/>"></td> |
216 | - <td class="kv-label"><spring:message code="manifest.agent.company" /><span | ||
217 | - class="required_span">*</span></td> | ||
218 | - <td class="kv-content" colspan="3"><input required id="agentcompany" name="agentcompany" | 215 | + <td class="kv-label"><spring:message code="manifest.agent.company" /></td> |
216 | + <td class="kv-content" colspan="3"><input id="agentcompany" name="agentcompany" | ||
219 | style="width: 400px;" type="text" value="${agent.nameCn }" | 217 | style="width: 400px;" type="text" value="${agent.nameCn }" |
220 | placeholder="<spring:message code="agent.companyPlaceholder"/>"></td> | 218 | placeholder="<spring:message code="agent.companyPlaceholder"/>"></td> |
221 | </tr> | 219 | </tr> |
@@ -429,9 +427,9 @@ | @@ -429,9 +427,9 @@ | ||
429 | <td class="kv-content"><input id="cnecusid" name="cnecusid" type="text" | 427 | <td class="kv-content"><input id="cnecusid" name="cnecusid" type="text" |
430 | value="${pre.cnecusid }" oninput="onInputChange(event,'cnecusid','oninput')" | 428 | value="${pre.cnecusid }" oninput="onInputChange(event,'cnecusid','oninput')" |
431 | onpropertychange="onInputChange(event,'cnecusid','onpropertychange')"></td> | 429 | onpropertychange="onInputChange(event,'cnecusid','onpropertychange')"></td> |
432 | - <td class="kv-label"><spring:message code="manifest.shr.unlodingcode" /><span | 430 | + <td style="display: none;" class="kv-label"><spring:message code="manifest.shr.unlodingcode" /><span |
433 | class="required_span">*</span></td> | 431 | class="required_span">*</span></td> |
434 | - <td class="kv-content"><input required id="unlodingcode" name="unlodingcode" type="text" | 432 | + <td style="display: none;" class="kv-content"><input required id="unlodingcode" name="unlodingcode" type="text" |
435 | value="${pre.unlodingcode }" oninput="onInputChange(event,'unlodingcode','oninput')" | 433 | value="${pre.unlodingcode }" oninput="onInputChange(event,'unlodingcode','oninput')" |
436 | onpropertychange="onInputChange(event,'unlodingcode','onpropertychange')"></td> | 434 | onpropertychange="onInputChange(event,'unlodingcode','onpropertychange')"></td> |
437 | </tr> | 435 | </tr> |
@@ -267,6 +267,7 @@ function onInputChange(event, id, method) { | @@ -267,6 +267,7 @@ function onInputChange(event, id, method) { | ||
267 | 267 | ||
268 | if (id && id == "destinationstation") { | 268 | if (id && id == "destinationstation") { |
269 | $("#reach_station").val(upper); | 269 | $("#reach_station").val(upper); |
270 | + $("#unlodingcode").val(upper); | ||
270 | } | 271 | } |
271 | 272 | ||
272 | if (id && id == "totalpiece") { | 273 | if (id && id == "totalpiece") { |
-
请 注册 或 登录 后发表评论