148 lines
9.3 KiB
Plaintext
148 lines
9.3 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="OperationReportEdit.aspx.cs" Inherits="FineUIPro.Web.ZHGL.Environmental.OperationReportEdit" %>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,Z_OperationReportEdit_PageTitle%>"/></title>
|
|
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
|
|
<style>
|
|
.f-grid-row .f-grid-cell-inner {
|
|
white-space: normal;
|
|
word-break: break-all;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<f:PageManager ID="PageManager1" runat="server" AutoSizePanelID="Panel1" />
|
|
<f:Panel ID="Panel1" BodyPadding="5px" runat="server" ShowHeader="false" EnableCollapse="True"
|
|
Title="<%$ Resources:Lan,Z_ProjectOperationReportEdit_Panel1_Title%>" AutoScroll="true">
|
|
<Items>
|
|
<f:Form ID="Form2" runat="server" ShowHeader="false" BodyPadding="5px" RedStarPosition="BeforeText">
|
|
<Items>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:DropDownList ID="ddlUnitId" runat="server" Label="<%$ Resources:Lan,Z_SuperviseCheckReportEdit_ddlUnitId_Label%>" Required="True" ShowRedStar="True" FocusOnPageLoad="true" LabelAlign="Right">
|
|
</f:DropDownList>
|
|
|
|
<f:DropDownList ID="drpYear" runat="server" Label="<%$ Resources:Lan,Z_ReportRemind_Year%>" EnableEdit="true" LabelAlign="Right"
|
|
Required="true" ShowRedStar="true" AutoPostBack="true" OnSelectedIndexChanged="drpYear_SelectedIndexChanged">
|
|
</f:DropDownList>
|
|
<f:DropDownList ID="ddlQuarter" runat="server" Label="<%$ Resources:Lan,Z_ReportRemind_Quarter%>" Required="True" ShowRedStar="True" AutoPostBack="true" LabelAlign="Right" OnSelectedIndexChanged="drpYear_SelectedIndexChanged">
|
|
</f:DropDownList>
|
|
</Items>
|
|
</f:FormRow>
|
|
</Items>
|
|
</f:Form>
|
|
|
|
<f:Form ID="Form4" runat="server" ShowHeader="false" BodyPadding="5px">
|
|
<Items>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtCode" runat="server" Label="<%$ Resources:Lan,Z_BasicData_Grid2_countryCode_HeaderText%>" LabelAlign="Right">
|
|
</f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
</Items>
|
|
</f:Form>
|
|
|
|
<f:GroupPanel runat="server" Title="<%$ Resources:Lan,Z_ProjectOperationReport_Grid1_EnterpriseBasicSituation_HeaderText%>" BodyPadding="5px" ID="GroupPanel1" EnableCollapse="True"
|
|
Collapsed="false">
|
|
<Items>
|
|
<f:Form ID="Form3" ShowBorder="false" ShowHeader="false" runat="server">
|
|
<Rows>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtUnitLevel" runat="server" Label="<%$ Resources:Lan,Z_OperationReportEdit_txtUnitLevel_Label%>" LabelAlign="Right">
|
|
</f:TextBox>
|
|
<f:DatePicker ID="txtCreateDate" runat="server" Label="<%$ Resources:Lan,Z_OperationReportEdit_txtCreateDate_Label%>" LabelAlign="Right"
|
|
EnableEdit="true">
|
|
</f:DatePicker>
|
|
<f:TextBox ID="txtPlace" runat="server" Label="<%$ Resources:Lan,Z_OperationReportEdit_txtPlace_Label%>" LabelAlign="Right">
|
|
</f:TextBox>
|
|
<f:NumberBox ID="txtPersonNum" runat="server" Label="<%$ Resources:Lan,Z_ProjectOperationReportEdit_txtPersonNum_Label%>" LabelAlign="Right" NoDecimal="false" NoNegative="false" EmptyText="0">
|
|
</f:NumberBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
</Rows>
|
|
</f:Form>
|
|
</Items>
|
|
</f:GroupPanel>
|
|
|
|
<f:GroupPanel runat="server" Title="<%$ Resources:Lan,Z_ProjectOperationReportEdit_GroupPanel2_Title%>" BodyPadding="5px" ID="GroupPanel2" EnableCollapse="True"
|
|
Collapsed="false">
|
|
<Items>
|
|
<f:Form ID="Form5" ShowBorder="false" ShowHeader="false" runat="server">
|
|
<Rows>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:NumberBox ID="txtTotalAssets" runat="server" Label="<%$ Resources:Lan,Z_ProjectOperationReportEdit_txtTotalAssets_Label%>" LabelAlign="Right" LabelWidth="140px"
|
|
NoDecimal="false" NoNegative="false" EmptyText="0" DecimalPrecision="4">
|
|
</f:NumberBox>
|
|
<f:NumberBox ID="txtTotalValue" runat="server" Label="<%$ Resources:Lan,Z_ProjectOperationReportEdit_txtTotalValue_Label%>" LabelAlign="Right" LabelWidth="140px"
|
|
NoDecimal="false" NoNegative="false" EmptyText="0" DecimalPrecision="4">
|
|
</f:NumberBox>
|
|
<f:NumberBox ID="txtNewInvestment" runat="server" Label="<%$ Resources:Lan,Z_ProjectOperationReportEdit_txtNewInvestment_Label%>" LabelAlign="Right" LabelWidth="140px"
|
|
NoDecimal="false" NoNegative="false" EmptyText="0" DecimalPrecision="4">
|
|
</f:NumberBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
</Rows>
|
|
</f:Form>
|
|
</Items>
|
|
</f:GroupPanel>
|
|
|
|
<f:Form ID="Form6" runat="server" ShowHeader="false" BodyPadding="5px">
|
|
<Items>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtRemark" runat="server" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>" LabelAlign="Right" LabelWidth="140px">
|
|
</f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
</Items>
|
|
</f:Form>
|
|
|
|
<f:Form ID="Form11" runat="server" ShowHeader="false" BodyPadding="5px">
|
|
<Items>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtCompileMan" runat="server" Label="<%$ Resources:Lan,Z_SafetyBriefing_lbCompileMan_Text%>" LabelAlign="Right" LabelWidth="140px">
|
|
</f:TextBox>
|
|
<f:TextBox ID="txtStatisticsDutyPerson" runat="server" Label="<%$ Resources:Lan,Z_OperationReportEdit_txtStatisticsDutyPerson_Label%>" LabelAlign="Right" LabelWidth="140px">
|
|
</f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtUnitDutyPerson" runat="server" Label="<%$ Resources:Lan,Z_CheckInfoReport_SubjectUnitMan_HeaderText%>" LabelAlign="Right" LabelWidth="140px">
|
|
</f:TextBox>
|
|
<f:DatePicker ID="txtFillingDate" runat="server" Label="<%$ Resources:Lan,Z_UpCheckReport_CompileDate_HeaderText%>" LabelAlign="Right" LabelWidth="140px"
|
|
EnableEdit="true">
|
|
</f:DatePicker>
|
|
</Items>
|
|
</f:FormRow>
|
|
</Items>
|
|
</f:Form>
|
|
|
|
</Items>
|
|
<Toolbars>
|
|
<f:Toolbar ID="Toolbar2" Position="Bottom" ToolbarAlign="Right" runat="server">
|
|
<Items>
|
|
<f:ToolbarFill ID="ToolbarFill2" runat="server">
|
|
</f:ToolbarFill>
|
|
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ToolTip="<%$ Resources:Lan,Z_SuperviseCheckReportEdit_btnSave_Text%>" ValidateForms="SimpleForm1" Text="<%$ Resources:Lan,Z_SuperviseCheckReportEdit_btnSave_Text%>"
|
|
OnClick="btnSave_Click">
|
|
</f:Button>
|
|
|
|
<f:Button ID="btnUpdata" Icon="PageSave" runat="server" ConfirmText="<%$ Resources:Lan,Z_AccidentCauseReportSave_btnUpdata_ConfirmText%>" Text="<%$ Resources:Lan,Z_WorkSummaryReportEdit_btnUpdata_Text%>"
|
|
ToolTip="<%$ Resources:Lan,Z_WorkSummaryReportEdit_btnUpdata_Text%>" ValidateForms="SimpleForm1" OnClick="btnUpdata_Click">
|
|
</f:Button>
|
|
</Items>
|
|
</f:Toolbar>
|
|
</Toolbars>
|
|
</f:Panel>
|
|
</form>
|
|
</body>
|
|
</html>
|