54 lines
2.6 KiB
Plaintext
54 lines
2.6 KiB
Plaintext
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="GJSXDetailEdit.aspx.cs" Inherits="FineUIPro.Web.PZHGL.GJSX.GJSXDetailEdit" %>
|
||
|
|
||
|
<!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"
|
||
|
LabelAlign="Right">
|
||
|
<Rows>
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:TextArea ID="txtProgress_detail" runat="server" Label="进展情况" LabelAlign="Right" LabelWidth="150px" Required="true" ShowRedStar="true"></f:TextArea>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:DropDownList ID="ddlProgressStatus" runat="server" Label="下一步" LabelWidth="150px" Required="true" ShowRedStar="true">
|
||
|
<f:ListItem Value="持续跟踪" Text="持续跟踪" Selected="true"></f:ListItem>
|
||
|
<f:ListItem Value="申请关闭" Text="申请关闭"></f:ListItem>
|
||
|
</f:DropDownList>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
</Rows>
|
||
|
<Toolbars>
|
||
|
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
||
|
<Items>
|
||
|
<f:Button ID="btnAttachUrl" Text="附件" ToolTip="附件上传及查看" Icon="TableCell" runat="server"
|
||
|
OnClick="btnAttachUrl_Click" ValidateForms="SimpleForm1" MarginLeft="5px">
|
||
|
</f:Button>
|
||
|
<f:ToolbarFill ID="ToolbarFill1" runat="server">
|
||
|
</f:ToolbarFill>
|
||
|
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ToolTip="保存" ValidateForms="SimpleForm1" Text="保存"
|
||
|
OnClick="btnSave_Click">
|
||
|
</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>
|
||
|
|