From b2b2180addea72699fce43197e6ecbd93cc280de Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 20 十月 2025 12:42:12 +0800
Subject: [PATCH]  外协付款审批查看详情 完成

---
 CY_ECommercePlatform/CY.WebForm/Pages/work/MyRequestDetail.aspx |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/work/MyRequestDetail.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/work/MyRequestDetail.aspx
index 946ef59..0552541 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/work/MyRequestDetail.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/work/MyRequestDetail.aspx
@@ -4,7 +4,17 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head id="Head1" runat="server">
     <title>璇风ず鏄庣粏</title>
+       
     <uc:CMSHead ID="CMSHead1" runat="server" />
+     <script type="text/javascript">
+
+         //鏌ョ湅瀹㈡埛璧勬枡
+         function Viewkaipiao(SellerOrderId) {
+
+             top.Dialog.open({ URL: "/Pages/business/WaixieOrderPrint.aspx?Keyid=&SellerOrderId=" + SellerOrderId, Title: "鏌ョ湅澶栧崗璁㈠崟", Width: 1080, Height: 650 });
+
+         }
+     </script>
     <style type="text/css">
         .w70px { width: 70px; }
         fieldset { padding: 3px; margin: 5px auto; }
@@ -69,6 +79,7 @@
                         </div>
                     </td>
                 </tr>
+
                 <tr>
                     <td class="ali03">
                         澶囨敞锛�
@@ -78,6 +89,14 @@
                         </div>
                     </td>
                 </tr>
+                 <tr   style='<%=planDataType=="14"?"":"display:none;"  %>'>
+                <td class="ali03">
+                   璁㈠崟璇︽儏锛�
+                </td>
+                <td colspan="3">
+                <a href='javascript:void(0)' title='鏌ョ湅璁㈠崟' class='a_under' onclick='Viewkaipiao( "<%=DindanId %>")'>  鏌ョ湅璁㈠崟   </a>
+                </td>
+            </tr>
                  <tr  style='<%=planDataType=="14"||planDataType=="15"?"":"display:none;"  %>' >
                    
                     <td class="ali03 " >

--
Gitblit v1.9.1