username@email.com
3 天以前 e8e3122fdc4844202fb9e05477d47139e47a8aae
CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookSonghuo.aspx
@@ -58,15 +58,16 @@
                }
            )
            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 () {
@@ -113,6 +114,9 @@
                    <td colspan="8">
                        <asp:Button ID="btn_Submit" Text="查询" runat="server" OnClick="btn_Search_Click" />&nbsp;<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>
@@ -123,6 +127,9 @@
                <HeaderTemplate>
                    <table class="tableStyle">
                        <tr>
                              <th width="25"  >
                            </th>
                            <th width="30" style="text-align: center" >
                                编号
                            </th>
@@ -137,7 +144,9 @@
                </HeaderTemplate>
                <ItemTemplate>
                    <tr>
                         <td>
                            <input type="checkbox" value='<%#Eval("id")%>'   />
                        </td>
                        <td style="text-align: center">
                          <%#Eval("Bianhao")%>  <%--<%#Container.ItemIndex + 1%>--%>
                        </td>