2022-03-15 17:36:38 +08:00
|
|
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ReceiveFileManagerEdit.aspx.cs"
|
|
|
|
|
Inherits="FineUIPro.Web.PZHGL.InformationProject.ReceiveFileManagerEdit" ValidateRequest="false" %>
|
|
|
|
|
<%@ Register Src="~/Controls/FlowOperateControl.ascx" TagName="FlowOperateControl" TagPrefix="uc1" %>
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
|
<head runat="server">
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
2025-02-22 14:06:48 +08:00
|
|
|
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,ReceiveFileManagerEdit_Title%>"/></title>
|
2022-03-15 17:36:38 +08:00
|
|
|
<link href="../res/css/common.css" rel="stylesheet" type="text/css" />
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<form id="form1" runat="server">
|
|
|
|
|
<f:PageManager ID="PageManager1" runat="server" AutoSizePanelID="SimpleForm1"/>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" Title="<%$ Resources:Lan,ReceiveFileManagerView_Title%>" AutoScroll="true"
|
2022-03-15 17:36:38 +08:00
|
|
|
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
|
|
|
|
<Rows>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:RadioButtonList runat="server" ID="rbFileType" Label="<%$ Resources:Lan,ReceiveFileManagerView_FileType%>" Width="150px" AutoPostBack="true" OnSelectedIndexChanged="rbFileType_SelectedIndexChanged">
|
|
|
|
|
<f:RadioItem Value="0" Text="<%$ Resources:Lan,ReceiveFileManagerView_ProjectFile%>" Selected="true"/>
|
|
|
|
|
<f:RadioItem Value="1" Text="<%$ Resources:Lan,ReceiveFileManagerView_CompanyFile%>"/>
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:RadioButtonList>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:TextBox ID="txtReceiveFileCode" runat="server" Label="<%$ Resources:Lan,ReceiveFileManagerView_ReceiveFileCode%>" LabelAlign="Right"
|
2022-03-15 17:36:38 +08:00
|
|
|
MaxLength="50" Readonly="true">
|
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:TextBox ID="txtReceiveFileName" runat="server" Label="<%$ Resources:Lan,ReceiveFileManagerView_ReceiveFileName%>" Required="true" ShowRedStar="true"
|
2022-03-15 17:36:38 +08:00
|
|
|
LabelAlign="Right" MaxLength="200" FocusOnPageLoad="true">
|
|
|
|
|
</f:TextBox>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:DatePicker ID="txtGetFileDate" runat="server" Label="<%$ Resources:Lan,ReceiveFileManagerView_GetFileDate%>" LabelAlign="Right"
|
2022-03-15 17:36:38 +08:00
|
|
|
EnableEdit="true">
|
|
|
|
|
</f:DatePicker>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:TextBox ID="txtFileCode" runat="server" Label="<%$ Resources:Lan,ReceiveFileManagerView_OriginalFileCode%>" LabelAlign="Right" MaxLength="50">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:TextBox>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:NumberBox ID="txtFilePageNum" runat="server" Label="<%$ Resources:Lan,ReceiveFileManagerView_OriginalPageNum%>" NoDecimal="true" NoNegative="true">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:NumberBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:TextBox ID="txtVersion" runat="server" Label="<%$ Resources:Lan,ReceiveFileManagerView_Version%>" LabelAlign="Right" MaxLength="50">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:TextBox>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:DropDownList ID="drpSendPerson" runat="server" Label="<%$ Resources:Lan,ReceiveFileManagerView_SendPerson%>" EnableEdit="true" LabelAlign="Right">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:DropDownList>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:DropDownList ID="drpUnit" runat="server" Label="<%$ Resources:Lan,ReceiveFileManagerView_Unit%>" EnableEdit="true" LabelAlign="Right">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:DropDownList>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow ColumnWidths="87% 6% 7%">
|
|
|
|
|
<Items>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:DropDownList ID="drpUnitIds" runat="server" Label="<%$ Resources:Lan,ReceiveFileManagerView_ReceivingUnits%>" EnableEdit="false"
|
2022-03-15 17:36:38 +08:00
|
|
|
LabelAlign="right" EnableMultiSelect="true" EnableCheckBoxSelect="true" AutoSelectFirstItem="false">
|
|
|
|
|
</f:DropDownList>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:Button ID="SelectALL" runat="server" Text="<%$ Resources:Lan,ReceiveFileManagerEdit_SelectAll%>" OnClick="SelectALL_Click"></f:Button>
|
|
|
|
|
<f:Button ID="SelectNoALL" runat="server" Text="<%$ Resources:Lan,ReceiveFileManagerEdit_SelectNone%>"
|
2022-03-15 17:36:38 +08:00
|
|
|
OnClick="SelectNoALL_Click"></f:Button>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:HtmlEditor runat="server" Label="<%$ Resources:Lan,ReceiveFileManagerView_MainContent%>" ID="txtMainContent" ShowLabel="false"
|
2022-03-15 17:36:38 +08:00
|
|
|
Editor="UMEditor" BasePath="~/res/umeditor/" ToolbarSet="Full" Height="200" LabelAlign="Right">
|
|
|
|
|
</f:HtmlEditor>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
|
|
|
|
<f:ContentPanel ID="ContentPanel1" runat="server" ShowHeader="false" EnableCollapse="true"
|
|
|
|
|
BodyPadding="0px">
|
|
|
|
|
<uc1:FlowOperateControl ID="ctlAuditFlow" runat="server" />
|
|
|
|
|
</f:ContentPanel>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
</Rows>
|
|
|
|
|
<Toolbars>
|
|
|
|
|
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
|
|
|
|
<Items>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:Button ID="btnAttachUrl" Text="<%$ Resources:Lan,ReceiveFileManagerView_Attachment%>" ToolTip="<%$ Resources:Lan,ProjectMapView_AttachTooltip%>" Icon="TableCell" runat="server"
|
2022-03-15 17:36:38 +08:00
|
|
|
OnClick="btnAttachUrl_Click" ValidateForms="SimpleForm1" MarginLeft="5px">
|
|
|
|
|
</f:Button>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:Button ID="btnAttachUrl1" Text="<%$ Resources:Lan,ReceiveFileManagerView_Response%>" ToolTip="<%$ Resources:Lan,ProjectMapView_AttachTooltip%>" Icon="TableCell" runat="server"
|
2022-03-15 17:36:38 +08:00
|
|
|
OnClick="btnAttachUrl1_Click" ValidateForms="SimpleForm1" MarginLeft="5px">
|
|
|
|
|
</f:Button>
|
|
|
|
|
<f:ToolbarFill runat="server"> </f:ToolbarFill>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ToolTip="<%$ Resources:Lan,XmsgGlgdEdit_Save%>" ValidateForms="SimpleForm1"
|
2022-03-15 17:36:38 +08:00
|
|
|
OnClick="btnSave_Click">
|
|
|
|
|
</f:Button>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:Button ID="btnSubmit" Icon="SystemSaveNew" runat="server" ToolTip="<%$ Resources:Lan,WorkHandoverEdit_Submit%>" ValidateForms="SimpleForm1"
|
2022-03-15 17:36:38 +08:00
|
|
|
OnClick="btnSubmit_Click">
|
|
|
|
|
</f:Button>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="<%$ Resources:Lan,XmsgGlgdEdit_Close%>" runat="server" Icon="SystemClose">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:Button>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:Toolbar>
|
|
|
|
|
</Toolbars>
|
|
|
|
|
</f:Form>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:Window ID="WindowAtt" Title="<%$ Resources:Lan,XmsgGlgdEdit_WindowTitle%>" 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>
|
|
|
|
|
</form>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|