username@email.com
10 分钟以前 711fc30d62069784f461426d8c00a30dfd54e1a9
CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookAnPaiList.aspx
@@ -30,7 +30,7 @@
        //查看明细
        function onViewCarInsurance(keyid) {
            top.Dialog.open({ URL: "/Pages/business/DeliverWorkBookAnPaiDetail.aspx?orderId=" + keyid, Title: "查看明细", Width: 900, Height: 900 });
            top.Dialog.open({ URL: "/Pages/business/DeliverWorkBookAnPaiDetail.aspx?orderId=" + keyid, Title: "查看明细", Width: 1500, Height: 900 });
        }
        //保险
        function onViewfahuo(keyid) {
@@ -105,7 +105,9 @@
                        客户名称:
                    </td>
                    <td>
                        <input id='txtBuyerName' runat="server" maxlength='100' />
                         <select keepdefaultstyle='true' id='selBuyerName' runat="server" >
                        </select>
                    </td>
                       <td class="ali03">
                        送货时间:
@@ -131,7 +133,7 @@
                 
                     
                    <td  >
                        <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;' />
                        <asp:Button ID="btn_Search" Text="查询" runat="server" OnClick="btn_Search_Click" />&nbsp;<input type="button" value='重置' onclick='document.body.innerHTML="";window.location=window.location;' />
                    </td>
                </tr>
            </table>
@@ -148,9 +150,9 @@
                            <th style="text-align: center">
                                日期
                            </th>
                             <th style="text-align: center">
                           <%--  <th style="text-align: center">
                                客户名称
                            </th>
                            </th>--%>
                            <th style="text-align: center">
                                片区
                            </th>
@@ -160,27 +162,27 @@
                            <th style="text-align: center">
                                司机
                            </th>
                             <%=biaotou %>
                             
                          
                            <th style="text-align: center">
                           <%-- <th style="text-align: center">
                                操作
                            </th>
                            </th>--%>
                        </tr>
                </HeaderTemplate>
                <ItemTemplate>
                    <tr>
                        
                        <td style="text-align: center">
                            <%#Container.ItemIndex + 1+ this.UCPager1.PageSize * (this.UCPager1.PageIndex - 1)%>
                            <%#Container.ItemIndex + 1 %>
                        </td>
                        <td style="text-align: center">
                        <td style="text-align: center;white-space: nowrap;">
                          <%#Eval("MakeTime", "{0:yyyy-MM-dd HH:mm}")%>
                        </td>
                           
                        <td style="text-align: center">
                       <%-- <td style="text-align: center">
                           <%#Eval("BuyerName")%>
                        </td>
                        </td>--%>
                         <td style="text-align: center">
                            <%#Eval("pianqu")%>
                        </td>
@@ -191,7 +193,7 @@
                        <td style="text-align: center">
                         <%#Eval("DriverName")%>
                        </td>
                         <%#Eval("biaoge")%>
                        <td class="Operate " style="text-align: center">
                            <span    onclick="onViewCarInsurance('<%#Eval("id")%>')">查看明细</span>
                            <span menu_member_case_id="case_onEdit" menu_member_case_name="修改"    onclick="onEdit('<%#Eval("id")%>')">修改</span>
@@ -203,12 +205,13 @@
                    </tr>
                </ItemTemplate>
                <FooterTemplate>
                     <tr>
                      <%=biaowei %>
                            </tr>
                    </table>
                </FooterTemplate>
            </asp:Repeater>
            <div id="page">
                <uc:UCPager ID="UCPager1" runat="server" />
            </div>
        </div>
    </div>
    </form>