From e804d4ec483ecdc2e21337ae1aec51804fc321f6 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 11 十一月 2025 12:31:52 +0800
Subject: [PATCH] 提交

---
 CY_ECommercePlatform/CY.WebForm/Pages/Property/ShebeiWeixiuList.aspx |   20 ++++++++++++++++++--
 1 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/Property/ShebeiWeixiuList.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/Property/ShebeiWeixiuList.aspx
index 3b119f8..fda0d28 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/Property/ShebeiWeixiuList.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/Property/ShebeiWeixiuList.aspx
@@ -11,6 +11,12 @@
             top.Dialog.open({ URL: "/Pages/Property/ShebeiWeixiuFukuanAdd.aspx?keyid=" + keyid, Title: "缁翠慨浠樻鐢宠", Width: 500, Height: 430 });
         }
 
+
+        //鏌ョ湅
+        function onDetal(keyid) {
+            top.Dialog.open({ URL: "/Pages/Property/ShebeiWeixiuDetail.aspx?Keyid=" + keyid, Title: "缁翠慨鏌ョ湅", Width: 500, Height: 600 });
+        }
+
         //娣诲姞
         function addModel() {
             top.Dialog.open({ URL: "/Pages/Property/ShebeiWeixiuAdd.aspx", Title: "缁翠慨鐢宠", Width: 500, Height: 430 });
@@ -195,7 +201,9 @@
                                <th style="text-align: center">
                                 鎷呰矗璐圭敤
                             </th>
-                          
+                           <th style="text-align: center">
+                                浠樻鏂瑰紡
+                            </th>
                             <th style="text-align: center">
                                 鎿嶄綔
                             </th>
@@ -234,8 +242,11 @@
                            <td style="text-align: center"> 
                             <%#Eval("DanzePrice","{0:F2}")%> 
                         </td>
+                          <td style="text-align: center"> 
+                            <%#Eval("FukuanfangshiName")%> 
+                        </td>
                         <td class="Operate " style="text-align: center">
-                            
+                            <span menu_member_case_id="case_Chakan" menu_member_case_name="缁翠慨鏌ョ湅" onclick="onDetal('<%#Eval("Keyid")%>')">缁翠慨鏌ョ湅</span>
 
                              <%#Eval("Caozuo")%>
                         </td>
@@ -258,6 +269,8 @@
                     </td>
                           <td   class="ali01" > 
                     </td>
+                             <td   class="ali01" > 
+                    </td>
                 </tr>
                 <tr class="StatisticsMoney">
                     <td colspan="7" class="ali03">
@@ -273,7 +286,10 @@
                         <%=HuiMoney %> 
                     </td>
                           <td   class="ali01" > 
+                    </td> 
+                    <td   class="ali01" > 
                     </td>
+
                 </tr>
                     </table>
                 </FooterTemplate>

--
Gitblit v1.9.1