|
@@ -100,8 +100,8 @@
|
|
|
<th width="15%">所在港区</th>
|
|
|
<th width="10%">整改期限</th>
|
|
|
<th width="10%">流程状态</th>
|
|
|
- <th width="20%">操作</th>
|
|
|
- <th width="10%">办理</th>
|
|
|
+ <th width="1%" class="operatetd">操作</th>
|
|
|
+ <th width="1%" class="operatetd">办理</th>
|
|
|
</tr>
|
|
|
<c:forEach items="${list}" var="jdjc" varStatus="status">
|
|
|
<tr class="tr_bg">
|
|
@@ -115,55 +115,55 @@
|
|
|
<c:if test="${jdjc.flowflag != null && jdjc.flowflag == 2 }">办理中</c:if>
|
|
|
<c:if test="${jdjc.flowflag != null && jdjc.flowflag == 1 }">下发</c:if>
|
|
|
</td>
|
|
|
- <td>
|
|
|
+ <td class="operatetd">
|
|
|
<authz:hasPermission name="${appName}:jdjc:main">
|
|
|
- <a class="btn btn-default btn-xs" href="#" onclick="jdjc.main.view('${jdjc.id}')">
|
|
|
+ <a class="btn btn-default btn-xs" href="#" onclick="jdjc.main.view('${jdjc.id}')" title="办理">
|
|
|
<i class="glyphicon glyphicon-search"></i>
|
|
|
- 查看</a>
|
|
|
+ </a>
|
|
|
</authz:hasPermission>
|
|
|
<c:if test="${jdjc.btnflag == 1 &&jdjc.flowflag == 0 &&jdjc.recordStatus == 1}">
|
|
|
<authz:hasPermission name="${appName}:jdjc:edit">
|
|
|
- <a class="btn btn-default btn-xs" href="#" onclick="jdjc.main.edit('${jdjc.id}')">
|
|
|
+ <a class="btn btn-default btn-xs" href="#" onclick="jdjc.main.edit('${jdjc.id}')" title="修改">
|
|
|
<i class="glyphicon glyphicon-wrench"></i>
|
|
|
- 修改</a>
|
|
|
+ </a>
|
|
|
</authz:hasPermission>
|
|
|
<authz:hasPermission name="${appName}:jdjc:delete">
|
|
|
- <a class="btn btn-default btn-xs" href="#" onclick="jdjc.main.del('${jdjc.id}')">
|
|
|
+ <a class="btn btn-default btn-xs" href="#" onclick="jdjc.main.del('${jdjc.id}')" title="删除">
|
|
|
<i class="glyphicon glyphicon-trash"></i>
|
|
|
- 删除</a>
|
|
|
+ </a>
|
|
|
</authz:hasPermission>
|
|
|
</c:if>
|
|
|
<c:if test="${flag==1 && jdjc.btnflag == 0 &&jdjc.recordStatus == 1 || jdjc.isflag== 1 }">
|
|
|
<authz:hasPermission name="${appName}:jdjc:edit">
|
|
|
- <a class="btn btn-default btn-xs" href="#" onclick="jdjc.main.edit('${jdjc.id}')">
|
|
|
+ <a class="btn btn-default btn-xs" href="#" onclick="jdjc.main.edit('${jdjc.id}')" title="修改">
|
|
|
<i class="glyphicon glyphicon-wrench"></i>
|
|
|
- 修改</a>
|
|
|
+ </a>
|
|
|
</authz:hasPermission>
|
|
|
<c:if test="${jdjc.flowflag !=1 }">
|
|
|
<authz:hasPermission name="${appName}:jdjc:delete">
|
|
|
- <a class="btn btn-default btn-xs" href="#" onclick="jdjc.main.del('${jdjc.id}')">
|
|
|
+ <a class="btn btn-default btn-xs" href="#" onclick="jdjc.main.del('${jdjc.id}')" title="删除">
|
|
|
<i class="glyphicon glyphicon-trash"></i>
|
|
|
- 删除</a>
|
|
|
+ </a>
|
|
|
</authz:hasPermission>
|
|
|
</c:if>
|
|
|
</c:if>
|
|
|
<c:if test="${ jdjc.recordStatus > 1 }">
|
|
|
<a class="btn btn-default btn-xs" href="#"
|
|
|
- onclick="hisList('${jdjc.id}','jdjc')"> <i
|
|
|
- class="glyphicon glyphicon-search"></i>流程历史
|
|
|
+ onclick="hisList('${jdjc.id}','jdjc')" title="流程历史"> <i
|
|
|
+ class="glyphicon glyphicon-search"></i>
|
|
|
</a>
|
|
|
</c:if>
|
|
|
</td>
|
|
|
- <td >
|
|
|
+ <td class="operatetd">
|
|
|
<c:if test="${jdjc.taskState =='Y'}">
|
|
|
- <a class="btn btn-default btn-xs" href="#" onclick="jdjc.main.banli('${jdjc.id}')">
|
|
|
+ <a class="btn btn-default btn-xs" href="#" onclick="jdjc.main.banli('${jdjc.id}')" title="办理">
|
|
|
<i class="glyphicon glyphicon-check"></i>
|
|
|
- 办理</a>
|
|
|
+ </a>
|
|
|
</c:if>
|
|
|
<c:if test="${xkzns.taskState =='TH'}">
|
|
|
- <a class="btn btn-default btn-xs" href="#" onclick="jdjc.main.back('${jdjc.id}')">
|
|
|
+ <a class="btn btn-default btn-xs" href="#" onclick="jdjc.main.back('${jdjc.id}')" title="办理">
|
|
|
<i class="glyphicon glyphicon-check"></i>
|
|
|
- 办理</a>
|
|
|
+ </a>
|
|
|
</c:if>
|
|
|
</td>
|
|
|
</tr>
|