SGGL_HBAZ/SGGL/FineUIPro.Web/CQMS/QuantityManagement/BaseEdit.aspx

59 lines
3.5 KiB
Plaintext
Raw Normal View History

2025-02-12 09:27:47 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="BaseEdit.aspx.cs" Inherits="FineUIPro.Web.CQMS.QuantityManagement.BaseEdit" %>
<!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:DropDownList ID="drpDrawingNo" OnSelectedIndexChanged="drpDrawingNo_SelectedIndexChanged" AutoPostBack="true" ShowRedStar="true" runat="server" LabelWidth="120px" Required="true" Label="图号" LabelAlign="Right" EnableEdit="true">
</f:DropDownList>
<f:TextBox ID="txtWorkSection" runat="server" Readonly="true" Label="工段" MaxLength="100" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtDrawingName" runat="server" Label="图纸名称" Readonly="true" MaxLength="100" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
<f:TextBox ID="txtPart" runat="server" Label="部位" Required="true" ShowRedStar="true" MaxLength="100" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtProjectContent" runat="server" Label="项目内容" Required="true" ShowRedStar="true" MaxLength="100" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
<f:TextBox ID="txtUnit" runat="server" Label="单位" Required="true" ShowRedStar="true" MaxLength="50" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox runat="server" ID="txtAmount" Label="数量" NoDecimal="false" NoNegative="true" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="120px"></f:NumberBox>
<f:TextBox ID="txtWorkTeam" runat="server" Label="作业队" Required="true" ShowRedStar="true" MaxLength="200" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
</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>