|
@@ -26,6 +26,7 @@
|
|
|
dcttlcx.main.szgqData="${szgq}";
|
|
|
dcttlcx.main.shztData="${shzt}";
|
|
|
dcttlcx.main.hwzlData="${hwzl}";
|
|
|
+ initshztSelect("shztsel");
|
|
|
});
|
|
|
</script>
|
|
|
<body>
|
|
@@ -89,6 +90,17 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr style="height:42px;">
|
|
|
+ <td align="right">
|
|
|
+ <div class="form-inline has-feedback">
|
|
|
+ <label class="control-label1" for="inputSuccess4">当前状态:
|
|
|
+ </label>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td style="width:25%">
|
|
|
+ <select name="shzt" id='shzt' class="selectpicker">
|
|
|
+ <option value="">请选择</option>
|
|
|
+ </select>
|
|
|
+ </td>
|
|
|
<td align="right">
|
|
|
<div class="form-inline has-feedback">
|
|
|
<label class="control-label1" for="inputSuccess4">报告时间起:
|
|
@@ -115,25 +127,27 @@
|
|
|
<!-- 列表 -->
|
|
|
<table class="table_ud">
|
|
|
<tr >
|
|
|
- <th nowrap="nowrap">序号</th>
|
|
|
- <th nowrap="nowrap">经营人</th>
|
|
|
- <th nowrap="nowrap">作业品</th>
|
|
|
- <th nowrap="nowrap">所在港口</th>
|
|
|
- <th nowrap="nowrap">所在港区</th>
|
|
|
- <th nowrap="nowrap">报告时间</th>
|
|
|
- <th nowrap="nowrap">货物种类</th>
|
|
|
- <th nowrap="nowrap">当前状态</th>
|
|
|
+ <th width="3%">序号</th>
|
|
|
+ <th width="10%">港口经营人</th>
|
|
|
+ <th width="10%">作业品名称</th>
|
|
|
+ <th width="10%">作业数量(吨)</th>
|
|
|
+ <th width="6%">货物种类<br>第一大类</th>
|
|
|
+ <th width="7%">所在港口</th>
|
|
|
+ <th width="10%">所在港区</th>
|
|
|
+ <th width="8%">报告时间</th>
|
|
|
+ <th width="8%">当前状态</th>
|
|
|
</tr>
|
|
|
<c:forEach items="${dcttlcxList}" var="dcttlcx" varStatus="s">
|
|
|
<tr>
|
|
|
- <td style="width:8%">${s.count}</td>
|
|
|
- <td style="width:25%">${dcttlcx.ssjyr}</td>
|
|
|
- <td style="width:15%">${dcttlcx.zypmc}</td>
|
|
|
- <td style="width:10%">${dcttlcx.szgk}</td>
|
|
|
- <td style="width:10%">${dcttlcx.szgq}</td>
|
|
|
- <td style="width:10%"><fmt:formatDate value='${dcttlcx.bgsj}' pattern="yyyy-MM-dd" type="date" dateStyle="long" /></td>
|
|
|
- <td style="width:13%">${dcttlcx.hwzl}</td>
|
|
|
- <td style="width:12%">${dcttlcx.shzt}</td>
|
|
|
+ <td>${s.count}</td>
|
|
|
+ <td>${dcttlcx.ssjyr}</td>
|
|
|
+ <td>${dcttlcx.zypmc}</td>
|
|
|
+ <td>${dcttlcx.zysl}</td>
|
|
|
+ <td>${dcttlcx.hwzl}</td>
|
|
|
+ <td>${dcttlcx.szgk}</td>
|
|
|
+ <td>${dcttlcx.szgq}</td>
|
|
|
+ <td><fmt:formatDate value='${dcttlcx.bgsj}' pattern="yyyy-MM-dd" type="date" dateStyle="long" /></td>
|
|
|
+ <td>${dcttlcx.shzt}</td>
|
|
|
</tr>
|
|
|
</c:forEach>
|
|
|
<tr>
|