⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 operatorform.aspx

📁 与房地产相关的各项活动
💻 ASPX
📖 第 1 页 / 共 2 页
字号:
<%--文件名:OperatorForm.aspx--%>
<%@ Page Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="false" CodeFile="OperatorForm.aspx.vb" Inherits="SystemManage_OperatorForm" title="当前位置:系统管理->分配用户权限" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <table style="width: 558px; height: 1px">
        <tr>
            <td align="left" style="font-size: 0.8em; width: 584px; font-family: 宋体; height: 21px;
                background-color: darkkhaki">
                &nbsp;用户名称:
                <asp:DropDownList ID="DropDownList1" runat="server" DataSourceID="SqlDataSource1"
                    DataTextField="UserName" DataValueField="UserName" Width="120px">
                </asp:DropDownList>
                用户姓名:<asp:TextBox ID="TextBox1" runat="server" Width="94px">X</asp:TextBox>
                所在部门:<asp:TextBox ID="TextBox2" runat="server" Width="94px">X</asp:TextBox>&nbsp;<br />
                &nbsp;联系电话:<asp:TextBox ID="TextBox3" runat="server" Width="69px">023</asp:TextBox>
                职责说明:<asp:TextBox ID="TextBox4" runat="server" Width="148px">暂无</asp:TextBox>
                <asp:Button ID="Button1" runat="server"  Text="新增" Width="70px" />&nbsp;<asp:Button
                    ID="Button2" runat="server"  Text="修改" Width="70px" />
                &nbsp;
            </td>
        </tr>
        <tr>
            <td align="left" style="font-size: 0.8em; width: 584px; font-family: 宋体; height: 15px;
                background-color: darkturquoise">
                &nbsp;<asp:CheckBox ID="CheckBox1" runat="server" Text="资料管理之房源字典设置" Width="164px" />
                &nbsp;
                <asp:CheckBox ID="CheckBox2" runat="server" Text="资料管理之公司职员设置" Width="164px" />
                &nbsp;
                <asp:CheckBox ID="CheckBox3" runat="server" Text="资料管理之业务资料管理" Width="164px" />&nbsp;<asp:CheckBox
                    ID="CheckBox4" runat="server" Text="房源管理之出售房源管理" Width="164px" />
                &nbsp;
                <asp:CheckBox ID="CheckBox5" runat="server" Text="房源管理之出租房源管理" Width="164px" />
                &nbsp;
                <asp:CheckBox ID="CheckBox6" runat="server" Text="房源管理之查询可售房源" Width="164px" />&nbsp;<asp:CheckBox
                    ID="CheckBox7" runat="server" Text="房源管理之查询可租房源" Width="164px" />
                &nbsp;
                <asp:CheckBox ID="CheckBox8" runat="server" Text="客源管理之求购客源管理" Width="164px" />&nbsp;
                &nbsp;<asp:CheckBox ID="CheckBox9" runat="server" Text="客源管理之求租客源管理" Width="164px" />&nbsp;<asp:CheckBox
                    ID="CheckBox10" runat="server" Text="客源管理之查询求购客源" Width="164px" />
                &nbsp;
                <asp:CheckBox ID="CheckBox11" runat="server" Text="客源管理之查询求租客源" Width="164px" />&nbsp;
                &nbsp;<asp:CheckBox ID="CheckBox12" runat="server" Text="成交管理之广告发布管理" Width="164px" />&nbsp;<asp:CheckBox
                    ID="CheckBox13" runat="server" Text="成交管理之经纪跟进管理" Width="164px" />
                &nbsp;
                <asp:CheckBox ID="CheckBox14" runat="server" Text="成交管理之租售成交管理" Width="164px" />
                &nbsp;
                <asp:CheckBox ID="CheckBox15" runat="server" Text="成交管理之查询售房信息" Width="164px" />&nbsp;<asp:CheckBox
                    ID="CheckBox16" runat="server" Text="成交管理之查询租房信息" Width="164px" />
                &nbsp;
                <asp:CheckBox ID="CheckBox17" runat="server" Text="系统管理之分配用户权限" Width="164px" />
                &nbsp;
                <asp:CheckBox ID="CheckBox18" runat="server" Text="系统管理之公司信息设置" Width="164px" />
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
            </td>
        </tr>
        <tr>
            <td style="overflow: auto; width: 584px; height: 103px; background-color: gainsboro">
                <asp:Panel ID="Panel1" runat="server" Height="150px" ScrollBars="Auto" Width="555px">
                    <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:MyASPNETDBConnectionString %>"
                        SelectCommand="SELECT DISTINCT * FROM [vw_aspnet_Users]"></asp:SqlDataSource>
                    <asp:SqlDataSource ID="SqlDataSource2" runat="server" ConnectionString="<%$ ConnectionStrings:MyHouseDBConnectionString %>"
                        DeleteCommand="DELETE FROM [操作用户] WHERE [用户名称] = @用户名称" InsertCommand="INSERT INTO [操作用户] ([用户名称], [用户姓名], [所在部门], [联系电话], [职责说明], [资料管理之房源字典设置], [资料管理之公司职员设置], [资料管理之业务资料管理], [房源管理之出售房源管理], [房源管理之出租房源管理], [房源管理之查询可售房源], [房源管理之查询可租房源], [客源管理之求购客源管理], [客源管理之求租客源管理], [客源管理之查询求购客源], [客源管理之查询求租客源], [成交管理之广告发布管理], [成交管理之经纪跟进管理], [成交管理之租售成交管理], [成交管理之查询售房信息], [成交管理之查询租房信息], [系统管理之分配用户权限], [系统管理之公司信息设置]) VALUES (@用户名称, @用户姓名, @所在部门, @联系电话, @职责说明, @资料管理之房源字典设置, @资料管理之公司职员设置, @资料管理之业务资料管理, @房源管理之出售房源管理, @房源管理之出租房源管理, @房源管理之查询可售房源, @房源管理之查询可租房源, @客源管理之求购客源管理, @客源管理之求租客源管理, @客源管理之查询求购客源, @客源管理之查询求租客源, @成交管理之广告发布管理, @成交管理之经纪跟进管理, @成交管理之租售成交管理, @成交管理之查询售房信息, @成交管理之查询租房信息, @系统管理之分配用户权限, @系统管理之公司信息设置)"
                        SelectCommand="SELECT * FROM [操作用户]" UpdateCommand="UPDATE [操作用户] SET [用户姓名] = @用户姓名, [所在部门] = @所在部门, [联系电话] = @联系电话, [职责说明] = @职责说明, [资料管理之房源字典设置] = @资料管理之房源字典设置, [资料管理之公司职员设置] = @资料管理之公司职员设置, [资料管理之业务资料管理] = @资料管理之业务资料管理, [房源管理之出售房源管理] = @房源管理之出售房源管理, [房源管理之出租房源管理] = @房源管理之出租房源管理, [房源管理之查询可售房源] = @房源管理之查询可售房源, [房源管理之查询可租房源] = @房源管理之查询可租房源, [客源管理之求购客源管理] = @客源管理之求购客源管理, [客源管理之求租客源管理] = @客源管理之求租客源管理, [客源管理之查询求购客源] = @客源管理之查询求购客源, [客源管理之查询求租客源] = @客源管理之查询求租客源, [成交管理之广告发布管理] = @成交管理之广告发布管理, [成交管理之经纪跟进管理] = @成交管理之经纪跟进管理, [成交管理之租售成交管理] = @成交管理之租售成交管理, [成交管理之查询售房信息] = @成交管理之查询售房信息, [成交管理之查询租房信息] = @成交管理之查询租房信息, [系统管理之分配用户权限] = @系统管理之分配用户权限, [系统管理之公司信息设置] = @系统管理之公司信息设置 WHERE [用户名称] = @用户名称">
                        <DeleteParameters>
                            <asp:Parameter Name="用户名称" Type="String" />
                        </DeleteParameters>
                        <UpdateParameters>
                            <asp:ControlParameter ControlID="TextBox1" Name="用户姓名" PropertyName="Text" Type="String" />
                            <asp:ControlParameter ControlID="TextBox2" Name="所在部门" PropertyName="Text" Type="String" />
                            <asp:ControlParameter ControlID="TextBox3" Name="联系电话" PropertyName="Text" Type="String" />
                            <asp:ControlParameter ControlID="TextBox4" Name="职责说明" PropertyName="Text" Type="String" />
                            <asp:ControlParameter ControlID="CheckBox1" Name="资料管理之房源字典设置" PropertyName="Checked"
                                Type="Int32" />
                            <asp:ControlParameter ControlID="CheckBox2" Name="资料管理之公司职员设置" PropertyName="Checked"
                                Type="Int32" />
                            <asp:ControlParameter ControlID="CheckBox3" Name="资料管理之业务资料管理" PropertyName="Checked"
                                Type="Int32" />
                            <asp:ControlParameter ControlID="CheckBox4" Name="房源管理之出售房源管理" PropertyName="Checked"
                                Type="Int32" />
                            <asp:ControlParameter ControlID="CheckBox5" Name="房源管理之出租房源管理" PropertyName="Checked"
                                Type="Int32" />
                            <asp:ControlParameter ControlID="CheckBox6" Name="房源管理之查询可售房源" PropertyName="Checked"
                                Type="Int32" />
                            <asp:ControlParameter ControlID="CheckBox7" Name="房源管理之查询可租房源" PropertyName="Checked"
                                Type="Int32" />
                            <asp:ControlParameter ControlID="CheckBox8" Name="客源管理之求购客源管理" PropertyName="Checked"
                                Type="Int32" />
                            <asp:ControlParameter ControlID="CheckBox9" Name="客源管理之求租客源管理" PropertyName="Checked"
                                Type="Int32" />
                            <asp:ControlParameter ControlID="CheckBox10" Name="客源管理之查询求购客源" PropertyName="Checked"
                                Type="Int32" />
                            <asp:ControlParameter ControlID="CheckBox11" Name="客源管理之查询求租客源" PropertyName="Checked"
                                Type="Int32" />
                            <asp:ControlParameter ControlID="CheckBox12" Name="成交管理之广告发布管理" PropertyName="Checked"
                                Type="Int32" />
                            <asp:ControlParameter ControlID="CheckBox13" Name="成交管理之经纪跟进管理" PropertyName="Checked"
                                Type="Int32" />
                            <asp:ControlParameter ControlID="CheckBox14" Name="成交管理之租售成交管理" PropertyName="Checked"
                                Type="Int32" />
                            <asp:ControlParameter ControlID="CheckBox15" Name="成交管理之查询售房信息" PropertyName="Checked"
                                Type="Int32" />
                            <asp:ControlParameter ControlID="CheckBox16" Name="成交管理之查询租房信息" PropertyName="Checked"
                                Type="Int32" />
                            <asp:ControlParameter ControlID="CheckBox17" Name="系统管理之分配用户权限" PropertyName="Checked"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -