| | |
| | | } |
| | | ) |
| | | if (deleteKeyIds == "") { |
| | | top.Dialog.alert("请选择要删除的记录", function () { |
| | | top.Dialog.alert("请选择要批复的记录", function () { |
| | | }); |
| | | return; |
| | | } |
| | | else { |
| | | deleteKeyIds = deleteKeyIds.substring(0, deleteKeyIds.length - 1); |
| | | top.Dialog.confirm("确定要删除所选记录吗?", function () { |
| | | window.location = "/Pages/work/BaoxiaoReplyList.aspx?deleteKeyIds=" + deleteKeyIds; |
| | | top.Dialog.confirm("确定要批复所选记录吗?", function () { |
| | | /* window.location = "/Pages/work/BaoxiaoReplyList.aspx?deleteKeyIds=" + deleteKeyIds;*/ |
| | | top.Dialog.open({ URL: "/Pages/work/BaoxiaoPiliangReply.aspx?keyids=" + deleteKeyIds, Title: "批复报销", Width: 800, Height: 600 }); |
| | | }); |
| | | } |
| | | } |
| | |
| | | <div class="padding_top5 padding_left10"> |
| | | <%-- <a href="javascript:;" onclick="addModel()" class="aaddModel" menu_member_case_id="case_addModel" menu_member_case_name="新增报销"><span class="icon_add">新增报销</span></a> |
| | | <div class="box_tool_line"> |
| | | </div> |
| | | <a href="javascript:;" onclick="onAllDelete()" menu_member_case_id="case_onAllDeleteList" menu_member_case_name="批量删除"><span class="icon_delete">批量删除</span></a>--%> |
| | | </div>--%> |
| | | <a href="javascript:;" onclick="onAllDelete()" class="<%=(piliangpifu!="1"?"AlreadyReply":"")%>" ><span class="">批量批复</span></a> |
| | | <div class="clear"> |
| | | </div> |
| | | </div> |