username@email.com
10 分钟以前 711fc30d62069784f461426d8c00a30dfd54e1a9
CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookLiShiAnPaiList.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) {
@@ -89,6 +89,7 @@
        }
        $(function () {
            $(".AlreadyReply").remove();
        });
    </script>
    <style type="text/css">
@@ -105,7 +106,13 @@
                        客户名称:
                    </td>
                    <td>
                        <input id='txtBuyerName' runat="server" maxlength='100' />
                        <select keepdefaultstyle='true' id='selBuyerName' runat="server" >
                        </select>
                    </td>
                       <td class="ali03">
                        送货时间:
@@ -134,6 +141,7 @@
                    <td>
                        <select keepdefaultstyle='true' id='selOrderState' runat="server" >
                            <option value="">请选择</option>
                             <option value="4" selected="selected" >未完成</option>
                            <option value="0">未送</option>
                            <option value="1">配送中</option>
                            <option value="2">已送</option>
@@ -155,12 +163,12 @@
                            <th width="30" style="text-align: center">
                                编号
                            </th>
                            <th style="text-align: center">
                            <th style="text-align: center;">
                                日期
                            </th>
                             <th style="text-align: center">
                          <%--   <th style="text-align: center">
                                客户名称
                            </th>
                            </th>--%>
                            <th style="text-align: center">
                                片区
                            </th>
@@ -173,26 +181,26 @@
                           <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>
@@ -206,7 +214,7 @@
                          <td style="text-align: center">
                         <%#Eval("OrderStateName")%>
                        </td>
                         <%#Eval("biaoge")%>
                        <td class="Operate " style="text-align: center">
                            <span    onclick="onViewCarInsurance('<%#Eval("id")%>')">查看明细</span>
                            
@@ -217,12 +225,13 @@
                    </tr>
                </ItemTemplate>
                <FooterTemplate>
                    <tr>
                      <%=biaowei %>
                            </tr>
                    </table>
                </FooterTemplate>
            </asp:Repeater>
            <div id="page">
                <uc:UCPager ID="UCPager1" runat="server" />
            </div>
        </div>
    </div>
    </form>