You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

40 lines
1.7 KiB

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SCP_INVOICE_CHECKFAIL.aspx.cs" Inherits="SCP.ErpExtend.SCP_INVOICE_CHECKFAIL" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
</head>
<body>
<form id="form1" runat="server">
<f:PageManager runat="server" AutoSizePanelID="Panel1" />
<f:Panel ID="Panel1" runat="server" Title="" AutoScroll="True">
<Items>
<f:Form runat="server">
<Toolbars>
<f:Toolbar ID="Toolbar2" runat="server">
<Items>
<f:ToolbarSeparator runat="server" />
<f:Button ID="btnOK" runat="server" EnablePostBack="True" Text="确认" Icon="Add" OnClick="btnOK_OnClick">
</f:Button>
<f:Button ID="btnClose" runat="server" EnablePostBack="True" Text="关闭" Icon="Add">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
<f:SimpleForm ID="SimpleForm1" runat="server" BodyPadding="20px"
ShowHeader="false" ShowBorder="False">
<Items>
<f:TextArea ID="txtMemo" runat="server" Label="退回原因" Text="" AutoGrowHeight="True">
</f:TextArea>
</Items>
</f:SimpleForm>
</Items>
</f:Panel>
</form>
</body>
</html>