正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -288,7 +288,7 @@ | @@ -288,7 +288,7 @@ | ||
288 | <c:if test="${empty pre.shpcusid}"> | 288 | <c:if test="${empty pre.shpcusid}"> |
289 | <option value=""><spring:message code="manifest.enterprise.code.type" /></option> | 289 | <option value=""><spring:message code="manifest.enterprise.code.type" /></option> |
290 | </c:if> | 290 | </c:if> |
291 | - </select> <span style="color: black; font-size: 16px;">+</span> <input required id="shpcusid" type="text" | 291 | + </select> <span style="color: black; font-size: 16px;">+</span> <input id="shpcusid" type="text" |
292 | <c:if test="${not empty pre.shpcusid}"> | 292 | <c:if test="${not empty pre.shpcusid}"> |
293 | <c:set var="tempShpValue" value='${fn:split(pre.shpcusid,"+")[1]}' /> | 293 | <c:set var="tempShpValue" value='${fn:split(pre.shpcusid,"+")[1]}' /> |
294 | value="${tempShpValue}" | 294 | value="${tempShpValue}" |
-
请 注册 或 登录 后发表评论