username@email.com
10 天以前 4bf2b5d9caa83082f690a84c4518f3ad6ad6d599
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>