作者 shenhailong

分单企业代码改为非必填

@@ -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}"