|
@@ -6,7 +6,7 @@
|
|
<%@ include file="../../common.jsp"%>
|
|
<%@ include file="../../common.jsp"%>
|
|
<head>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
-<title>集装箱吞吐量统计</title>
|
|
|
|
|
|
+<title>集装箱箱数统计</title>
|
|
</head>
|
|
</head>
|
|
<link rel="stylesheet" type="text/css" href="${app }/static/css/public.css" />
|
|
<link rel="stylesheet" type="text/css" href="${app }/static/css/public.css" />
|
|
<link rel="stylesheet" type="text/css" href="${app }/static/css/other.css" />
|
|
<link rel="stylesheet" type="text/css" href="${app }/static/css/other.css" />
|
|
@@ -130,7 +130,12 @@
|
|
}]
|
|
}]
|
|
});
|
|
});
|
|
});
|
|
});
|
|
-
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ function searchMain(){
|
|
|
|
+ $("#jzxxltjform").submit();
|
|
|
|
+ }
|
|
|
|
+
|
|
</script>
|
|
</script>
|
|
<style type="text/css">
|
|
<style type="text/css">
|
|
.main_table td{
|
|
.main_table td{
|
|
@@ -142,7 +147,7 @@ width:50px;
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
<div style="margin-top:30px;">
|
|
<div style="margin-top:30px;">
|
|
-<form action="${app }/jzxttltj/main" id="jzxttltjform" method="post">
|
|
|
|
|
|
+<form action="${app }/jzxxltj/main" id="jzxxltjform" method="post">
|
|
<table class="search_table" cellpadding="0" cellspacing="0" align="center" >
|
|
<table class="search_table" cellpadding="0" cellspacing="0" align="center" >
|
|
<tr>
|
|
<tr>
|
|
<th width="11%"></th>
|
|
<th width="11%"></th>
|
|
@@ -158,7 +163,7 @@ width:50px;
|
|
<td align="right">报告时间止: </td>
|
|
<td align="right">报告时间止: </td>
|
|
<td align="left" ><input id="d4312" class="Wdate" name="endDate" value="${endDate}" type="text" onFocus="WdatePicker({lang:'zh-cn',skin:'default',dateFmt:'yyyy-MM',minDate: '#F{$dp.$D(\'d4311\',{d:0})}'})"></td>
|
|
<td align="left" ><input id="d4312" class="Wdate" name="endDate" value="${endDate}" type="text" onFocus="WdatePicker({lang:'zh-cn',skin:'default',dateFmt:'yyyy-MM',minDate: '#F{$dp.$D(\'d4311\',{d:0})}'})"></td>
|
|
<td align="left">
|
|
<td align="left">
|
|
- <a class="btn btn-default btn-sm" href="#" onclick="search()">
|
|
|
|
|
|
+ <a class="btn btn-default btn-sm" href="#" onclick="searchMain()">
|
|
<i class="glyphicon glyphicon-search"></i>检索</a>
|
|
<i class="glyphicon glyphicon-search"></i>检索</a>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
@@ -168,7 +173,8 @@ width:50px;
|
|
</form>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<h2 align="center" style="margin-top:20px;" ><font style="font-size:16px;color:#196794;font-family:微软雅黑;font-weight: bold;">
|
|
<h2 align="center" style="margin-top:20px;" ><font style="font-size:16px;color:#196794;font-family:微软雅黑;font-weight: bold;">
|
|
-${startDate}-${endDate}集装箱空箱/重箱统计图</font></h2>
|
|
|
|
|
|
+(${startDate}月——${endDate}月)集装箱空箱/重箱统计图</font></h2>
|
|
|
|
+<br>
|
|
<div id="container" style="min-width: 200px; min-height:300px; margin: 0 auto;"></div>
|
|
<div id="container" style="min-width: 200px; min-height:300px; margin: 0 auto;"></div>
|
|
</body>
|
|
</body>
|
|
</html>
|
|
</html>
|