...
|
...
|
@@ -24,6 +24,7 @@ |
|
|
<script type="text/javascript" src="<%=basePath%>resource/validate/validate-extends.js"></script>
|
|
|
|
|
|
<link rel="stylesheet" href="<%=basePath%>resource/layui/css/layui.css" media="all">
|
|
|
<script type="text/javascript" src="<%=basePath%>resource/layer-v3.0.3/layer/layer.js"></script>
|
|
|
<script type="text/javascript" src="<%=basePath%>resource/layui/layui.js"></script>
|
|
|
|
|
|
<style type="text/css">
|
...
|
...
|
@@ -54,10 +55,10 @@ |
|
|
<tr>
|
|
|
<td class="kv-label"><spring:message code="manifest.bill.number" /><span
|
|
|
class="required_span">*</span></td>
|
|
|
<td class="kv-content"><input required id="waybill" minlength="12" maxlength="12"
|
|
|
type="text" onblur="input_change(this)"> <input required id="waybillnomaster"
|
|
|
minlength="12" maxlength="12" name="waybillnomaster" type="hidden"
|
|
|
value="${manifest.waybillnomaster }"></td>
|
|
|
<td class="kv-content">
|
|
|
<input required id="waybill" minlength="12" type="text" onblur="input_change(this)">
|
|
|
<input required id="waybillnomaster" minlength="12" maxlength="12" name="waybillnomaster" type="hidden"
|
|
|
value="${manifest.waybillnomaster }" ></td>
|
|
|
<td class="kv-label"><spring:message code="delivery.delivery.station" /><span
|
|
|
class="required_span">*</span></td>
|
|
|
<td class="kv-content"><select id="delivery_station" name="delivery_station">
|
...
|
...
|
@@ -77,8 +78,11 @@ |
|
|
<script>
|
|
|
function input_change(obj){
|
|
|
var val = $(obj).val();
|
|
|
if(val){
|
|
|
checkNo(val);
|
|
|
}
|
|
|
//用户输入订单号满足格式
|
|
|
if(val.length == 12 && val.indexOf("-") >= 0)
|
|
|
<%-- if(val.length == 12 && val.indexOf("-") >= 0)
|
|
|
{
|
|
|
$.ajax({
|
|
|
url:"<%=basePath%>/manifest/gettreecode",
|
...
|
...
|
@@ -91,7 +95,8 @@ |
|
|
$("#carrier").val(d.cARRIERID);
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
} --%>
|
|
|
|
|
|
}
|
|
|
</script>
|
|
|
</tr>
|
...
|
...
|
@@ -121,19 +126,20 @@ |
|
|
code="manifest.flight.information" /></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="kv-label"><spring:message code="manifest.carrier" /><span
|
|
|
class="required_span">*</span></td>
|
|
|
<td class="kv-content"><input required id="carrier_new" name="carrier" type="text"
|
|
|
<%-- <td class="kv-label"><spring:message code="manifest.carrier" /><span
|
|
|
class="required_span">*</span></td> --%>
|
|
|
<%-- <td class="kv-content"><input required id="carrier_new" name="carrier" type="text"
|
|
|
placeholder="<spring:message code='manifest.carrier.tip'/>"
|
|
|
value="${manifest.carrier}" oninput="onInputChange(event,'carrier_new','oninput')"
|
|
|
onpropertychange="onInputChange(event,'carrier_new','onpropertychange')"></td>
|
|
|
onpropertychange="onInputChange(event,'carrier_new','onpropertychange')"></td> --%>
|
|
|
|
|
|
<td class="kv-label"><spring:message code="manifest.flight.number" /><span
|
|
|
class="required_span">*</span></td>
|
|
|
<td class="kv-content"><input required id="flightno" name="flightno" type="text"
|
|
|
<td class="kv-content"><input required id="flightno" name="flightno" type="text"
|
|
|
placeholder="<spring:message code='manifest.carrier.flightno.tip'/>"
|
|
|
value="${manifest.flightno }" oninput="onInputChange(event,'flightno','oninput')"
|
|
|
onpropertychange="onInputChange(event,'flightno','onpropertychange')"></td>
|
|
|
value="${manifest.carrier}${manifest.flightno}" oninput="onInputChange(event,'flightno','oninput')"
|
|
|
onpropertychange="onInputChange(event,'flightno','onpropertychange')"
|
|
|
autocomplete="off"></td>
|
|
|
|
|
|
<td class="kv-label"><spring:message code="manifest.flight.date" /><span
|
|
|
class="required_span">*</span></td>
|
...
|
...
|
@@ -145,13 +151,15 @@ |
|
|
<tr>
|
|
|
<td class="kv-label"><spring:message code="manifest.starting.point" /><span
|
|
|
class="required_span">*</span></td>
|
|
|
<td class="kv-content"><input required id="originatingstation" name="originatingstation"
|
|
|
type="text" value="${manifest.originatingstation}"
|
|
|
<td class="kv-content">
|
|
|
<input required id="originatingstation" name="originatingstation" type="text" maxlength="3"
|
|
|
<c:if test="${empty manifest.originatingstation}">value="CGO"</c:if>
|
|
|
<c:if test="${not empty manifest.originatingstation}">value="${manifest.originatingstation}"</c:if>
|
|
|
oninput="onInputChange(event,'originatingstation','oninput')"
|
|
|
onpropertychange="onInputChange(event,'originatingstation','onpropertychange')" /></td>
|
|
|
<td class="kv-label"><spring:message code="manifest.destination" /><span
|
|
|
class="required_span">*</span></td>
|
|
|
<td class="kv-content" colspan="3"><input required id="destinationstation"
|
|
|
<td class="kv-content" colspan="3"><input required id="destinationstation" maxlength="3"
|
|
|
name="destinationstation" type="text" value="${manifest.destinationstation}"
|
|
|
oninput="onInputChange(event,'destinationstation','oninput')"
|
|
|
onpropertychange="onInputChange(event,'destinationstation','onpropertychange')" /></td>
|
...
|
...
|
@@ -164,14 +172,14 @@ |
|
|
<tr>
|
|
|
<td class="kv-label"><spring:message code="manifest.number.of.fittings" /><span
|
|
|
class="required_span">*</span></td>
|
|
|
<td class="kv-content"><input required class="delivery number" id="totalpiece"
|
|
|
<td class="kv-content"><input required class="delivery number" id="totalpiece" maxlength="8"
|
|
|
name="totalpiece" type="text" value="${manifest.totalpiece}"
|
|
|
oninput="onInputChange(event,'totalpiece','oninput')"
|
|
|
onpropertychange="onInputChange(event,'totalpiece','onpropertychange')"></td>
|
|
|
|
|
|
<td class="kv-label"><spring:message code="manifest.pre.weight" /><span
|
|
|
class="required_span">*</span></td>
|
|
|
<td class="kv-content"><input required class="delivery number" id="totalweight"
|
|
|
<td class="kv-content"><input required class="delivery number" id="totalweight" maxlength="15"
|
|
|
name="totalweight" type="text" value="${manifest.totalweight}"
|
|
|
oninput="onInputChange(event,'totalweight','oninput')"
|
|
|
onpropertychange="onInputChange(event,'totalweight','onpropertychange')"></td>
|
...
|
...
|
@@ -226,19 +234,21 @@ |
|
|
<tr style="display: none;">
|
|
|
<td class="kv-label"><spring:message code="manifest.number.of.fittings" /><span
|
|
|
class="required_span">*</span></td>
|
|
|
<td class="kv-content"><input required class="delivery number" id="preparetotalpiece"
|
|
|
<td class="kv-content"><input required class="delivery number" id="preparetotalpiece" maxlength="8"
|
|
|
name="preparetotalpiece" type="text" value="${manifest.preparetotalpiece}"></td>
|
|
|
<td class="kv-label"><spring:message code="manifest.pre.weight" /><span
|
|
|
class="required_span">*</span></td>
|
|
|
<td class="kv-content" colspan="3"><input required class="delivery number"
|
|
|
<td class="kv-content" colspan="3"><input required class="delivery number" maxlength="15"
|
|
|
id="preparetotalweight" name="preparetotalweight" type="text"
|
|
|
value="${manifest.preparetotalweight}"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="kv-label"><spring:message code="manifest.description.of.the.goods" /><span
|
|
|
<td class="kv-label"><spring:message code="delivery.productname" /><span
|
|
|
class="required_span">*</span></td>
|
|
|
<td class="kv-content" colspan="5"><textarea required id="productname"
|
|
|
name="productname" maxlength="200">${manifest.productname}</textarea></td>
|
|
|
name="productname" maxlength="200"
|
|
|
oninput="onInputChange(event,'productname','oninput')"
|
|
|
onpropertychange="onInputChange(event,'productname','onpropertychange')">${manifest.productname}</textarea></td>
|
|
|
</tr>
|
|
|
<%-- <tr>
|
|
|
<td class="kv-label"><spring:message code="manifest.agent.name" /></td>
|
...
|
...
|
@@ -268,7 +278,7 @@ |
|
|
if(index >= 0)
|
|
|
{
|
|
|
var consignor = consignorList[index];
|
|
|
$("#co_company").val(consignor.co_company?consignor.co_company:"");
|
|
|
$("#co_company").val(consignor.co_company?consignor.co_company.toUpperCase():"");
|
|
|
var address = consignor.co_address;
|
|
|
if(notEmpty(address)){
|
|
|
if(address.length>70){
|
...
|
...
|
@@ -277,12 +287,12 @@ |
|
|
}else{
|
|
|
address = "";
|
|
|
}
|
|
|
$("#co_address").val(address);
|
|
|
$("#co_address").val(address.toUpperCase());
|
|
|
$("#co_telephone").val(consignor.co_telephone?consignor.co_telephone:"");
|
|
|
$("#co_country").val(consignor.co_country?consignor.co_country:"");
|
|
|
$("#co_city").val(consignor.co_city?consignor.co_city:"");
|
|
|
$("#co_deltaname").val(consignor.co_deltaname?consignor.co_deltaname:"");
|
|
|
$("#co_name").val(consignor.co_name?consignor.co_name:"");
|
|
|
$("#co_country").val(consignor.co_country?consignor.co_country:"CN");
|
|
|
$("#co_city").val(consignor.co_city?consignor.co_city.toUpperCase():"");
|
|
|
$("#co_deltaname").val(consignor.co_deltaname?consignor.co_deltaname.toUpperCase():"");
|
|
|
$("#co_name").val(consignor.co_name?consignor.co_name.toUpperCase():"");
|
|
|
$("#co_fax").val(consignor.co_fax?consignor.co_fax:"");
|
|
|
$("#co_zipcode").val(consignor.co_zipcode?consignor.co_zipcode:"");
|
|
|
$("#shpaeo").val(consignor.shpaeo?consignor.shpaeo:"");
|
...
|
...
|
@@ -290,7 +300,7 @@ |
|
|
if(notEmpty(consignor.shpcusid)){
|
|
|
var temp = consignor.shpcusid.split("+")[1];
|
|
|
if(notEmpty(temp)){
|
|
|
$("#shpcusid").val(temp);
|
|
|
$("#shpcusid").val(temp.toUpperCase());
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
@@ -321,17 +331,21 @@ |
|
|
<tr>
|
|
|
<td class="kv-label"><spring:message code="manifest.company" /><span
|
|
|
class="required_span">*</span></td>
|
|
|
<td class="kv-content"><input required id="co_company" name="co_company" type="text"
|
|
|
<td class="kv-content"><input required id="co_company" name="co_company" type="text" maxlength="70"
|
|
|
value="${manifest.co_company}" oninput="onInputChange(event,'co_company','oninput')"
|
|
|
onpropertychange="onInputChange(event,'co_company','onpropertychange')"></td>
|
|
|
<td class="kv-label"><spring:message code="manifest.address" /><span
|
|
|
class="required_span">*</span></td>
|
|
|
<td class="kv-content"><input required id="co_address" name="co_address" type="text"
|
|
|
value="${manifest.co_address}" maxlength="70"></td>
|
|
|
value="${manifest.co_address}" maxlength="70"
|
|
|
oninput="onInputChange(event,'co_address','oninput')"
|
|
|
onpropertychange="onInputChange(event,'co_address','onpropertychange')"></td>
|
|
|
<td class="kv-label"><spring:message code="manifest.country" /><span
|
|
|
class="required_span">*</span></td>
|
|
|
<td class="kv-content"><input required id="co_country" name="co_country" maxlength="2"
|
|
|
type="text" value="${manifest.co_country }"
|
|
|
<td class="kv-content">
|
|
|
<input required id="co_country" name="co_country" maxlength="2" type="text"
|
|
|
<c:if test="${empty manifest.co_country}">value="CN"</c:if>
|
|
|
<c:if test="${not empty manifest.co_country}">value="${manifest.co_country}"</c:if>
|
|
|
oninput="onInputChange(event,'co_country','oninput')"
|
|
|
onpropertychange="onInputChange(event,'co_country','onpropertychange')"></td>
|
|
|
</tr>
|
...
|
...
|
@@ -341,23 +355,23 @@ |
|
|
value="${manifest.co_city }" oninput="onInputChange(event,'co_city','oninput')"
|
|
|
onpropertychange="onInputChange(event,'co_city','onpropertychange')"></td> --%>
|
|
|
<td class="kv-label"><spring:message code="manifest.state" /></td>
|
|
|
<td class="kv-content"><input id="co_deltaname" name="co_deltaname" type="text"
|
|
|
<td class="kv-content"><input id="co_deltaname" name="co_deltaname" type="text" maxlength="35"
|
|
|
value="${manifest.co_deltaname}"></td>
|
|
|
<td class="kv-label"><spring:message code="manifest.zip.code" /></td>
|
|
|
<td class="kv-content" colspan="3"><input id="co_zipcode" name="co_zipcode" type="text"
|
|
|
<td class="kv-content" colspan="3"><input id="co_zipcode" name="co_zipcode" type="text" maxlength="9"
|
|
|
value="${manifest.co_zipcode }"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="kv-label"><spring:message code="manifest.telephone" /></td>
|
|
|
<td class="kv-content"><input id="co_telephone" name="co_telephone" type="text"
|
|
|
<td class="kv-content"><input id="co_telephone" name="co_telephone" type="text" maxlength="50"
|
|
|
value="${manifest.co_telephone }"
|
|
|
placeholder="<spring:message code="manifest.fhr.fh_placeholder"/>"></td>
|
|
|
<td class="kv-label"><spring:message code="manifest.fax" /></td>
|
|
|
<td class="kv-content"><input id="co_fax" name="co_fax" type="text"
|
|
|
<td class="kv-content"><input id="co_fax" name="co_fax" type="text" maxlength="50"
|
|
|
value="${manifest.co_fax }"
|
|
|
placeholder="<spring:message code="manifest.fhr.fh_placeholder"/>"></td>
|
|
|
<td class="kv-label"><spring:message code="manifest.fhr.shpaeo" /></td>
|
|
|
<td class="kv-content"><input id="shpaeo" name="shpaeo" type="text"
|
|
|
<td class="kv-content"><input id="shpaeo" name="shpaeo" type="text" maxlength="20"
|
|
|
value="${manifest.shpaeo }" oninput="onInputChange(event,'shpaeo','oninput')"
|
|
|
onpropertychange="onInputChange(event,'shpaeo','onpropertychange')"></td>
|
|
|
</tr>
|
...
|
...
|
@@ -381,7 +395,7 @@ |
|
|
</c:if>
|
|
|
</select>
|
|
|
<span style="color: black; font-size: 16px;">+</span>
|
|
|
<input id="shpcusid" type="text" required
|
|
|
<input id="shpcusid" type="text" maxlength="100" required
|
|
|
<c:if test="${not empty manifest.shpcusid}">
|
|
|
<c:set var="tempShpValue" value='${fn:split(manifest.shpcusid,"+")[1]}' />
|
|
|
value="${tempShpValue}"
|
...
|
...
|
@@ -421,7 +435,7 @@ |
|
|
address = "";
|
|
|
}
|
|
|
|
|
|
$("#sh_address").val(address);
|
|
|
$("#sh_address").val(address.toUpperCase());
|
|
|
$("#sh_telephone").val(consignee.tel?consignee.tel:"");
|
|
|
$("#sh_country").val(consignee.name?consignee.name:"");
|
|
|
$("#sh_name").val(consignee.code?consignee.code:"");
|
...
|
...
|
@@ -451,13 +465,15 @@ |
|
|
<tr>
|
|
|
<td class="kv-label"><spring:message code="manifest.company" /><span
|
|
|
class="required_span">*</span></td>
|
|
|
<td class="kv-content"><input required id="sh_company" name="sh_company" type="text"
|
|
|
<td class="kv-content"><input required id="sh_company" name="sh_company" type="text" maxlength="70"
|
|
|
value="${manifest.sh_company }" oninput="onInputChange(event,'sh_company','oninput')"
|
|
|
onpropertychange="onInputChange(event,'sh_company','onpropertychange')"></td>
|
|
|
<td class="kv-label"><spring:message code="manifest.address" /><span
|
|
|
class="required_span">*</span></td>
|
|
|
<td class="kv-content"><input required id="sh_address" name="sh_address" maxlength="70"
|
|
|
type="text" value="${manifest.sh_address }"></td>
|
|
|
type="text" value="${manifest.sh_address }"
|
|
|
oninput="onInputChange(event,'sh_address','oninput')"
|
|
|
onpropertychange="onInputChange(event,'sh_address','onpropertychange')"></td>
|
|
|
<td class="kv-label"><spring:message code="manifest.country" /><span
|
|
|
class="required_span">*</span></td>
|
|
|
<td class="kv-content"><input required id="sh_country" name="sh_country" maxlength="2"
|
...
|
...
|
@@ -467,25 +483,25 @@ |
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="kv-label"><spring:message code="manifest.city" /><span class="required_span">*</span></td>
|
|
|
<td class="kv-content"><input required id="sh_city" name="sh_city" type="text"
|
|
|
<td class="kv-content"><input required id="sh_city" name="sh_city" type="text" maxlength="35"
|
|
|
value="${manifest.sh_city }" oninput="onInputChange(event,'sh_city','oninput')"
|
|
|
onpropertychange="onInputChange(event,'sh_city','onpropertychange')"></td>
|
|
|
<td class="kv-label"><spring:message code="manifest.state" /></td>
|
|
|
<td class="kv-content"><input id="sh_deltaname" name="sh_deltaname" type="text"
|
|
|
<td class="kv-content"><input id="sh_deltaname" name="sh_deltaname" type="text" maxlength="35"
|
|
|
value="${manifest.sh_deltaname}"></td>
|
|
|
<td class="kv-label"><spring:message code="manifest.zip.code" /></td>
|
|
|
<td class="kv-content"><input id="sh_zipcode" name="sh_zipcode" type="text"
|
|
|
<td class="kv-content"><input id="sh_zipcode" name="sh_zipcode" type="text" maxlength="9"
|
|
|
value="${manifest.sh_zipcode }"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="kv-label"><spring:message code="manifest.telephone" /></td>
|
|
|
<td class="kv-content"><input id="sh_telephone" name="sh_telephone" type="text"
|
|
|
<td class="kv-content"><input id="sh_telephone" name="sh_telephone" type="text" maxlength="50"
|
|
|
value="${manifest.sh_telephone }"></td>
|
|
|
<td class="kv-label"><spring:message code="manifest.fax" /></td>
|
|
|
<td class="kv-content"><input id="sh_fax" name="sh_fax" type="text"
|
|
|
<td class="kv-content"><input id="sh_fax" name="sh_fax" type="text" maxlength="50"
|
|
|
value="${manifest.sh_fax }"></td>
|
|
|
<td class="kv-label"><spring:message code="manifest.shr.cneaeo" /></td>
|
|
|
<td class="kv-content"><input id="cneaeo" name="cneaeo" type="text"
|
|
|
<td class="kv-content"><input id="cneaeo" name="cneaeo" type="text" maxlength="20"
|
|
|
value="${manifest.cneaeo }" oninput="onInputChange(event,'cneaeo','oninput')"
|
|
|
onpropertychange="onInputChange(event,'cneaeo','onpropertychange')"></td>
|
|
|
</tr>
|
...
|
...
|
@@ -519,7 +535,7 @@ |
|
|
</c:if>
|
|
|
</select>
|
|
|
<span style="color: black; font-size: 16px;">+</span>
|
|
|
<input id="cnecusid" type="text" required
|
|
|
<input id="cnecusid" type="text" maxlength="100" required
|
|
|
<c:if test="${not empty manifest.cnecusid}">
|
|
|
<c:set var="tempCneValue" value='${fn:split(manifest.cnecusid,"+")[1]}' />
|
|
|
value="${tempCneValue }"
|
...
|
...
|
@@ -540,10 +556,6 @@ |
|
|
</tr>
|
|
|
<!-- 收货人信息 end -->
|
|
|
|
|
|
<tr style="display: none;">
|
|
|
<td> <input value="${manifest.cnecusid}"/> <input value="${manifest.shpcusid}"/> </td>
|
|
|
</tr>
|
|
|
|
|
|
<!-- 危险品信息 start -->
|
|
|
<tr>
|
|
|
<td style="background-color: #EBEDF4; color: black;" class="kv-label" colspan="6"><spring:message
|
...
|
...
|
@@ -674,7 +686,7 @@ |
|
|
</form>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
|
|
|
<div id="DialogShunt" class="easyui-dialog" title="报文" style="width: 800px; height: 800px;"
|
|
|
data-options="iconCls:'pag-list',modal:true,collapsible:false,minimizable:false,maximizable:false,resizable:false,closed:true">
|
|
|
<div style="margin-left: 5px; margin-right: 5px; margin-top: 5px;">
|
...
|
...
|
@@ -689,12 +701,18 @@ |
|
|
</div>
|
|
|
|
|
|
<!-- 外部js -->
|
|
|
<script type="text/javascript" src="<%=basePath%>resource/layer-v3.0.3/layer/layer.js"></script>
|
|
|
<script type="text/javascript" src="<%=basePath%>resource/My97DatePicker/WdatePicker.js"></script>
|
|
|
<script src="<%=basePath%>resource/easyui/jquery.easyui.min.js"></script>
|
|
|
<script src="<%=basePath%>/resource/js/tools.js?version=1.2"></script>
|
|
|
<script src="<%=basePath%>/resource/js/tools.js?version=${version}"></script>
|
|
|
<!--弹出层引入的JS-->
|
|
|
<script type="text/javascript">
|
|
|
|
|
|
var layerIndex;
|
|
|
var layer;
|
|
|
layui.use('layer', function(){
|
|
|
layer = layui.layer;
|
|
|
});
|
|
|
|
|
|
$(function(){
|
|
|
//获取三字码
|
|
|
$.ajax({
|
...
|
...
|
@@ -785,6 +803,10 @@ $(function(){ |
|
|
})
|
|
|
|
|
|
function submit(){
|
|
|
layerIndex = parent.layer.load(1, {
|
|
|
shade: [0.6,'#000000'] //0.1透明度
|
|
|
});
|
|
|
|
|
|
var id3 = $("#waybillnomaster").val($("#waybill").val());
|
|
|
var data = $("#form").serialize();
|
|
|
|
...
|
...
|
@@ -804,9 +826,10 @@ $(function(){ |
|
|
data+="&cnecusid="+encodeURIComponent(cnecusid);
|
|
|
}
|
|
|
|
|
|
console.log("form-->"+data);
|
|
|
/* console.log("form-->"+data); */
|
|
|
|
|
|
$.post("<%=basePath%>manifest/save",data,function (data) {
|
|
|
parent.layer.close(layerIndex);
|
|
|
if (data.status == 200) {
|
|
|
// layer.confirm("<spring:message code="opt.savesuccess"/>", {btn: ['<spring:message code="opt.confirm"/>', '<spring:message code="opt.cancel"/>']}, function () {
|
|
|
window.location.href = "<%=basePath%>manifest/list" ;
|
...
|
...
|
@@ -838,6 +861,10 @@ $(function(){ |
|
|
function savesend(){
|
|
|
var isValid = $("#form").valid();
|
|
|
if(isValid){
|
|
|
layerIndex = parent.layer.load(1, {
|
|
|
shade: [0.6,'#000000'] //0.1透明度
|
|
|
});
|
|
|
|
|
|
var id3 = $("#waybillnomaster").val($("#waybill").val());
|
|
|
var data = $("#form").serialize();
|
|
|
var shp_cusid_type = getSelectedValue("co_cusid");
|
...
|
...
|
@@ -856,9 +883,10 @@ $(function(){ |
|
|
data+="&cnecusid="+encodeURIComponent(cnecusid);
|
|
|
}
|
|
|
|
|
|
console.log("form-->"+data);
|
|
|
/* console.log("form-->"+data); */
|
|
|
|
|
|
$.post("<%=basePath%>manifest/savesend",data,function (data) {
|
|
|
parent.layer.close(layerIndex);
|
|
|
if (data.status == 200) {
|
|
|
$("#xmlContent").val(data.data);
|
|
|
$("#DialogShunt").window('open');
|
...
|
...
|
@@ -1044,6 +1072,56 @@ $(function(){ |
|
|
});
|
|
|
});
|
|
|
}
|
|
|
|
|
|
function checkNo(content){
|
|
|
if (content) {
|
|
|
content = content.replace(/ /g,'');
|
|
|
$("#waybill").val(content);
|
|
|
|
|
|
if(content.length>4){
|
|
|
var forth = content.substring(3,4);
|
|
|
if(forth!='-'){
|
|
|
var start = content.substring(0,3);
|
|
|
var end = content.substring(3,content.length);
|
|
|
content = start+"-"+end;
|
|
|
$("#waybill").val(content);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
if(content.length>12){
|
|
|
content = content.substring(0,12);
|
|
|
$("#waybill").val(content);
|
|
|
}
|
|
|
|
|
|
if(content.length<12){
|
|
|
layui.use('layer', function(){
|
|
|
var layer = layui.layer;
|
|
|
parent.layer.alert('主单号不能少于12位~!', {icon: 0});
|
|
|
$("#waybill").focus();
|
|
|
});
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
var array = content.split("-");
|
|
|
if(array!=null&&array.length==2){
|
|
|
var end = array[1];
|
|
|
if(end&&end.length==8){
|
|
|
var number = parseInt(end);
|
|
|
var start = number/10;
|
|
|
var remainder = parseInt(start)%7;
|
|
|
var last = number%10;
|
|
|
if(remainder!=last){
|
|
|
layui.use('layer', function(){
|
|
|
var layer = layui.layer;
|
|
|
parent.layer.alert('主单号不符合模七校验,请修改~!', {icon: 6});
|
|
|
$("#waybill").focus();
|
|
|
});
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
</script>
|
|
|
</body>
|
|
|
</html> |
|
|
\ No newline at end of file |
...
|
...
|
|