From d3205f4627ceb7af1344ce77715def28fee5545b Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 17 十二月 2025 08:56:19 +0800
Subject: [PATCH] 在“编号”和“片区”直接增加一列“送货时间”,该送货时间显示进行了“送货安排”操作的学校的时间,没有安排送货的学校就是空白   完成

---
 CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookAnPaiList.aspx |   38 +++++++++++++++++++-------------------
 1 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookAnPaiList.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookAnPaiList.aspx
index 0e670d1..c34fb1f 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookAnPaiList.aspx
+++ b/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,10 +105,9 @@
                         瀹㈡埛鍚嶇О锛�
                     </td>
                     <td>
-                        <input id='txtBuyerName' runat="server" maxlength='100' list="browsers" />
-                         <datalist id="browsers">
-                               <%=xiala %>
-                                </datalist>
+                       
+                         <select keepdefaultstyle='true' id='selBuyerName' runat="server" >
+                        </select>
                     </td>
                        <td class="ali03">
                         閫佽揣鏃堕棿锛�
@@ -134,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>
@@ -151,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>
@@ -163,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>
@@ -194,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>
@@ -206,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>

--
Gitblit v1.9.1