118 lines
6.6 KiB
Plaintext
118 lines
6.6 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="EditBreakdown.aspx.cs" Inherits="FineUIPro.Web.CQMS.WBS.EditBreakdown" %>
|
|
|
|
<!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="txtBreakdownCode" runat="server" Label="<%$ Resources:Lan,ShoBreakdownProject_Grid1_BreakdownCode_HeaderText%>" LabelWidth="180px" ></f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtBreakdownName" runat="server" Label="<%$ Resources:Lan,ProjectControlPoint_Grid1_BreakdownName_HeaderText%>" LabelWidth="180px" Required="true" ShowRedStar="true"></f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextArea ID="txtBasis" runat="server" Label="<%$ Resources:Lan,ProjectControlPoint_Grid1_Basis_HeaderText%>" LabelWidth="180px" Height="60px"></f:TextArea>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextArea ID="txtCheckPoints" runat="server" Label="<%$ Resources:Lan,ProjectControlPoint_Grid1_CheckPoints_HeaderText%>" LabelWidth="180px" Height="60px"></f:TextArea>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextArea ID="txtRecordAndCode" runat="server" Label="<%$ Resources:Lan,ProjectControlPoint_Grid1_RecordAndCode_HeaderText%>" LabelWidth="180px" Height="60px"></f:TextArea>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtClass" runat="server" Label="<%$ Resources:Lan,ProjectControlPoint_Grid1_Class_HeaderText%>" LabelWidth="180px"></f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:DropDownList runat="server" ID="drpCheckAcceptType" Label="验收类型" LabelWidth="180px">
|
|
<f:ListItem Value="1" Text="关键工序验收" />
|
|
<f:ListItem Value="2" Text="特殊过程验收" />
|
|
<f:ListItem Value="3" Text="隐蔽工程验收" />
|
|
<f:ListItem Value="4" Text="单位工程一次验收" />
|
|
<f:ListItem Value="5" Text="材料进场复验" />
|
|
</f:DropDownList>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow runat="server" ID="tr1">
|
|
<Items>
|
|
<f:TextBox ID="FenBao" runat="server" Label="<%$ Resources:Lan,ProjectControlPoint_Grid1_FenBao_HeaderText%>" LabelWidth="180px"></f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow runat="server" ID="tr2">
|
|
<Items>
|
|
<f:TextBox ID="WuHuan" runat="server" Label="五环" LabelWidth="180px"></f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow runat="server" ID="tr3">
|
|
<Items>
|
|
<f:TextBox ID="JianLi" runat="server" Label="<%$ Resources:Lan,ProjectControlPoint_Grid1_JianLi_HeaderText%>" LabelWidth="180px"></f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow runat="server" ID="tr4">
|
|
<Items>
|
|
<f:TextBox ID="YeZhu" runat="server" Label="<%$ Resources:Lan,ProjectControlPoint_Grid1_YeZhu_HeaderText%>" LabelWidth="180px"></f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:NumberBox ID="txtSortIndex" runat="server" Label="<%$ Resources:Lan,ControlPointListEdit_txtSortIndex_Label%>" LabelWidth="180px" NoDecimal="true" NoNegative="true"></f:NumberBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextArea ID="txtRemark" runat="server" Label="<%$ Resources:Lan,ShoBreakdownProject_Grid1_Remark_HeaderText%>" LabelWidth="180px" Height="60px"></f:TextArea>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:RadioButtonList ID="rblIsAcceptance" Label="是否需要验收" LabelWidth="180px" runat="server">
|
|
<f:RadioItem Text="<%$ Resources:Lan,ControlPointCheckEdit_rblIsOnceQualified_TrueText%>" Value="True" />
|
|
<f:RadioItem Text="<%$ Resources:Lan,ControlPointCheckEdit_rblIsOnceQualified_FalseText%>" Value="False" Selected="true" />
|
|
</f:RadioButtonList>
|
|
</Items>
|
|
</f:FormRow>
|
|
</Rows>
|
|
<Toolbars>
|
|
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
|
<Items>
|
|
<f:Button ID="btnAttachUrl" Text="<%$ Resources:Lan,ProjectControlPoint_Grid1_ModelURL_HeaderText%>" ToolTip="模板附件上传及查看" Icon="TableCell" runat="server"
|
|
OnClick="btnAttachUrl_Click" ValidateForms="SimpleForm1">
|
|
</f:Button>
|
|
<f:ToolbarFill runat="server">
|
|
</f:ToolbarFill>
|
|
<f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="" ValidateForms="SimpleForm1"
|
|
OnClick="btnSave_Click">
|
|
</f:Button>
|
|
</Items>
|
|
</f:Toolbar>
|
|
</Toolbars>
|
|
</f:Form>
|
|
<f:Window ID="WindowAtt" Title="<%$ Resources:Lan,ITPListProjectEdit_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>
|