...
|
...
|
@@ -14,18 +14,18 @@ |
|
|
<head>
|
|
|
<meta charset="utf-8">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
<link href="<%=basePath%>resource/css/base.css?ver=1.0" rel="stylesheet">
|
|
|
<link href="<%=basePath%>resource/css/base.css?version=${version}" rel="stylesheet">
|
|
|
<link href="<%=basePath%>resource/css/basic_info.css" rel="stylesheet">
|
|
|
<link rel="stylesheet" type="text/css" href="<%=basePath%>resource/easyui/uimaker/icon.css">
|
|
|
<link rel="stylesheet" href="<%=basePath%>resource/easyui/uimaker/easyui.css">
|
|
|
<link rel="stylesheet" href="<%=basePath%>resource/css/form.css">
|
|
|
<script type="text/javascript" src="<%=basePath%>resource/easyui/jquery.min.js"></script>
|
|
|
<script type="text/javascript" src="<%=basePath%>resource/validate/jquery.validate.js"></script>
|
|
|
<script type="text/javascript" src="<%=basePath%>resource/validate/validate-extends.js"></script>
|
|
|
<link rel="stylesheet" type="text/css" href="<%=basePath%>resource/easyui/uimaker/icon.css?version=${version}">
|
|
|
<link rel="stylesheet" href="<%=basePath%>resource/easyui/uimaker/easyui.css?version=${version}">
|
|
|
<link rel="stylesheet" href="<%=basePath%>resource/css/form.css?version=${version}">
|
|
|
<script type="text/javascript" src="<%=basePath%>resource/easyui/jquery.min.js?version=${version}"></script>
|
|
|
<script type="text/javascript" src="<%=basePath%>resource/validate/jquery.validate.js?version=${version}"></script>
|
|
|
<script type="text/javascript" src="<%=basePath%>resource/validate/validate-extends.js?version=${version}"></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>
|
|
|
<link rel="stylesheet" href="<%=basePath%>resource/layui/css/layui.css?version=${version}" media="all">
|
|
|
<script type="text/javascript" src="<%=basePath%>resource/layer-v3.0.3/layer/layer.js?version=${version}"></script>
|
|
|
<script type="text/javascript" src="<%=basePath%>resource/layui/layui.js?version=${version}"></script>
|
|
|
|
|
|
<style type="text/css">
|
|
|
.required_span {
|
...
|
...
|
@@ -95,7 +95,8 @@ |
|
|
class="required_span">*</span></td>
|
|
|
<td class="kv-content"><input required id="flightno" name="flightno" type="text"
|
|
|
placeholder="<spring:message code='manifest.carrier.flightno.tip'/>"
|
|
|
value="${manifest.carrier}${manifest.flightno}" oninput="onInputChange(event,'flightno','oninput')"
|
|
|
value="${manifest.carrier}${manifest.flightno}"
|
|
|
oninput="onInputChange(event,'flightno','oninput')"
|
|
|
onpropertychange="onInputChange(event,'flightno','onpropertychange')"
|
|
|
autocomplete="off"></td>
|
|
|
|
...
|
...
|
@@ -158,7 +159,6 @@ |
|
|
<td class="kv-label"><spring:message code="manifest.payment.method" /><span
|
|
|
class="required_span">*</span></td>
|
|
|
<td class="kv-content"><select required id="paymode" name="paymode">
|
|
|
<%-- <option value=""><spring:message code="opt.select"/></option> --%>
|
|
|
<option value="PP" <c:if test = "${manifest.paymode == 'PP' }">selected="selected"</c:if>><spring:message
|
|
|
code="manifest.prepaid" /></option>
|
|
|
<option value="CC" <c:if test = "${manifest.paymode == 'CC' }">selected="selected"</c:if>><spring:message
|
...
|
...
|
@@ -173,7 +173,6 @@ |
|
|
<td class="kv-label"><spring:message code="manifest.customs.status" /><span
|
|
|
class="required_span">*</span></td>
|
|
|
<td class="kv-content" colspan="3"><select id="customsstatus" name="customsstatus" required>
|
|
|
<%-- <option value=""><spring:message code="opt.select" /></option> --%>
|
|
|
<option value="001"
|
|
|
<c:if test="${manifest.customsstatus == 001 }">selected="selected"</c:if>><spring:message
|
|
|
code="manifest.customs_status_001" /></option>
|
...
|
...
|
@@ -224,67 +223,6 @@ |
|
|
<td style="background-color: #EBEDF4; color: black;" class="kv-label" colspan="1"><spring:message
|
|
|
code="manifest.shipper.information" /></td>
|
|
|
<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="4"><select onchange="changeConsignorSelect()"
|
|
|
id="fh_select">
|
|
|
<option value="-1">请选择</option>
|
|
|
</select> <script>
|
|
|
var consignorList = null;
|
|
|
function changeConsignorSelect(){
|
|
|
if(consignorList != null)
|
|
|
{
|
|
|
var index = parseInt($("#fh_select").find("option:selected").val());
|
|
|
if(index >= 0)
|
|
|
{
|
|
|
var consignor = consignorList[index];
|
|
|
$("#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 = consignor.shpcusid.split("+")[1];
|
|
|
if(notEmpty(temp)){
|
|
|
$("#shpcusid").val(temp.toUpperCase());
|
|
|
}
|
|
|
}
|
|
|
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
$.ajax({
|
|
|
url:"<%=basePath%>/consignor/getall",
|
|
|
success:function(data){
|
|
|
if(data.status == 200)
|
|
|
{
|
|
|
if(data.data)
|
|
|
{
|
|
|
consignorList = data.data;
|
|
|
for(var i = 0; i < data.data.length; i ++)
|
|
|
{
|
|
|
var select = $("#fh_select");
|
|
|
select.append("<option value='"+i+"'>"+data.data[i].co_company+"</option>");
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
</script>
|
|
|
</td> --%>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="kv-label"><spring:message code="manifest.company" /><span
|
...
|
...
|
@@ -310,7 +248,9 @@ |
|
|
<tr>
|
|
|
<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="${manifest.co_deltaname}"></td>
|
|
|
value="${manifest.co_deltaname}"
|
|
|
oninput="onInputChange(event,'co_deltaname','oninput')"
|
|
|
onpropertychange="onInputChange(event,'co_deltaname','onpropertychange')"></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" maxlength="9"
|
|
|
value="${manifest.co_zipcode }"></td>
|
...
|
...
|
@@ -319,10 +259,14 @@ |
|
|
<td class="kv-label"><spring:message code="manifest.telephone" /></td>
|
|
|
<td class="kv-content"><input id="co_telephone" name="co_telephone" type="text" maxlength="50"
|
|
|
value="${manifest.co_telephone }"
|
|
|
oninput="onInputChange(event,'co_telephone','oninput')"
|
|
|
onpropertychange="onInputChange(event,'co_telephone','onpropertychange')"
|
|
|
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" maxlength="50"
|
|
|
value="${manifest.co_fax }"
|
|
|
oninput="onInputChange(event,'co_fax','oninput')"
|
|
|
onpropertychange="onInputChange(event,'co_fax','onpropertychange')"
|
|
|
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" maxlength="20"
|
...
|
...
|
@@ -367,55 +311,6 @@ |
|
|
<td style="background-color: #EBEDF4; color: black;" class="kv-label" colspan="1"><spring:message
|
|
|
code="manifest.consignee" /></td>
|
|
|
<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>
|
|
|
var consigneeList = null;
|
|
|
function changeConsigneeSelect(){
|
|
|
if(consigneeList != null)
|
|
|
{
|
|
|
var index = parseInt($("#consignee_select").find("option:selected").val());
|
|
|
if(index >= 0)
|
|
|
{
|
|
|
var consignee = consigneeList[index];
|
|
|
$("#sh_company").val(consignee.code?consignee.code:"");
|
|
|
|
|
|
var address = consignee.address;
|
|
|
if(notEmpty(address)){
|
|
|
if(address.length>70){
|
|
|
address = address.substring(0,70);
|
|
|
}
|
|
|
}else{
|
|
|
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:"");
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
$.ajax({
|
|
|
url:"<%=basePath%>/consignee/getall",
|
|
|
success:function(data){
|
|
|
if(data.status == 200)
|
|
|
{
|
|
|
if(data.data)
|
|
|
{
|
|
|
consigneeList = data.data;
|
|
|
for(var i = 0; i < data.data.length; i ++)
|
|
|
{
|
|
|
var select = $("#consignee_select");
|
|
|
select.append("<option value='"+i+"'>"+consigneeList[i].code+"</option>");
|
|
|
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
</script></td> --%>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="kv-label"><spring:message code="manifest.company" /><span
|
...
|
...
|
@@ -432,7 +327,7 @@ |
|
|
<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"
|
|
|
type="text" value="${manifest.sh_country }"
|
|
|
type="text" value="${manifest.sh_country}" class="layui-input"
|
|
|
oninput="onInputChange(event,'sh_country','oninput')"
|
|
|
onpropertychange="onInputChange(event,'sh_country','onpropertychange')"></td>
|
|
|
</tr>
|
...
|
...
|
@@ -443,10 +338,16 @@ |
|
|
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" maxlength="35"
|
|
|
value="${manifest.sh_deltaname}"></td>
|
|
|
value="${manifest.sh_deltaname}"
|
|
|
oninput="onInputChange(event,'sh_deltaname','oninput')"
|
|
|
onpropertychange="onInputChange(event,'sh_deltaname','onpropertychange')"></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" maxlength="9"
|
|
|
value="${manifest.sh_zipcode }"></td>
|
|
|
<td class="kv-content">
|
|
|
<input id="sh_zipcode" name="sh_zipcode" type="text"
|
|
|
maxlength="9"value="${manifest.sh_zipcode }"
|
|
|
oninput="onInputChange(event,'sh_zipcode','oninput')"
|
|
|
onpropertychange="onInputChange(event,'sh_zipcode','onpropertychange')" >
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="kv-label"><spring:message code="manifest.telephone" /></td>
|
...
|
...
|
@@ -454,7 +355,9 @@ |
|
|
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" maxlength="50"
|
|
|
value="${manifest.sh_fax }"></td>
|
|
|
value="${manifest.sh_fax }"
|
|
|
oninput="onInputChange(event,'sh_fax','oninput')"
|
|
|
onpropertychange="onInputChange(event,'sh_fax','onpropertychange')" ></td>
|
|
|
<td class="kv-label"><spring:message code="manifest.shr.cneaeo" /></td>
|
|
|
<td class="kv-content"><input id="cneaeo" name="cneaeo" type="text" maxlength="20"
|
|
|
value="${manifest.cneaeo }" oninput="onInputChange(event,'cneaeo','oninput')"
|
...
|
...
|
@@ -659,8 +562,8 @@ |
|
|
</div>
|
|
|
|
|
|
<!-- 外部js -->
|
|
|
<script type="text/javascript" src="<%=basePath%>resource/My97DatePicker/WdatePicker.js"></script>
|
|
|
<script src="<%=basePath%>resource/easyui/jquery.easyui.min.js"></script>
|
|
|
<script type="text/javascript" src="<%=basePath%>resource/My97DatePicker/WdatePicker.js?version=${version}"></script>
|
|
|
<script src="<%=basePath%>resource/easyui/jquery.easyui.min.js?version=${version}"></script>
|
|
|
<script src="<%=basePath%>/resource/js/tools.js?version=${version}"></script>
|
|
|
<!--弹出层引入的JS-->
|
|
|
<script type="text/javascript">
|
...
|
...
|
@@ -1027,7 +930,8 @@ $(function(){ |
|
|
}
|
|
|
$("#co_address").val(address.toUpperCase());
|
|
|
$("#co_telephone").val(consignor.co_telephone?consignor.co_telephone:"");
|
|
|
$("#co_country").val(consignor.co_country?consignor.co_country:"CN");
|
|
|
var country = consignor.co_country?consignor.co_country:"CN";
|
|
|
$('#co_country').combogrid('setValue',country);
|
|
|
$("#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():"");
|
...
|
...
|
@@ -1038,6 +942,12 @@ $(function(){ |
|
|
if(notEmpty(consignor.shpcusid)){
|
|
|
var temp_1 = consignor.shpcusid.split("+")[0];
|
|
|
var temp_2 = consignor.shpcusid.split("+")[1];
|
|
|
if(notEmpty(temp_1)){
|
|
|
var select = $("#co_cusid");
|
|
|
select.html("");
|
|
|
select.append("<option value='"+temp_1.toUpperCase()+"'>"+temp_1.toUpperCase()+"</option>");
|
|
|
}
|
|
|
|
|
|
if(notEmpty(temp_2)){
|
|
|
$("#shpcusid").val(temp_2.toUpperCase());
|
|
|
}
|
...
|
...
|
@@ -1074,7 +984,8 @@ $(function(){ |
|
|
$("#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:"");
|
|
|
var country = consignee.country?consignee.country:"";
|
|
|
$('#sh_country').combogrid('setValue',country);
|
|
|
$("#sh_name").val(consignee.code?consignee.code:"");
|
|
|
$("#sh_city").val(consignee.city?consignee.city.toUpperCase():"");
|
|
|
$("#sh_fax").val(consignee.fax?consignee.fax:"");
|
...
|
...
|
@@ -1084,6 +995,13 @@ $(function(){ |
|
|
if(notEmpty(consignee.cusid)){
|
|
|
var temp_1 = consignee.cusid.split("+")[0];
|
|
|
var temp_2 = consignee.cusid.split("+")[1];
|
|
|
|
|
|
if(notEmpty(temp_1)){
|
|
|
var select = $("#sh_cusid");
|
|
|
select.html("");
|
|
|
select.append("<option value='"+temp_1.toUpperCase()+"'>"+temp_1.toUpperCase()+"</option>");
|
|
|
}
|
|
|
|
|
|
if(notEmpty(temp_2)){
|
|
|
$("#cnecusid").val(temp_2.toUpperCase());
|
|
|
}
|
...
|
...
|
|