...
|
...
|
@@ -66,10 +66,6 @@ |
|
|
name="waybillnosecondary" type="hidden" value="${pre.waybillnosecondary }"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<%-- <td class="kv-label"><spring:message code="delivery.name.of.goods" /><span
|
|
|
class="required_span">*</span></td>
|
|
|
<td class="kv-content"><input required id="name_ofgoods" name="name_ofgoods" type="text"
|
|
|
value="${pre.name_ofgoods }"></td> --%>
|
|
|
<td class="kv-label"><spring:message code="delivery.delivery.station" /><span
|
|
|
class="required_span">*</span></td>
|
|
|
<td class="kv-content"><select required id="delivery_station" name="delivery_station">
|
...
|
...
|
@@ -97,13 +93,6 @@ |
|
|
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"
|
|
|
placeholder="<spring:message code='manifest.carrier.tip'/>"
|
|
|
value="${pre.carrier}" oninput="onInputChange(event,'carrier_new','oninput')"
|
|
|
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"
|
...
|
...
|
@@ -220,22 +209,14 @@ |
|
|
onpropertychange="onInputChange(event,'productname','onpropertychange')"/>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<%-- <tr>
|
|
|
<td class="kv-label"><spring:message code="manifest.agent.name" /></td>
|
|
|
<td class="kv-content"><input id="agentman" name="agentman" type="text"
|
|
|
value="${agent.threeCode}" 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"
|
|
|
style="width: 400px;" type="text" value="${agent.nameCn }"
|
|
|
placeholder="<spring:message code="agent.companyPlaceholder"/>"></td>
|
|
|
</tr> --%>
|
|
|
<!-- 货物信息 end -->
|
|
|
|
|
|
<!-- 发货信息 start -->
|
|
|
<tr style="background-color: #EBEDF4; color: black;">
|
|
|
<td style="background-color: #EBEDF4; color: black;" class="kv-label"><spring:message
|
|
|
code="manifest.shipper.information" /></td>
|
|
|
<td class="kv-content" colspan="5"><select onchange="changeConsignorSelect()"
|
|
|
<td class="kv-label"> <button type="button" class="layui-btn layui-btn-sm layui-icon layui-icon-user" onclick="showConsignorDialog()">请选择发货人</button> </td>
|
|
|
<%-- <td class="kv-content" colspan="5"><select onchange="changeConsignorSelect()"
|
|
|
id="fh_select">
|
|
|
<option value="-1">请选择</option>
|
|
|
</select> <script>
|
...
|
...
|
@@ -294,7 +275,7 @@ |
|
|
}
|
|
|
}
|
|
|
});
|
|
|
</script></td>
|
|
|
</script></td> --%>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="kv-label"><spring:message code="manifest.company" /><span
|
...
|
...
|
@@ -318,10 +299,6 @@ |
|
|
onpropertychange="onInputChange(event,'co_country','onpropertychange')"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<%-- <td class="kv-label"><spring:message code="manifest.city" /><span class="required_span">*</span></td>
|
|
|
<td class="kv-content"><input required id="co_city" name="co_city" type="text"
|
|
|
value="${pre.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" maxlength="35"
|
|
|
value="${pre.co_deltaname }"></td>
|
...
|
...
|
@@ -347,10 +324,6 @@ |
|
|
onpropertychange="onInputChange(event,'shpaeo','onpropertychange')"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<%-- <td class="kv-label"><spring:message code="manifest.fhr.shpcusid" /></td>
|
|
|
<td class="kv-content" colspan="3"><input id="shpcusid" name="shpcusid"
|
|
|
type="text" value="${pre.shpcusid }" oninput="onInputChange(event,'shpcusid','oninput')"
|
|
|
onpropertychange="onInputChange(event,'shpcusid','onpropertychange')"></td> --%>
|
|
|
<td class="kv-label" colspan="6"><select id="co_cusid" required>
|
|
|
<c:if test="${not empty pre.shpcusid}">
|
|
|
<c:set var="tempShpType" value='${fn:split(pre.shpcusid,"+")[0]}' />
|
...
|
...
|
@@ -375,7 +348,8 @@ |
|
|
<tr style="background-color: #EBEDF4; color: black;">
|
|
|
<td style="background-color: #EBEDF4; color: black;" class="kv-label" colspan="1"><spring:message
|
|
|
code="manifest.consignee" /></td>
|
|
|
<td class="kv-content" colspan="5"><select onchange="changeConsigneeSelect()"
|
|
|
<td class="kv-label"> <button type="button" class="layui-btn layui-btn-sm layui-icon layui-icon-user" onclick="showConsigneeDialog()">请选择收货人</button> </td>
|
|
|
<%-- <td class="kv-content" colspan="5"><select onchange="changeConsigneeSelect()"
|
|
|
id="consignee_select">
|
|
|
<option value="-1">请选择</option>
|
|
|
</select> <script>
|
...
|
...
|
@@ -413,7 +387,7 @@ |
|
|
}
|
|
|
}
|
|
|
});
|
|
|
</script></td>
|
|
|
</script></td> --%>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="kv-label"><spring:message code="manifest.company" /><span
|
...
|
...
|
@@ -462,21 +436,7 @@ |
|
|
onpropertychange="onInputChange(event,'cneaeo','onpropertychange')"></td>
|
|
|
</tr>
|
|
|
|
|
|
<%-- <tr>
|
|
|
<td class="kv-label"><spring:message code="manifest.province.code" /></td>
|
|
|
<td class="kv-content"><input id="sh_provincecode" name="sh_provincecode" type="text"
|
|
|
value="${pre.sh_provincecode }" oninput="onInputChange(event,'sh_provincecode','oninput')"
|
|
|
onpropertychange="onInputChange(event,'sh_provincecode','onpropertychange')"></td>
|
|
|
<td class="kv-label"><spring:message code="manifest.province.name" /></td>
|
|
|
<td class="kv-content" colspan="3"><input id="sh_provincename" name="sh_provincename"
|
|
|
type="text" value="${pre.sh_provincename }"></td>
|
|
|
</tr> --%>
|
|
|
<tr>
|
|
|
<%-- <td class="kv-label"><spring:message code="manifest.shr.cnecusid" /></td>
|
|
|
<td class="kv-content"><input id="cnecusid" name="cnecusid" type="text"
|
|
|
value="${pre.cnecusid }" oninput="onInputChange(event,'cnecusid','oninput')"
|
|
|
onpropertychange="onInputChange(event,'cnecusid','onpropertychange')"></td> --%>
|
|
|
|
|
|
<td class="kv-label" colspan="6"><select id="sh_cusid" required>
|
|
|
<c:if test="${not empty pre.cnecusid}">
|
|
|
<c:set var="tempCneType" value='${fn:split(pre.cnecusid,"+")[0]}' />
|
...
|
...
|
@@ -744,7 +704,7 @@ |
|
|
layer.open({content: "有错"});
|
|
|
$("#ways").val("");
|
|
|
}else{
|
|
|
$.post("<%=basePath%>manifest/daryMawbNo",{id:$("#id").val(),mawbNo:wad},function(data) {
|
|
|
$.post("<%=basePath%>manifest/daryMawbNo",{waybillnomaster:$("#waybillnomaster").val(),waybillnoSub:wad},function(data) {
|
|
|
if (data.status == 500) {
|
|
|
layer.open({content: "<spring:message code="opt.repeatno"/>"});
|
|
|
$("#ways").val("");
|
...
|
...
|
@@ -1071,9 +1031,6 @@ |
|
|
success : function(data) {
|
|
|
if (data.status == 200) {
|
|
|
if (data.data) {
|
|
|
console.log("shpType-->"+shpType);
|
|
|
console.log("cneType-->"+cneType);
|
|
|
|
|
|
for (var i = 0; i < data.data.length; i++) {
|
|
|
var type = data.data[i].enterprise_type;
|
|
|
if(selectId=="co_cusid"){
|
...
|
...
|
@@ -1098,6 +1055,98 @@ |
|
|
});
|
|
|
}
|
|
|
|
|
|
function onReceivConsignor(consignor){
|
|
|
if(consignor){
|
|
|
$("#co_company").val(consignor.co_company?consignor.co_company.toUpperCase():"");
|
|
|
var address = consignor.co_address;
|
|
|
if(notEmpty(address)){
|
|
|
if(address.length>70){
|
|
|
address = address.substring(0,70);
|
|
|
}
|
|
|
}else{
|
|
|
address = "";
|
|
|
}
|
|
|
$("#co_address").val(address.toUpperCase());
|
|
|
$("#co_telephone").val(consignor.co_telephone?consignor.co_telephone:"");
|
|
|
$("#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:"");
|
|
|
|
|
|
if(notEmpty(consignor.shpcusid)){
|
|
|
var temp_1 = consignor.shpcusid.split("+")[0];
|
|
|
var temp_2 = consignor.shpcusid.split("+")[1];
|
|
|
if(notEmpty(temp_2)){
|
|
|
$("#shpcusid").val(temp_2.toUpperCase());
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
function showConsignorDialog() {
|
|
|
var parentName= window.name;
|
|
|
layui.use('layer', function(){
|
|
|
var layer = layui.layer;
|
|
|
var viewUrl="<%=basePath%>consignor/list?isWithChoose=true";
|
|
|
parent.layer.open({
|
|
|
type: 2,
|
|
|
title: '',
|
|
|
shadeClose: false,
|
|
|
shade: 0.8,
|
|
|
area: ['90%', '80%'],
|
|
|
content: viewUrl
|
|
|
});
|
|
|
});
|
|
|
}
|
|
|
|
|
|
function onReceivConsignee(consignee) {
|
|
|
var address = consignee.address;
|
|
|
if(notEmpty(address)){
|
|
|
if(address.length>70){
|
|
|
address = address.substring(0,70);
|
|
|
}
|
|
|
}else{
|
|
|
address = "";
|
|
|
}
|
|
|
|
|
|
$("#sh_address").val(address.toUpperCase());
|
|
|
$("#sh_company").val(consignee.name?consignee.name:"");
|
|
|
$("#sh_telephone").val(consignee.tel?consignee.tel:"");
|
|
|
$("#sh_country").val(consignee.name?consignee.name:"");
|
|
|
$("#sh_name").val(consignee.code?consignee.code:"");
|
|
|
$("#sh_city").val(consignee.city?consignee.city.toUpperCase():"");
|
|
|
$("#sh_fax").val(consignee.fax?consignee.fax:"");
|
|
|
$("#sh_zipcode").val(consignee.zipcode?consignee.zipcode:"");
|
|
|
$("#cneaeo").val(consignee.aeo?consignee.aeo:"");
|
|
|
|
|
|
if(notEmpty(consignee.cusid)){
|
|
|
var temp_1 = consignee.cusid.split("+")[0];
|
|
|
var temp_2 = consignee.cusid.split("+")[1];
|
|
|
if(notEmpty(temp_2)){
|
|
|
$("#cnecusid").val(temp_2.toUpperCase());
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
function showConsigneeDialog() {
|
|
|
var parentName= window.name;
|
|
|
layui.use('layer', function(){
|
|
|
var layer = layui.layer;
|
|
|
var viewUrl="<%=basePath%>consignee/list?isWithChoose=true";
|
|
|
parent.layer.open({
|
|
|
type: 2,
|
|
|
title: '',
|
|
|
shadeClose: false,
|
|
|
shade: 0.8,
|
|
|
area: ['90%', '80%'],
|
|
|
content: viewUrl
|
|
|
});
|
|
|
});
|
|
|
}
|
|
|
|
|
|
</script>
|
|
|
</body>
|
|
|
</html> |
|
|
\ No newline at end of file |
...
|
...
|
|