|
|
@@ -343,7 +343,7 @@
|
|
343
|
343
|
|
|
344
|
344
|
<td class="text-center" style="min-width:100px;">办理时间</td>
|
|
345
|
345
|
<td class="text-center" style="min-width:50px;">附件</td>
|
|
346
|
|
- <td class="text-center authority" style="min-width:80px;">操作</td>
|
|
|
346
|
+ <!--<td class="text-center authority" style="min-width:80px;">操作</td>-->
|
|
347
|
347
|
|
|
348
|
348
|
</tr>
|
|
349
|
349
|
</theard>
|
|
|
@@ -654,9 +654,9 @@
|
|
654
|
654
|
htmls += '<a style="margin-right:5px;" href="' + m.F_FileUrl + '" download="' + m.F_FileName.substring(19) + '">' + m.F_FileName.substring(19) + '</a>';
|
|
655
|
655
|
})
|
|
656
|
656
|
|
|
657
|
|
- htmls += '</td>' +
|
|
658
|
|
- '<td class="text-center authority"><botton class="btns BLQKS " dealman="' + n.UserName + '" result="' + n.F_Result + '" type="" index="' + n.F_Id + '">修改</botton></td>' +
|
|
659
|
|
- '</tr>';
|
|
|
657
|
+// htmls += '</td>' +
|
|
|
658
|
+// '<td class="text-center authority"><botton class="btns BLQKS " dealman="' + n.UserName + '" result="' + n.F_Result + '" type="" index="' + n.F_Id + '">修改</botton></td>' +
|
|
|
659
|
+// '</tr>';
|
|
660
|
660
|
})
|
|
661
|
661
|
$(htmls).appendTo($(".BLQK"));
|
|
662
|
662
|
|