ChengDa_English/SGGL/FineUIPro.Web/CQMS/Information/StatementView.aspx

163 lines
13 KiB
Plaintext
Raw Normal View History

2022-03-15 17:36:38 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="StatementView.aspx.cs" Inherits="FineUIPro.Web.CQMS.Information.StatementView" %>
<!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:ContentPanel ID="ContentPanel2" Title="工程签证结算单" ShowBorder="true"
BodyPadding="10px" EnableCollapse="true" ShowHeader="true" AutoScroll="true"
runat="server">
<f:Form ID="Form2" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtStatementCode" runat="server" Required="true" Readonly="true" ShowRedStar="true" Label="<%$ Resources:Lan,DataReceiving_FileCode_Label%>" LabelAlign="Right" MaxLength="50" LabelWidth="140px">
2022-03-15 17:36:38 +08:00
</f:TextBox>
<f:DropDownList ID="drpSecretLevel" ShowRedStar="true" LabelWidth="140px" Readonly="true"
runat="server" Required="true" Label="密级" LabelAlign="Right" EnableEdit="true">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpUnit" ShowRedStar="true" LabelWidth="140px" Readonly="true"
runat="server" Required="true" Label="分包单位" LabelAlign="Right" EnableEdit="true">
</f:DropDownList>
<f:TextBox ID="txtContractNo" runat="server" ShowRedStar="true" Required="true" Readonly="true" Label="合同编号" LabelAlign="Right" MaxLength="50" LabelWidth="140px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtTaskTheme" runat="server" ShowRedStar="true" Required="true" Readonly="true" Label="任务主题" LabelAlign="Right" MaxLength="200" LabelWidth="140px">
</f:TextBox>
<f:DropDownList ID="drpConfirmFormId" ShowRedStar="true" LabelWidth="140px" Readonly="true"
runat="server" Required="true" Label="签证工作确认编号" LabelAlign="Right" EnableEdit="true">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:RadioButtonList runat="server" ID="rblProductionSource" Label="签证工作产生来源" ShowRedStar="true" LabelWidth="140px">
<f:RadioItem Text="成达公司委托" Value="1" Selected="true" />
<f:RadioItem Text="分包单位主张" Value="2" />
</f:RadioButtonList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtJobContent" runat="server" ShowRedStar="true" Readonly="true" Required="true" Label="签证工作内容或分包主张理由简述" Height="130px" LabelAlign="Right" MaxLength="2000" LabelWidth="140px">
</f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker ID="txtCompileDate" ShowRedStar="true" Required="true" Readonly="true" runat="server" Label="<%$ Resources:Lan,WorkContactFile_CompileDate_HeaderText%>" LabelAlign="Right" EnableEdit="true" LabelWidth="140px">
2022-03-15 17:36:38 +08:00
</f:DatePicker>
<f:NumberBox ID="txtEdition" Label="<%$ Resources:Lan,EditConstructSolution_drpEdition_Label%>" runat="server" NoDecimal="true" Readonly="true" NoNegative="true" ShowRedStar="true" MaxLength="3" Required="true" LabelWidth="140px">
2022-03-15 17:36:38 +08:00
</f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Panel ShowHeader="false" ShowBorder="false" Layout="Column" runat="server">
<Items>
<f:Label runat="server" Text="<span style='color:red;'>*</span>附件:" EncodeText="false" ShowRedStar="true" Label="<%$ Resources:Lan,FileCabinetEdit_plfile_Label%>" CssStyle="padding-left:75px" Width="140px" CssClass="marginr" ShowLabel="false"></f:Label>
<f:Button ID="imgBtnFile" Text="<%$ Resources:Lan,ITPListEdit_btnAttach_Text%>" ToolTip="<%$ Resources:Lan,TechnicalContactView_Attachment_ToolTip%>" Icon="TableCell" OnClick="imgBtnFile_Click" runat="server">
2022-03-15 17:36:38 +08:00
</f:Button>
</Items>
</f:Panel>
</Items>
</f:FormRow>
<f:FormRow runat="server" ID="trPlanCost" >
<Items>
<f:NumberBox runat="server" ID="txtPlanCost" NoNegative="true" NoDecimal="false" Readonly="true" ShowRedStar="true" Label="申报签证费用(元)" LabelWidth="140px"></f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow runat="server" ID="trAuditCost" >
<Items>
<f:NumberBox runat="server" ID="txtAuditCost" NoNegative="true" NoDecimal="false" Readonly="true" ShowRedStar="true" Label="确认签证费用(元)" LabelWidth="140px"></f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow runat="server" ID="trRealCost" >
<Items>
<f:NumberBox runat="server" ID="txtRealCost" NoNegative="true" NoDecimal="false" Readonly="true" ShowRedStar="true" Label="同意签证费用(元)" LabelWidth="140px"></f:NumberBox>
</Items>
</f:FormRow>
</Rows>
</f:Form>
</f:ContentPanel>
</Items>
</f:FormRow>
<f:FormRow ID="plApprove2">
<Items>
<f:ContentPanel Title="<%$ Resources:Lan,EditConstructSolution_gvApprove_Title%>" ShowBorder="true"
2022-03-15 17:36:38 +08:00
BodyPadding="10px" EnableCollapse="true" ShowHeader="true" AutoScroll="true"
runat="server">
<f:Grid ID="gvApprove" IsFluid="true" CssClass="blockpanel" ShowBorder="true" ShowHeader="false" runat="server" EnableCollapse="false"
DataKeyNames="StatementApproveId" EnableColumnLines="true" OnRowCommand="gvApprove_RowCommand" ForceFit="true">
<Columns>
<f:RowNumberField Width="40px" HeaderText="<%$ Resources:Lan,ShoBreakdownProject_Grid1_BreakdownCode_HeaderText%>" HeaderTextAlign="Center" TextAlign="Center" />
<f:TemplateField ColumnID="ApproveType" Width="150px" HeaderText="<%$ Resources:Lan,EditConstructSolution_gvApprove_ApproveType_HeaderText%>" HeaderTextAlign="Center" TextAlign="Center"
2022-03-15 17:36:38 +08:00
EnableLock="true" Locked="False">
<ItemTemplate>
<asp:Label ID="Label1" runat="server" Text='<%# BLL.StatementService.ConvertState(Eval("ApproveType")) %>'></asp:Label>
</ItemTemplate>
</f:TemplateField>
<f:TemplateField ColumnID="ApproveMan" Width="150px" HeaderText="<%$ Resources:Lan,EditConstructSolution_gvApprove_ApproveMan_HeaderText%>" HeaderTextAlign="Center" TextAlign="Center"
2022-03-15 17:36:38 +08:00
EnableLock="true" Locked="False">
<ItemTemplate>
<asp:Label ID="Label3" runat="server" Text='<%# man(Eval("ApproveMan")) %>'></asp:Label>
</ItemTemplate>
</f:TemplateField>
<f:TemplateField ColumnID="IsAgree" Width="100px" HeaderText="<%$ Resources:Lan,EditConstructSolution_gvApprove_IsAgree_HeaderText%>" HeaderTextAlign="Center" TextAlign="Center"
2022-03-15 17:36:38 +08:00
EnableLock="true" Locked="False">
<ItemTemplate>
<asp:Label ID="Label2" runat="server" Text='<%# BLL.StatementService.IsAgree(Eval("ApproveType"),Eval("IsAgree")) %>'></asp:Label>
</ItemTemplate>
</f:TemplateField>
<f:BoundField Width="100px" DataField="ApproveDate" HeaderTextAlign="Center" TextAlign="Center" DataFormatString="{0:yyyy-MM-dd}" HeaderText="<%$ Resources:Lan,EditConstructSolution_gvApprove_ApproveDate_HeaderText%>" />
<f:BoundField Width="180px" DataField="ApproveIdea" HeaderTextAlign="Center" TextAlign="Center" HeaderText="<%$ Resources:Lan,EditConstructSolution_gvApprove_ApproveIdea_HeaderText%>" />
<f:LinkButtonField HeaderText="<%$ Resources:Lan,ITPListEdit_btnAttach_Text%>" ColumnID="download" Width="60px" Icon="ArrowDown" CommandName="download" />
2022-03-15 17:36:38 +08:00
</Columns>
</f:Grid>
</f:ContentPanel>
</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:HiddenField ID="HFStatementId" runat="server"></f:HiddenField>
<%-- <f:Button ID="btnClose" EnablePostBack="false" ToolTip="<%$ Resources:Lan,ZlgltxEdit_btnClose_ToolTip%>" OnClick="btnClose_Click" runat="server" Icon="SystemClose">
2022-03-15 17:36:38 +08:00
</f:Button>--%>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
</form>
<f:Window ID="WindowAtt" Title="<%$ Resources:Lan,ITPListProjectEdit_WindowAtt_Title%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
2022-03-15 17:36:38 +08:00
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="700px"
Height="500px">
</f:Window>
</body>
</html>