ZHJA_HJGL/HJGL_ZH/FineUIPro.Web/HJGL/WeldingManage/JointReportUpdate.aspx

63 lines
3.0 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="JointReportUpdate.aspx.cs" Inherits="FineUIPro.Web.HJGL.WeldingManage.JointReportUpdate" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" AutoSizePanelID="Panel1" runat="server" />
<f:Panel ID="Panel1" runat="server" ShowBorder="false" ShowHeader="false" Layout="VBox">
<Toolbars>
<f:Toolbar ID="Toolbar2" Position="Top" runat="server" ToolbarAlign="Left">
<Items>
<f:ToolbarFill ID="ToolbarFill1" runat="server"></f:ToolbarFill>
<f:Button ID="btnSave" Text="提交" ToolTip="日报信息提交" Icon="SystemSave" runat="server" OnClick="btnSave_Click">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
<Items>
<f:Form ID="SimpleForm1" ShowBorder="true" ShowHeader="false" AutoScroll="true" BodyPadding="10px"
runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:DatePicker ID="txtWeldingDate" Label="焊接日期" runat="server" DateFormatString="yyyy-MM-dd" ShowRedStar="true" Required="true" LabelWidth="100px">
</f:DatePicker>
</Items>
</f:FormRow>
</Rows>
<Rows>
<f:FormRow>
<Items>
<f:DropDownList ID="drpFloorWelder" Label="打底焊工" EnableEdit="true" Required="true" runat="server" ShowRedStar="true" LabelWidth="100px" AutoPostBack="true" OnSelectedIndexChanged="drpFloorWelder_OnSelectedIndexChanged">
</f:DropDownList>
</Items>
</f:FormRow>
</Rows>
<Rows>
<f:FormRow>
<Items>
<f:DropDownList ID="drpCellWelder" Label="盖面焊工" EnableEdit="true" Required="true" runat="server" ShowRedStar="true" LabelWidth="100px">
</f:DropDownList>
</Items>
</f:FormRow>
</Rows>
<Rows>
<f:FormRow>
<Items>
<f:DropDownList ID="drpLocation" Label="焊接位置" Required="true" runat="server" ShowRedStar="true" LabelWidth="100px">
</f:DropDownList>
</Items>
</f:FormRow>
</Rows>
</f:Form>
</Items>
</f:Panel>
</form>
</body>
</html>