| | |
| | | } |
| | | ) |
| | | 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/business/DeliverWorkBookSonghuo.aspx?deleteKeyIds=" + deleteKeyIds; |
| | | }); |
| | | top.Dialog.open({ URL: "/Pages/business/DeliverWorkBookAnPai.aspx?ids=" + deleteKeyIds, Title: "送货安排", Width: 600, Height: 300 }); |
| | | //top.Dialog.confirm("确定要安排所选记录吗?", function () { |
| | | // window.location = "/Pages/business/DeliverWorkBookSonghuo.aspx?deleteKeyIds=" + deleteKeyIds; |
| | | //}); |
| | | } |
| | | } |
| | | $(function () { |
| | |
| | | <td colspan="8"> |
| | | <asp:Button ID="btn_Submit" Text="查询" runat="server" OnClick="btn_Search_Click" /> <input type="button" value='重置' onclick='document.body.innerHTML="";window.location=window.location;' /> |
| | | <input type="hidden" runat="server" id="hideOrderId" /> |
| | | |
| | | <input type="button" value='送货安排' onclick="onAllDelete()"/> |
| | | |
| | | </td> |
| | | </tr> |
| | | </table> |
| | |
| | | <HeaderTemplate> |
| | | <table class="tableStyle"> |
| | | <tr> |
| | | <th width="25" > |
| | | |
| | | </th> |
| | | <th width="30" style="text-align: center" > |
| | | 编号 |
| | | </th> |
| | |
| | | </HeaderTemplate> |
| | | <ItemTemplate> |
| | | <tr> |
| | | |
| | | <td> |
| | | <input type="checkbox" value='<%#Eval("id")%>' /> |
| | | </td> |
| | | <td style="text-align: center"> |
| | | <%#Eval("Bianhao")%> <%--<%#Container.ItemIndex + 1%>--%> |
| | | </td> |