username@email.com
17 小时以前 f0c21ec9c1e9c7cd5db58caeb760c7d7ca6df002
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 () {
@@ -102,10 +103,12 @@
                </td>
                <td>
                     <select id="selstatus" keepdefaultstyle='true' runat="server" >
                            <option selected="selected" value="">全部</option>
                            <option   value="">全部</option>
                          <option value="4" selected="selected" >未完成</option>
                            <option value="0">未配送</option>
                            <option value="1">配送中</option>
                            <option value="2">已配送</option>
                            <option value="1">部分配送</option>
                            <option value="2">已完成</option>
                        </select>
                </td>
                    
@@ -113,6 +116,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 +129,9 @@
                <HeaderTemplate>
                    <table class="tableStyle">
                        <tr>
                              <th width="25"  >
                            </th>
                            <th width="30" style="text-align: center" >
                                编号
                            </th>
@@ -137,9 +146,11 @@
                </HeaderTemplate>
                <ItemTemplate>
                    <tr>
                         <td>
                            <input type="checkbox" value='<%#Eval("id")%>'   />
                        </td>
                        <td style="text-align: center">
                            <%#Container.ItemIndex + 1%>
                          <%#Eval("Bianhao")%>  <%--<%#Container.ItemIndex + 1%>--%>
                        </td>
                        <td style="text-align: center">
                         <%#Eval("pianqu")%>