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 | 75 +++++++++++++++++++++++++++++++++++--
1 files changed, 71 insertions(+), 4 deletions(-)
diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/Property/ShebeiWeixiuList.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/Property/ShebeiWeixiuList.aspx
index b61d9a8..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 });
@@ -86,14 +92,16 @@
<option value="鍏朵粬杞﹂棿">鍏朵粬杞﹂棿</option>
</select>
</td>
+
<td class="ali03">
- 鏁呴殰璐d换浜猴細
+ 绠$悊璐d换浜猴細
</td>
<td>
- <select id="selZerenren" runat="server" keepdefaultstyle="true">
+ <select id="selGuanliZerenren" runat="server" keepdefaultstyle="true">
<option value="">鍏ㄩ儴</option>
</select>
</td>
+
<td class="ali03">
璁惧绫诲瀷锛�
</td>
@@ -107,6 +115,16 @@
</td>
<td>
<input type="text" id="txtName" runat="server" />
+ </td>
+
+
+ <td class="ali03">
+ 鏁呴殰璐d换浜猴細
+ </td>
+ <td>
+ <select id="selZerenren" runat="server" keepdefaultstyle="true">
+ <option value="">鍏ㄩ儴</option>
+ </select>
</td>
<td class="ali03">
@@ -170,6 +188,9 @@
<th style="text-align: center">
瀹夎鍦扮偣
</th>
+ <th style="text-align: center">
+ 璁惧璐d换浜�
+ </th>
<th style="text-align: center">
缁存姢璐圭敤
</th>
@@ -180,7 +201,9 @@
<th style="text-align: center">
鎷呰矗璐圭敤
</th>
-
+ <th style="text-align: center">
+ 浠樻鏂瑰紡
+ </th>
<th style="text-align: center">
鎿嶄綔
</th>
@@ -206,6 +229,9 @@
<td style="text-align: center">
<%#Eval("Anzhuangdidian")%>
</td>
+ <td style="text-align: center">
+ <%#Eval("ShebeiZerenrenName")%>
+ </td>
<td style="text-align: center">
<%#Eval("WeixiuPrice","{0:F2}")%>
</td>
@@ -216,14 +242,55 @@
<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>
</tr>
</ItemTemplate>
<FooterTemplate>
+ <tr class="StatisticsMoney">
+ <td colspan="7" class="ali03">
+ 褰撳墠椤电粺璁★細
+ </td>
+ <td class="ali01">
+ <%=NowPageAllMoney %>
+ </td>
+ <td class="ali01">
+
+ </td>
+
+ <td class="ali01">
+ <%=NowPageHuiMoney %>
+ </td>
+ <td class="ali01" >
+ </td>
+ <td class="ali01" >
+ </td>
+ </tr>
+ <tr class="StatisticsMoney">
+ <td colspan="7" class="ali03">
+ 鏌ヨ椤圭粺璁★細
+ </td>
+ <td class="ali01">
+ <%=AllMoney %>
+ </td>
+ <td class="ali01">
+
+ </td>
+ <td class="ali01">
+ <%=HuiMoney %>
+ </td>
+ <td class="ali01" >
+ </td>
+ <td class="ali01" >
+ </td>
+
+ </tr>
</table>
</FooterTemplate>
</asp:Repeater>
--
Gitblit v1.9.1