Browse Source

git-svn-id: https://192.168.57.71/svn/jsgkj@1389 931142cf-59ea-a443-aa0e-51397b428577

ld_xuhx 8 năm trước cách đây
mục cha
commit
7e905a1ddb
1 tập tin đã thay đổi với 6 bổ sung4 xóa
  1. 6 4
      gkjsjy/trunk/WebContent/WEB-INF/pages/index/indexmain.jsp

+ 6 - 4
gkjsjy/trunk/WebContent/WEB-INF/pages/index/indexmain.jsp

@@ -189,12 +189,13 @@
 					<tr>
 						<th width="3%">序号</th>
 						<th width="10%">所在港区</th>
-						<th width="10%">经营人个数</th>
-						<th width="10%">危货企业个数</th>
+						<th width="8%">经营人个数</th>
+						<th width="8%">许可证有效期内的企业数</th>
+						<th width="8%">危货企业个数</th>
 						<th width="8%">泊位个数</th>
 						<th width="12%">万吨级以上泊位个数<br>(内河千吨级)</th>
-						<th width="13%">设计总靠泊能力(万吨)</th>
-						<th width="13%">当日单船作业申请数</th>
+						<th width="12%">设计总靠泊能力(万吨)</th>
+						<th width="12%">当日单船作业申请数</th>
 						<th width="8%">当日总吞吐量</th>
 					</tr>
 					<c:forEach items="${list}" var="citygqdata" varStatus="status">
@@ -202,6 +203,7 @@
 							<td>${status.index+1 }</td>
 							<td>${citygqdata.szgq}</td>
 							<td><span onclick="parent.main.menuClick('jyrjbxx','经营人基本信息','/gkjyr/main?szgqid=${citygqdata.szgqid}')" >${citygqdata.jyrnum }</span></td>
+							<td>${citygqdata.xkzyxqnqys }</td>
 							<td><span onclick="parent.main.menuClick('jyrjbxx','经营人基本信息','/gkjyr/main?szgqid=${citygqdata.szgqid}&sfcswhzy=201')" >${citygqdata.whjyr}</span></td>
 							<td><span onclick="parent.main.menuClick('bwxx','泊位信息','/bw/main?szgqid=${citygqdata.szgqid}')" >${citygqdata.bwnum}</span></td>
 							<td>${citygqdata.wdjysbw}</td>