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/work/Adm_tongxunluList.aspx | 36 ++++++++++++++++++++++++++----------
1 files changed, 26 insertions(+), 10 deletions(-)
diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/work/Adm_tongxunluList.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/work/Adm_tongxunluList.aspx
index 7816fc6..af4e37c 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/work/Adm_tongxunluList.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/work/Adm_tongxunluList.aspx
@@ -76,6 +76,17 @@
<td>
<input type="text" id="txtdanwei_name" runat="server" class="w120px" />
</td>
+
+ <td class="ali03">
+ 鏌ョ湅鏉冮檺锛�
+ </td>
+ <td>
+ <select id="selquanxin" runat="server" keepdefaultstyle="true">
+ <option value="">璇烽�夋嫨</option>
+ <option value="1">鍏ㄩ儴鍚屼簨</option>
+ <option value="2">閮ㄥ垎鍚屼簨</option>
+ </select>
+ </td>
<td>
<asp:Button ID="btn_Submit" Text="鏌ヨ" runat="server" OnClick="btn_Search_Click" />
</td>
@@ -104,30 +115,32 @@
<div>
<asp:Repeater ID="RepClientList" runat="server">
<HeaderTemplate>
- <table class="tableStyle">
+ <table class="tableStyle" width="100%;">
<tr>
<th width="25">
</th>
<th width="30" style="text-align: center">
缂栧彿
</th>
- <th style="text-align: center">
+ <th style="text-align: center"width="30">
绫诲埆
</th>
- <th style="text-align: center">
+ <th style="text-align: center"width="30">
鍗曚綅鍚嶇О
</th>
- <th style="text-align: center">
+ <th style="text-align: center"width="30">
鑱旂郴浜�
</th>
- <th style="text-align: center">
+ <th style="text-align: center"width="30">
鑱旂郴鐢佃瘽
</th>
- <th style="text-align: center">
+ <th style="text-align: center"width="300">
澶囨敞
</th>
-
- <th style="text-align: center">
+ <th style="text-align: center"width="300">
+ 鏌ョ湅鏉冮檺
+ </th>
+ <th style="text-align: center"width="100">
鎿嶄綔
</th>
</tr>
@@ -152,8 +165,11 @@
<td style="text-align: center">
<%#Eval("lianxidianhua")%>
</td>
- <td style="text-align: center">
- <%#Eval("beuzhu")%>
+ <td style="text-align: center" title="<%#Eval("beuzhu")%>">
+ <%#Eval("beuzhuName")%>
+ </td>
+ <td style="text-align: center" title="<%#Eval("JusequanxianName")%>">
+ <%#Eval("JusequanxianNameshot")%>
</td>
<td class="Operate " style="text-align: center">
<span menu_member_case_id="case_OnDetail" menu_member_case_name="鏌ョ湅" onclick="onEdit('<%#Eval("Keyid")%>')">鏌ョ湅</span>
--
Gitblit v1.9.1