Basf_FCL/FCL/FineUIPro.Web/SES/SSREdit.aspx

96 lines
5.3 KiB
Plaintext
Raw Normal View History

2024-05-08 10:17:02 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SSREdit.aspx.cs" Inherits="FineUIPro.Web.SES.SSREdit" %>
<!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" OnCustomEvent="PageManager1_CustomEvent"/>
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow ColumnWidths="50% 33% 2% 15%">
<Items>
<f:TextBox ID="txtSES_No" runat="server" Label="SES No." Required="true" ShowRedStar="true" LabelWidth="150px" AutoPostBack="true" OnTextChanged="txtSES_No_TextChanged">
</f:TextBox>
<f:TextBox ID="txtWorkOrder" runat="server" Label="Work order-op." LabelWidth="150px">
</f:TextBox>
<f:Label runat="server" Text="-"></f:Label>
<f:TextBox ID="txtOp" runat="server">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow ColumnWidths="50% 33% 2% 15%">
<Items>
<f:DropDownList ID="drpRequisitionerId" runat="server" Label="Requisitioner" LabelWidth="150px" EnableGroup="true" EnableEdit="true" AutoPostBack="true" OnSelectedIndexChanged="drpRequisitionerId_SelectedIndexChanged"></f:DropDownList>
<f:TextBox ID="txtNetwork" runat="server" Label="Network-op." LabelWidth="150px">
</f:TextBox>
<f:Label runat="server" Text="-"></f:Label>
<f:TextBox ID="txtnop" runat="server">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpDepartmentId" runat="server" Label="Department" LabelWidth="150px" EnableEdit="true"></f:DropDownList>
<f:TextBox ID="txtContractNo" runat="server" Label="Contract No." LabelWidth="150px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker ID="txtSubmmisionDate" runat="server" Label="Claim Sheet Receive" LabelWidth="150px" AutoPostBack="true" OnTextChanged="txtSubmmisionDate_TextChanged" EnableEdit="true">
</f:DatePicker>
<f:DatePicker ID="txtCompletionDate" runat="server" Label="Completion Date" LabelWidth="150px" EnableEdit="true">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtAddress" runat="server" Label="Location" LabelWidth="150px">
</f:TextBox>
<f:NumberBox ID="txtNotReturnDay" runat="server" Label="Not return day" NoDecimal="true" LabelWidth="150px"></f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker ID="txtEntryDate" DateFormatString="yyyy-MM-dd HH:mm:ss" ShowTime="true" runat="server" Label="Entry Date" LabelWidth="150px" EnableEdit="true">
</f:DatePicker>
<f:DatePicker ID="txtReturnDate" runat="server" DateFormatString="yyyy-MM-dd HH:mm:ss" ShowTime="true" Label="Return Date" LabelWidth="150px" AutoPostBack="true" OnTextChanged="txtSubmmisionDate_TextChanged" EnableEdit="true">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpContractAdmin" runat="server" Label="Contract Admin" LabelWidth="150px" EnableGroup="true" EnableEdit="true"></f:DropDownList>
<f:Label runat="server"></f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtRemark" runat="server" Label="Remark" LabelWidth="150px" Height="60px">
</f:TextArea>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="Save" ToolTip="Save" ValidateForms="SimpleForm1"
OnClick="btnSave_Click" Hidden="true">
</f:Button>
<f:Button ID="btnClose" EnablePostBack="false" Text="Close" ToolTip="Close" runat="server" Icon="SystemClose">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
</form>
</body>
</html>