From 711fc30d62069784f461426d8c00a30dfd54e1a9 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 17 十二月 2025 12:14:11 +0800
Subject: [PATCH] 20251217 逾期款项列表的“未收款金额”下面加个合计

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

diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/Property/ShebeiWeixiuList.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/Property/ShebeiWeixiuList.aspx
index dd6c883..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 });
@@ -240,7 +246,7 @@
                             <%#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>

--
Gitblit v1.9.1