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

📄 complainprint.aspx

📁 小区物业管理系统源代码,密码:123456,
💻 ASPX
字号:
<%--文件名:ComplainPrint.aspx--%>
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ComplainPrint.aspx.cs" Inherits="CommunityManage_ComplainPrint" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>打印业主投诉处理单</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <div>
            <table style="font-size: 10pt; width: 581px; position: absolute; height: 90px; left: 1px;">
                <tr>
                    <td align="center" colspan="2" style="width: 1591px">
                        <asp:Label ID="Label1" runat="server" Font-Bold="True" Font-Names="宋体" Font-Size="X-Large"
                            Text="小区服务投诉处理单"></asp:Label></td>
                </tr>
                <tr style="font-size: 10pt; font-family: Times New Roman">
                    <td colspan="2" style="width: 1591px; height: 33px">
                        &nbsp;<br />
                        &nbsp;&nbsp;
                        <asp:Label ID="Label3" runat="server" Text="投诉编号:"></asp:Label>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
                        <asp:Label ID="Label2" runat="server" Text="打印日期:"></asp:Label></td>
                </tr>
                <tr style="font-size: 10pt; font-family: Times New Roman">
                    <td colspan="2" style="width: 1591px; height: 44px">
                        <asp:Image ID="Image1" runat="server" ImageUrl="~/Images/MyBoldLine.JPG" /><br />
                        &nbsp;
                        <asp:Label ID="Label4" runat="server" Text="楼栋名称:"></asp:Label>
                        &nbsp; &nbsp; &nbsp;&nbsp; 
                        <asp:Label ID="Label5" runat="server" Text="业主编号:"></asp:Label>
                        &nbsp; &nbsp; &nbsp; &nbsp;
                        <asp:Label ID="Label6" runat="server" Text="业主姓名:"></asp:Label>
                        &nbsp; &nbsp; &nbsp; &nbsp; 
                        <asp:Label ID="Label8" runat="server" Text="投诉日期:"></asp:Label>
                        &nbsp; &nbsp;<br />
                        <asp:Image ID="Image2" runat="server" Height="1px" ImageUrl="~/Images/MyThinLine.JPG"
                            Width="575px" /><br />
                        &nbsp;
                        <asp:Label ID="Label7" runat="server" Text="接待人员:"></asp:Label>
                        &nbsp; &nbsp; &nbsp;<asp:Label ID="Label9" runat="server" Text="投诉主题:"></asp:Label>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br />
                        <asp:Image ID="Image7" runat="server" Height="1px" ImageUrl="~/Images/MyThinLine.JPG"
                            Width="575px" /><br />
                        &nbsp; 投诉内容:<br />
                        <asp:TextBox ID="TextBox1" runat="server" Height="130px" TextMode="MultiLine" Width="566px"></asp:TextBox><br />
                        &nbsp;
                        <asp:Label ID="Label10" runat="server" Text="处理日期:"></asp:Label>&nbsp; &nbsp;<asp:Label
                            ID="Label11" runat="server" Text="处理人员:"></asp:Label>
                        &nbsp; &nbsp;<asp:Label ID="Label12" runat="server" Text="处理意见:"></asp:Label>&nbsp;<br />
                        <asp:Image ID="Image3" runat="server" Height="1px" ImageUrl="~/Images/MyThinLine.JPG"
                            Width="575px" /><br />
                        &nbsp; 处理结果:<br />
                        <asp:TextBox ID="TextBox2" runat="server" Height="150px" TextMode="MultiLine" Width="566px"></asp:TextBox><br />
                        &nbsp; 业主反馈:<br />
                        <asp:TextBox ID="TextBox3" runat="server" Height="103px" TextMode="MultiLine" Width="566px"></asp:TextBox><br />
                        <asp:Image ID="Image10" runat="server" ImageUrl="~/Images/MyBoldLine.JPG" /><br />
                        &nbsp;<asp:Label ID="Label13" runat="server" Text="补充说明:"></asp:Label></td>
                </tr>
                <tr style="font-size: 10pt; font-family: Times New Roman">
                    <td colspan="2" rowspan="5" style="width: 1591px">
                    </td>
                </tr>
                <tr style="font-size: 10pt; font-family: Times New Roman">
                </tr>
                <tr style="font-size: 10pt; font-family: Times New Roman">
                </tr>
                <tr style="font-size: 10pt; font-family: Times New Roman">
                </tr>
                <tr style="font-size: 10pt; font-family: Times New Roman">
                </tr>
            </table>
            <br />
        </div>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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