From eb07d0be014b11568d4263b470d46b5cd427fe9b Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 17 七月 2025 08:49:45 +0800
Subject: [PATCH] 送货费用

---
 CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWork.aspx |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWork.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWork.aspx
index 001a63f..5f370eb 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWork.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWork.aspx
@@ -44,11 +44,16 @@
 <body>
     <form id="form1" runat="server" class="form">
          <table class="tableStyle">
-            <tr><td class="ali03">璁㈠崟缂栧彿锛�</td><td colspan="3"><%=Request["OrderShowId"] %></td></tr>
+              <asp:Repeater ID="RepClientList" runat="server">
+                <ItemTemplate>
+            <tr><td class="ali03">璁㈠崟缂栧彿锛�</td><td colspan="3"> <%#Eval("SellerOrderId")%></td></tr>
+                     </ItemTemplate>
+            </asp:Repeater>
             <tr><td class="ali03">閫佽揣鐘舵�侊細</td><td colspan="3"><asp:RadioButtonList ID="radDeliverType" runat="server" RepeatDirection="Horizontal"><asp:ListItem Value="-1" Text="鏈�佽揣"></asp:ListItem><asp:ListItem Value="1" Text="宸查�佽揣" Selected="True"></asp:ListItem></asp:RadioButtonList></td></tr>
              <tr><td class="ali03">璐ц繍鍗曞彿锛�</td><td colspan="3"><asp:TextBox ID="txtTheAwb" runat="server"></asp:TextBox></td></tr>
             <tr><td class="ali03">閫佽揣浜猴細</td><td colspan="3"><asp:TextBox ID="txtDeliverPerson" runat="server"></asp:TextBox></td></tr>
             <tr><td class="ali03">閫佽揣鏃堕棿锛�</td><td colspan="3"><asp:TextBox ID="txtDeliverTime" runat="server" CssClass="date req"></asp:TextBox></td></tr>
+              <tr><td class="ali03">閫佽揣璐圭敤锛�</td><td colspan="3"> <input id='txtSonghuoJine' runat="server" maxlength='9' class='float' /></td></tr>
             <tr><td class="ali03">鏀惰揣鏂瑰紡锛�</td><td colspan="3"><asp:DropDownList ID="ddlAcceptType" runat="server" keepdefaultstyle='true' ></asp:DropDownList></td></tr>
             <tr class="show1"><td class="ali03">璐ц繍鍏徃锛�</td><td><asp:TextBox ID="txtAppointCourierCompany" runat="server" Width="257px"></asp:TextBox></td><td class="ali03">鑱旂郴浜猴細</td><td><asp:TextBox ID="txtFetchContacts" runat="server"></asp:TextBox></td></tr>
             <tr class="show1"><td class="ali03">鍙栬揣鍦板潃锛�</td><td><asp:TextBox ID="txtFetchAddress" runat="server" Width="257px"></asp:TextBox></td><td class="ali03">鑱旂郴浜虹數璇濓細</td><td><asp:TextBox ID="txtFetchPhoneNum" runat="server"></asp:TextBox></td></tr>

--
Gitblit v1.9.1