From 0dd76c2492f1afbe335b50a8ffb76e4af94271df Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 10 十月 2025 15:16:51 +0800
Subject: [PATCH] 新增设备  人员增加模糊查询  完成 日期默认当天  完成

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

diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/Property/ShebeiWeixiuList.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/Property/ShebeiWeixiuList.aspx
index b61d9a8..f111af4 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/Property/ShebeiWeixiuList.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/Property/ShebeiWeixiuList.aspx
@@ -86,14 +86,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 +109,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">
@@ -224,6 +236,39 @@
                     </tr>
                 </ItemTemplate>
                 <FooterTemplate>
+                        <tr class="StatisticsMoney">
+                    <td colspan="6" class="ali03">
+                        褰撳墠椤电粺璁★細
+                    </td>
+                    <td   class="ali01">
+                      <%=NowPageAllMoney %>
+                    </td>
+                     <td   class="ali01">
+                       
+                    </td>
+                      
+                     <td   class="ali01">
+                       <%=NowPageHuiMoney %> 
+                    </td>
+                          <td   class="ali01" > 
+                    </td>
+                </tr>
+                <tr class="StatisticsMoney">
+                    <td colspan="6" class="ali03">
+                        鏌ヨ椤圭粺璁★細
+                    </td>
+                    <td   class="ali01">
+                        <%=AllMoney %>
+                    </td>
+                     <td   class="ali01">
+                       
+                    </td>
+                     <td   class="ali01">
+                        <%=HuiMoney %> 
+                    </td>
+                          <td   class="ali01" > 
+                    </td>
+                </tr>
                     </table>
                 </FooterTemplate>
             </asp:Repeater>

--
Gitblit v1.9.1