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

📄 invoicemanage.aspx

📁 易想商城系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true"  MasterPageFile="~/Admin/Masterpage/Page.Master"  CodeBehind="InvoiceManage.aspx.cs" Inherits="YXShop.Web.Admin.Product.InvoiceManage" %>

<%@ Register src="../Control/SelectProduct.ascx" tagname="SelectProduct" tagprefix="uc1" %>
<%@ Register Assembly="DatePicker" Namespace="CustomControls" TagPrefix="cc1" %>
<asp:Content ID="Contenthaed" runat="server" ContentPlaceHolderID="head">

    <script src="../JS/Calendar.js" type="text/jscript"></script>
   <script src="../JS/CheckDataFunction.js" type="text/jscript"></script>
</asp:Content>

<asp:Content ID="Contenttitel" runat="server" ContentPlaceHolderID="ContentPlaceTitle">
    发票管理 
</asp:Content>

<asp:Content ID="Contentmian" runat="server" ContentPlaceHolderID="ContentPlaceHolderMain">
    <table width="100%" border="0" cellspacing="1" cellpadding="1" class="hy" bgcolor="#5D8FB2">
  <tr>
    <td width="12%">发票类型:</td>
    <td width="84%">
        <asp:TextBox ID="txtfpmc" runat="server" MaxLength="30" Width="23%"></asp:TextBox>
                        <asp:RequiredFieldValidator ID="RequiredFieldValidator1" 
            runat="server" ControlToValidate="txtfpmc" ErrorMessage="发票名称必须填写"></asp:RequiredFieldValidator>
      </td>
   
  </tr>
  <tr>
    <td width="12%">税&nbsp;&nbsp;&nbsp; 率:</td>
    <td width="84%">
        <asp:TextBox ID="txtsl" runat="server" MaxLength="5" Width="23%"></asp:TextBox>
                        %<asp:RegularExpressionValidator ID="RegularExpressionValidator2" 
                                        runat="server" ControlToValidate="txtsl" ErrorMessage="税率必须是数字" 
                                        ValidationExpression="^[1-9]\d*$"></asp:RegularExpressionValidator>
      </td>
    
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td  align ="center">
        <asp:Button ID="Button1" runat="server"   Text="提交" 
            Width="131px" onclick="Button1_Click" />
      </td>
    
  </tr>
  </table>
</asp:Content>

⌨️ 快捷键说明

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