xinjiang/SGGL/FineUIPro.Web/SubPackManage/LaborTeamEdit.aspx

72 lines
4.0 KiB
Plaintext
Raw Permalink Normal View History

2024-11-19 09:45:27 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="LaborTeamEdit.aspx.cs" Inherits="FineUIPro.Web.SubPackManage.LaborTeamEdit" %>
<!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" OnCustomEvent="PageManager1_CustomEvent"/>
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:Form ID="SaveForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:DropDownList ID="drpUnit" runat="server" Label="施工分包商" Required="true" LabelAlign="Right" EnableEdit="true" LabelWidth="150px" OnSelectedIndexChanged="drpUnit_SelectedIndexChanged" AutoPostBack="true">
</f:DropDownList>
<f:DropDownList ID="drpBranchTeamList" runat="server" Label="分包公司" Required="true" LabelAlign="Right" EnableEdit="true" LabelWidth="150px">
</f:DropDownList>
</Items>
</f:FormRow>
</Rows>
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtLaborTeamName" runat="server" Label="队伍名称" LabelAlign="Right" LabelWidth="150px" Required="true">
</f:TextBox>
<f:TextBox ID="txtCaptainName" runat="server" Label="队长姓名" LabelAlign="Right" LabelWidth="150px" Required="true">
</f:TextBox>
</Items>
</f:FormRow>
</Rows>
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtCaptainIDCard" runat="server" Label="身份证号" LabelAlign="Right" LabelWidth="150px">
</f:TextBox>
<f:TextBox ID="txtRemark" runat="server" Label="备注" LabelAlign="Right" LabelWidth="150px">
</f:TextBox>
</Items>
</f:FormRow>
</Rows>
</f:Form>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:HiddenField ID="hdSubPackTeamEvaluationID" runat="server"></f:HiddenField>
<f:ToolbarFill ID="ToolbarFill1" runat="server">
</f:ToolbarFill>
<f:Button ID="btnSave" OnClick="btnSave_Click" Icon="SystemSave" runat="server" ToolTip="保存" ValidateForms="SimpleForm1">
</f:Button>
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭" runat="server" Icon="SystemClose">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
</form>
</body>
</html>