73 lines
		
	
	
		
			4.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			73 lines
		
	
	
		
			4.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
| 
								 | 
							
								<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ChangeEdit.aspx.cs" Inherits="FineUIPro.Web.CQMS.QuantityManagement.ChangeEdit" %>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<!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 ID="PageManager1" runat="server" AutoSizePanelID="SimpleForm1" />
							 | 
						||
| 
								 | 
							
								        <f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true" BodyPadding="10px" runat="server" RedStarPosition="BeforeText">
							 | 
						||
| 
								 | 
							
								            <Rows>
							 | 
						||
| 
								 | 
							
								                <f:FormRow>
							 | 
						||
| 
								 | 
							
								                    <Items>
							 | 
						||
| 
								 | 
							
								                        <f:TextBox ID="txtWorkSection" runat="server" Label="工段" MaxLength="100" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
							 | 
						||
| 
								 | 
							
								                        <f:TextBox ID="txtChangeNo" runat="server" Label="变更号" MaxLength="100" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
							 | 
						||
| 
								 | 
							
								                    </Items>
							 | 
						||
| 
								 | 
							
								                </f:FormRow>
							 | 
						||
| 
								 | 
							
								                <f:FormRow>
							 | 
						||
| 
								 | 
							
								                    <Items>
							 | 
						||
| 
								 | 
							
								                        <f:TextBox ID="txtChangeName" runat="server" Label="变更名称" MaxLength="100" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
							 | 
						||
| 
								 | 
							
								                        <f:TextBox ID="txtMajor" runat="server" Label="专业" Required="true" ShowRedStar="true" MaxLength="50" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
							 | 
						||
| 
								 | 
							
								                    </Items>
							 | 
						||
| 
								 | 
							
								                </f:FormRow>
							 | 
						||
| 
								 | 
							
								                <f:FormRow>
							 | 
						||
| 
								 | 
							
								                    <Items>
							 | 
						||
| 
								 | 
							
								                        <f:DatePicker runat="server" DateFormatString="yyyy-MM-dd" Label="接收日期" ID="txtAcceptDate"
							 | 
						||
| 
								 | 
							
								                            LabelAlign="right" LabelWidth="120px">
							 | 
						||
| 
								 | 
							
								                        </f:DatePicker>
							 | 
						||
| 
								 | 
							
								                        <f:TextBox ID="txtCompletionStatus" runat="server" Label="完成情况" Required="true" ShowRedStar="true" MaxLength="50" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
							 | 
						||
| 
								 | 
							
								                    </Items>
							 | 
						||
| 
								 | 
							
								                </f:FormRow>
							 | 
						||
| 
								 | 
							
								                <f:FormRow>
							 | 
						||
| 
								 | 
							
								                    <Items>
							 | 
						||
| 
								 | 
							
								                        <f:TextBox ID="txtDutyPerson" runat="server" Label="责任人" MaxLength="50" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
							 | 
						||
| 
								 | 
							
								                        <f:TextBox ID="txtRemark" runat="server" Label="备注" Required="true" ShowRedStar="true" MaxLength="200" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
							 | 
						||
| 
								 | 
							
								                    </Items>
							 | 
						||
| 
								 | 
							
								                </f:FormRow>
							 | 
						||
| 
								 | 
							
								                <f:FormRow Hidden="true">
							 | 
						||
| 
								 | 
							
								                    <Items>
							 | 
						||
| 
								 | 
							
								                        <f:Panel ID="Panel2" ShowHeader="false" ShowBorder="false" Layout="Column" CssClass="" runat="server">
							 | 
						||
| 
								 | 
							
								                            <Items>
							 | 
						||
| 
								 | 
							
								                                <f:Label ID="Label1" runat="server" ShowRedStar="true" Label="上传附件"
							 | 
						||
| 
								 | 
							
								                                    LabelWidth="120px" LabelAlign="Right">
							 | 
						||
| 
								 | 
							
								                                </f:Label>
							 | 
						||
| 
								 | 
							
								                                <f:Button ID="btnAttach" Icon="TableCell" EnablePostBack="true" Text="附件" runat="server" OnClick="btnAttach_Click">
							 | 
						||
| 
								 | 
							
								                                </f:Button>
							 | 
						||
| 
								 | 
							
								                            </Items>
							 | 
						||
| 
								 | 
							
								                        </f:Panel>
							 | 
						||
| 
								 | 
							
								                    </Items>
							 | 
						||
| 
								 | 
							
								                </f:FormRow>
							 | 
						||
| 
								 | 
							
								            </Rows>
							 | 
						||
| 
								 | 
							
								            <Toolbars>
							 | 
						||
| 
								 | 
							
								                <f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
							 | 
						||
| 
								 | 
							
								                    <Items>
							 | 
						||
| 
								 | 
							
								                        <f:HiddenField ID="hdAttachUrl" runat="server">
							 | 
						||
| 
								 | 
							
								                        </f:HiddenField>
							 | 
						||
| 
								 | 
							
								                        <f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="保存" ToolTip="保存" ValidateForms="SimpleForm1" OnClick="btnSave_Click" Hidden="true">
							 | 
						||
| 
								 | 
							
								                        </f:Button>
							 | 
						||
| 
								 | 
							
								                    </Items>
							 | 
						||
| 
								 | 
							
								                </f:Toolbar>
							 | 
						||
| 
								 | 
							
								            </Toolbars>
							 | 
						||
| 
								 | 
							
								        </f:Form>
							 | 
						||
| 
								 | 
							
								        <f:Window ID="WindowAtt" Title="弹出窗体" Hidden="true" EnableIFrame="true" EnableMaximize="true"
							 | 
						||
| 
								 | 
							
								            Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="700px"
							 | 
						||
| 
								 | 
							
								            Height="500px">
							 | 
						||
| 
								 | 
							
								        </f:Window>
							 | 
						||
| 
								 | 
							
								    </form>
							 | 
						||
| 
								 | 
							
								</body>
							 | 
						||
| 
								 | 
							
								</html>
							 |