ChengDa_English/SGGL/FineUIPro.Web/HJGL/TrustManage/TrustManageSet.aspx

72 lines
4.2 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="TrustManageSet.aspx.cs" Inherits="FineUIPro.Web.HJGL.TrustManage.TrustManageSet" %>
<!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" AutoSizePanelID="SimpleForm1" runat="server" />
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtCH_TrustCode" runat="server" Label="委托单号" LabelAlign="Right" LabelWidth="120px" Required="true" ShowRedStar="true"></f:TextBox>
<f:DropDownList ID="drpCH_NDTRate" runat="server" Label="探伤比例" LabelAlign="Right" LabelWidth="120px" EnableEdit="true" Required="true" ShowRedStar="true">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpCH_TrustUnit" runat="server" Label="委托单位" AutoPostBack="true" OnSelectedIndexChanged="needChangeCode" LabelAlign="Right" LabelWidth="120px" EnableEdit="true" Required="true" ShowRedStar="true"></f:DropDownList>
<f:DropDownList ID="drpCH_NDTMethod" runat="server" Label="检测方法" AutoPostBack="true" OnSelectedIndexChanged="needChangeCode" LabelAlign="Right" LabelWidth="120px" EnableEdit="true" Required="true" ShowRedStar="true"></f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker ID="txtCH_TrustDate" runat="server" Label="委托日期" LabelAlign="Right" LabelWidth="120px" Required="true" ShowRedStar="true"></f:DatePicker>
<f:DropDownList ID="drpCH_CheckUnit" runat="server" Label="检测单位" LabelAlign="Right" LabelWidth="120px" EnableEdit="true" Required="true" ShowRedStar="true"></f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker ID="txtCH_TableDate" runat="server" Label="制单日期" LabelAlign="Right" LabelWidth="120px"></f:DatePicker>
<f:DropDownList ID="drpCH_AcceptGrade" runat="server" Label="合格级别" LabelAlign="Right" LabelWidth="120px" EnableEdit="true"></f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpCH_WeldMethod" runat="server" Label="焊接方法" LabelAlign="Right" LabelWidth="120px">
</f:DropDownList>
<f:DropDownList ID="drpCH_SlopeType" runat="server" Label="坡口类型" LabelAlign="Right" LabelWidth="120px">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtCH_Remark" runat="server" Label="备注" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:ToolbarFill ID="ToolbarFill1" runat="server"></f:ToolbarFill>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1"
OnClick="btnSave_Click" Text="保存" ToolTip="保存">
</f:Button>
<f:Button ID="btnClose" EnablePostBack="false" Text="关闭" ToolTip="关闭"
runat="server" Icon="SystemClose">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
</form>
</body>
</html>