From d766d74d37d522bfb9c633e9afbe789ad0f1a6de Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 17 十二月 2025 15:10:26 +0800
Subject: [PATCH] 提交
---
CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookAnPaiList.aspx | 35 +++++++++++++++++++----------------
1 files changed, 19 insertions(+), 16 deletions(-)
diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookAnPaiList.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookAnPaiList.aspx
index 6c68489..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,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" /> <input type="button" value='閲嶇疆' onclick='document.body.innerHTML="";window.location=window.location;' />
+ <asp:Button ID="btn_Search" Text="鏌ヨ" runat="server" OnClick="btn_Search_Click" /> <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>
--
Gitblit v1.9.1