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

📄 buypaymentprint.aspx

📁 基于w/s模式的资产管理系统,可以参考参考,忘了什么时候从网络下的,还可以
💻 ASPX
字号:
<%--文件名:BuyPaymentPrint.aspx--%>
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="BuyPaymentPrint.aspx.cs" Inherits="BuyManage_BuyPaymentPrint" %>

<!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>
            <div>
                <table style="font-size: 10pt; width: 581px; position: absolute; height: 90px">
                    <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="Label"></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; &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;<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>
                            <asp:Label ID="Label5" runat="server" Text="应付金额:"></asp:Label>
                            &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><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; &nbsp; 
                            <asp:Label ID="Label9" runat="server" Text="支付日期:"></asp:Label>
                            &nbsp; &nbsp; &nbsp;&nbsp;&nbsp; 
                            <asp:Label ID="Label10" runat="server" Text="补充说明:"></asp:Label>
                            &nbsp;
                            <asp:Image ID="Image3" runat="server" Height="1px" ImageUrl="~/Images/MyThinLine.JPG"
                                Width="575px" /><br />
                            &nbsp;&nbsp;<asp:Label ID="Label11" runat="server" Text="开户银行:"></asp:Label>
                            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
                            <asp:Label ID="Label12" runat="server" Text="银行账号:"></asp:Label>&nbsp;<asp:Image ID="Image10" runat="server" ImageUrl="~/Images/MyBoldLine.JPG" /><br />
                            &nbsp; &nbsp; &nbsp;
                            <asp:Label ID="Label31" 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>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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