From 69a1b7107ca42ef46a42e98f7aadd3ea70fb35ed Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 20 十一月 2025 09:19:32 +0800
Subject: [PATCH] 不用再增加一个专门的序号,就按照这个编号,不是列表都有个编号嘛,好,那个送货单就显示就显示那个编号,比如说雷波中学,你在左送货单的左上角2是1或者。或者有三果十一都可以。

---
 CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookPrintDetail.aspx |   47 ++++++++++++++++++++++++-----------------------
 1 files changed, 24 insertions(+), 23 deletions(-)

diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookPrintDetail.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookPrintDetail.aspx
index 2e63406..1159f0c 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookPrintDetail.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookPrintDetail.aspx
@@ -40,6 +40,21 @@
         #div_tool { text-align: center; }
     </style>
                     <table border="0" cellpadding="0" cellspacing="0" style="border: 0;">
+                         <tr>
+                              <td class='left'colspan="8">
+                             &nbsp;
+                        </td>
+                    </tr>
+                         <tr>
+                              <td class='left'colspan="8">
+                             &nbsp;
+                        </td>
+                    </tr>
+                         <tr>
+                              <td class='left'colspan="8">
+                             &nbsp;
+                        </td>
+                    </tr>
                     <tr>
                         <td colspan='8'>
                             <div class='dtitle'>
@@ -54,7 +69,7 @@
                     </tr>
                     <tr>
                         <td class='left' colspan="4">
-                            瀛︽牎锛�  <%#Eval("shipAddress")%>
+                            瀛︽牎锛�  <%#Eval("shipAddress")%> (<%#Eval("Bianhao")%>)
                         </td>
                          
                         <td class='left'  colspan="4">
@@ -90,13 +105,13 @@
                     </tr>
                     <tr>
                         <td class='left'colspan="3">
-                            鏀惰揣浜猴細  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  鑱旂郴鐢佃瘽锛�
+                            鏀惰揣浜猴細  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;鑱旂郴鐢佃瘽锛�
                         </td>
-                        <td class='left' colspan="2">
-                          
+                        <td class='left' colspan="4">
+                            &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                         </td>
-                        <td class='left'colspan="3">
-                             閫佽揣浜猴細 
+                        <td class='left'colspan="1">
+                             閫佽揣浜猴細<%=selSonghuoren %>
                         </td>
                        
                     </tr>
@@ -108,7 +123,7 @@
                           
                         </td>
                         <td class='left' colspan="3">
-                        閫佽揣鏃堕棿锛� 
+                        閫佽揣鏃堕棿锛� <%=txtBeginDate %>
                         </td>
                     </tr>
                          <tr>
@@ -151,23 +166,9 @@
                              &nbsp;
                         </td>
                     </tr>
-                        <tr>
-                              <td class='left'colspan="8">
-                             &nbsp;
-                        </td>
-                    </tr>
-                         <tr>
-                              <td class='left'colspan="8">
-                             &nbsp;
-                        </td>
-                    </tr>
-                         <tr>
-                              <td class='left'colspan="8">
-                             &nbsp;
-                        </td>
-                    </tr>
+                       
                    </table>
-      <%#(Container.ItemIndex !=  (countss-1)&& (Container.ItemIndex+1)%2==0)?"<div class=\"page-break\"></div>":"" %> 
+      <%#(Container.ItemIndex !=  (countss-1)&& ((Container.ItemIndex+1)%2==0 || selChicun == "1" ))?"<div class=\"page-break\"></div>":"" %> 
  
                 </ItemTemplate>
             </asp:Repeater>

--
Gitblit v1.9.1