From b03ae699c49cfca53d22772f0c2aec5210bc9758 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 02 四月 2026 08:50:35 +0800
Subject: [PATCH] 张薇按我这个界面比例画图 生产要求只填1行就够了,其他跟之前的一样 这个地方是增加或者删除不需要的后道

---
 CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverPlanWentiList.aspx |   30 +++++++++++++++++++++++++++---
 1 files changed, 27 insertions(+), 3 deletions(-)

diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverPlanWentiList.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverPlanWentiList.aspx
index 4d7e123..55b3ba3 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverPlanWentiList.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverPlanWentiList.aspx
@@ -46,8 +46,11 @@
         function Xiugai(keyid) {
             top.Dialog.open({ URL: "/Pages/business/DeliverPlanWentiEdit.aspx?keyid=" + keyid, Title: "杩借矗", Width: 900, Height: 750 });
         }
+        //鏌ョ湅澶勭悊
+        function ViewChuli(keyid) {
+            top.Dialog.open({ URL: "/Pages/business/DeliverPlanWentiChuli.aspx?keyid=" + keyid, Title: "鏌ョ湅澶勭悊", Width: 350, Height: 200 });
+        }
         
-       
         //閫佽揣瀹夋帓
         function outAfterWorks(Keyid, BuyerId, DeliveredTime) {
             top.Dialog.open({ URL: "/Pages/business/OrderProductionprogress.aspx?SellerOrderId=" + SellerOrderId + "&Keyid=" + Keyid + "&works=" + works, Title: works, Width: 300, Height: 300 });
@@ -184,6 +187,19 @@
 
            
         }
+
+        //宸ヤ綔鑰冭瘎
+        function chuli(Keyid) {
+
+            var msg = ('纭澶勭悊鍚�?');
+            top.Dialog.confirm(msg, function () {
+                top.Dialog.open({ URL: "/Pages/business/DeliverPlanWentiEdit.aspx?Target=chuli&&keyid=" + Keyid, Title: "闂澶勭悊", Width: 600, Height: 300 });
+            });
+
+
+
+        }
+        
         
 
 
@@ -463,7 +479,9 @@
                         
                        
                       
-                       
+                        <th width="60">
+                            鏄惁澶勭悊
+                        </th>
                          
                        <th width="60">
                             鏄惁瀹岀粨
@@ -515,7 +533,11 @@
                                 <td> 
                                     <%#Eval("Fakuan","{0:F2}")%> 
                                 </td>
-                             
+
+                                 <td>
+                                     <a href='javascript:void(0)' title='<%#Eval("ChulistatusName")%>' class='a_under' onclick='ViewChuli("<%#Eval("Keyid")%>")'><%#Eval("ChulistatusName")%></a>
+                                    
+                                </td>
                                 
                                  <td>
                                     <%#Eval("WanjiestatusName")%>
@@ -526,6 +548,8 @@
                                  
                                  <td style="text-align: center;">
 
+                                     <a href='javascript:void(0)' menu_member_case_id="case_Wentichuli" menu_member_case_name="闂澶勭悊"  title='鐐瑰嚮闂澶勭悊' class='a_under' onclick='chuli("<%#Eval("Keyid")%>")'> 闂澶勭悊  </a>   
+
                                        <a href='javascript:void(0)'  menu_member_case_id="case_Zhuize" menu_member_case_name="杩借矗"  title='鐐瑰嚮淇敼' class='a_under' onclick='Xiugai("<%#Eval("Keyid")%>","<%#Eval("Transferstatus")%>")'> 杩借矗  </a>    
 
 

--
Gitblit v1.9.1