From 91630884d699f90a8dec5348c2124468dc6f5324 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 06 十一月 2025 08:45:21 +0800
Subject: [PATCH] 很多修改

---
 CY_ECommercePlatform/CY.WebForm/Pages/business/OrderDeatil.aspx |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/business/OrderDeatil.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/business/OrderDeatil.aspx
index afc9991..db3a41e 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/business/OrderDeatil.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/business/OrderDeatil.aspx
@@ -46,6 +46,16 @@
             var t = (screen.availHeight - 300) / 2;
             window.open("/Pages/business/DeliverPlanWentiOrder.aspx?Orderid="+orderid, '_blank', 'height=750,width=900,top=' + t + ',left=' + l + ',toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no');
         }
+        //鏌ョ湅璁捐璁㈠崟
+        function Toshejiorder(orderid) {
+            var l = (screen.availWidth - 500) / 2;
+            var t = (screen.availHeight - 300) / 2;
+            window.open("/Pages/business/ShejiOrderDeatil.aspx?orderId=" + orderid, '_blank', 'height=850,width=800,top=' + t + ',left=' + l + ',toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no');
+           
+            
+        }
+
+
 
         $(function () {
             $("#btnPrint").click(function () {
@@ -72,6 +82,7 @@
 <%--                            <span onclick="onViewuplod('<%=BuyerId %>')"   <%=ContractCount.ToString() == "0" ? "style=\"display:none;\"" : ""%>  >鏌ョ湅鍚堝悓 </span>--%>
                             <input type="button"    <%=ContractCount.ToString() == "0" ? "style=\"display:none;\"" : ""%>   value="鏌ョ湅鍚堝悓" onclick="onViewuplod('<%=BuyerId %>')">&nbsp;&nbsp;&nbsp;
                              <input type="button"     value="闂鍙嶉" onclick="ToAddorder('<%=OrderId %>')">
+                            <input type="button"  <%=(string.IsNullOrEmpty(shejidingdanid))?"style=\"display:none;\"":"" %>   value="璁捐璁㈠崟" onclick="Toshejiorder('<%=OrderId %>')">
                         </td>
                     </tr>
              </table>

--
Gitblit v1.9.1