|
@@ -180,39 +180,7 @@
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
- <tr>
|
|
|
- <th>专家评审附件</th>
|
|
|
- <td colspan="3">
|
|
|
-
|
|
|
- <a href="#" class="file">上传<input type="file" name="file" id="fjid" onchange="jsjdcbsj.detail.submitFile()"/></a>
|
|
|
-
|
|
|
- <table id="tableId" style="width: 100%">
|
|
|
- <tr align="center">
|
|
|
- <td style="width:40%;text-align: center;">上传附件名称</td>
|
|
|
- <c:if test="${ taskKey == 'zjps' }">
|
|
|
- <td style="width:15%;text-align: center;">操作</td>
|
|
|
- </c:if>
|
|
|
- </tr>
|
|
|
- <c:forEach items="${fjlist }" var="fj" varStatus="status">
|
|
|
- <tr align="center">
|
|
|
- <td><a class='main_title' href='/jsjy/accessory/download?id=${fj.fjid }'>${fj.fjmc }</a></td>
|
|
|
- <c:if test="${ taskKey == 'zjps' }">
|
|
|
- <td><a class="btn btn-default btn-xs" href="#" onclick="jsjdcbsj.detail.delFj('${fj.id}',this)">删除</a></td>
|
|
|
- </c:if>
|
|
|
- </tr>
|
|
|
- </c:forEach>
|
|
|
- </table>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
-
|
|
|
- <c:forEach items="${list}" var="list" begin="1" varStatus="status">
|
|
|
- <tr>
|
|
|
- <th> ${list.currName }</th>
|
|
|
-
|
|
|
- <td colspan="3">${list.yj }</td>
|
|
|
-
|
|
|
- </tr>
|
|
|
- </c:forEach>
|
|
|
+
|
|
|
</table>
|
|
|
|
|
|
|