|
@@ -145,6 +145,7 @@
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
<select class='sfyxselectpicker' name="sfyx" id="sfyx">
|
|
<select class='sfyxselectpicker' name="sfyx" id="sfyx">
|
|
|
|
+ <option value="">请选择</option>
|
|
<option selected="selected" value="1">有效</option>
|
|
<option selected="selected" value="1">有效</option>
|
|
<option value="2">无效</option>
|
|
<option value="2">无效</option>
|
|
</select>
|
|
</select>
|
|
@@ -197,12 +198,14 @@
|
|
<th width="8%">有效期至</th>
|
|
<th width="8%">有效期至</th>
|
|
<th width="12%">发证机关</th>
|
|
<th width="12%">发证机关</th>
|
|
<th width="8%">发证日期</th>
|
|
<th width="8%">发证日期</th>
|
|
- <th width="8%">证件状态</th>
|
|
|
|
|
|
+ <!-- <th width="8%">证件状态</th> -->
|
|
<th width="1%" class="operatetd">操作</th>
|
|
<th width="1%" class="operatetd">操作</th>
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
<c:forEach items="${list}" var="xkzxx" varStatus="status">
|
|
<c:forEach items="${list}" var="xkzxx" varStatus="status">
|
|
- <tr id="xkzxx${status.count }">
|
|
|
|
|
|
+ <c:if test="${xkzxx.sfyx=='1'}"> <tr id="xkzxx${status.count }"></c:if>
|
|
|
|
+ <c:if test="${xkzxx.sfyx!='1'}"> <tr id="xkzxx${status.count }" style="background-color: rgb(204, 204, 204);></c:if>
|
|
|
|
+ <%-- <tr id="xkzxx${status.count }"> --%>
|
|
<input type="hidden" id="sfred${status.count }" value="${xkzxx.sfred }">
|
|
<input type="hidden" id="sfred${status.count }" value="${xkzxx.sfred }">
|
|
<td >${status.count }</td>
|
|
<td >${status.count }</td>
|
|
<td >${xkzxx.gkjyxkzh }</td>
|
|
<td >${xkzxx.gkjyxkzh }</td>
|
|
@@ -213,11 +216,11 @@
|
|
<td ><fmt:formatDate value='${xkzxx.yxqz }' pattern="yyyy-MM-dd" type="date" dateStyle="long" /></td>
|
|
<td ><fmt:formatDate value='${xkzxx.yxqz }' pattern="yyyy-MM-dd" type="date" dateStyle="long" /></td>
|
|
<td >${xkzxx.fzjg }</td>
|
|
<td >${xkzxx.fzjg }</td>
|
|
<td ><fmt:formatDate value='${xkzxx.fzrq }' pattern="yyyy-MM-dd" type="date" dateStyle="long" /></td>
|
|
<td ><fmt:formatDate value='${xkzxx.fzrq }' pattern="yyyy-MM-dd" type="date" dateStyle="long" /></td>
|
|
- <td >
|
|
|
|
|
|
+ <%-- <td >
|
|
<c:if test="${xkzxx.sfyx=='1'}">有效</c:if>
|
|
<c:if test="${xkzxx.sfyx=='1'}">有效</c:if>
|
|
<c:if test="${xkzxx.sfyx!='1'}">无效</c:if>
|
|
<c:if test="${xkzxx.sfyx!='1'}">无效</c:if>
|
|
- <%-- <c:if test="${xkzxx.sfyx == '3' }">注销</c:if> --%>
|
|
|
|
- </td>
|
|
|
|
|
|
+ <c:if test="${xkzxx.sfyx == '3' }">注销</c:if>
|
|
|
|
+ </td> --%>
|
|
<td class="operatetd">
|
|
<td class="operatetd">
|
|
<a class="btn btn-default btn-xs" href="#" onclick="xkzxx.main.view('${xkzxx.id}')" title="详情">
|
|
<a class="btn btn-default btn-xs" href="#" onclick="xkzxx.main.view('${xkzxx.id}')" title="详情">
|
|
<i class="glyphicon glyphicon-search"></i>
|
|
<i class="glyphicon glyphicon-search"></i>
|