84 lines
5.0 KiB
Plaintext
84 lines
5.0 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CheckNoticeEdit.aspx.cs" Inherits="FineUIPro.Web.OfficeCheck.Check.CheckNoticeEdit" %>
|
|
|
|
<!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><asp:Literal runat="server" Text="<%$ Resources:Lan,OC_CheckNoticeEdit_title%>"/></title>
|
|
<link href="../res/css/common.css" rel="stylesheet" type="text/css" />
|
|
<script src="../res/js/jquery-3.3.1.min.js" type="text/javascript"></script>
|
|
</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:TextBox ID="txtCheckTeamLeaderName" runat="server" Label="<%$ Resources:Lan,OC_CheckNoticeEdit_txtCheckTeamLeaderName_Label%>" LabelWidth="120px"
|
|
ShowRedStar="true" Required="true" AutoPostBack="true" OnTextChanged="txtCheckTeamLeaderName_TextChanged">
|
|
</f:TextBox>
|
|
<f:DropDownList ID="drpSex" runat="server" Label="<%$ Resources:Lan,OC_CheckTeamEdit_drpSex_Label%>" LabelWidth="120px">
|
|
<f:ListItem Value="<%$ Resources:Lan,OC_CheckTeamEdit_drpSex_Item_Male%>" Text="<%$ Resources:Lan,OC_CheckTeamEdit_drpSex_Item_Male%>" Selected="true" />
|
|
<f:ListItem Value="<%$ Resources:Lan,OC_CheckTeamEdit_drpSex_Item_Female%>" Text="<%$ Resources:Lan,OC_CheckTeamEdit_drpSex_Item_Female%>" />
|
|
</f:DropDownList>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:DropDownList ID="drpUnit" runat="server" Label="<%$ Resources:Lan,OC_CheckNoticeEdit_drpUnit_Label%>"
|
|
EnableEdit="true" Required="true" ShowRedStar="true" LabelWidth="120px">
|
|
</f:DropDownList>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:DropDownList ID="drpSubjectProject" runat="server" Label="<%$ Resources:Lan,OC_RectifyEdit_drpProjectId_Label%>"
|
|
EnableEdit="true" Required="true" ShowRedStar="true" LabelWidth="120px"
|
|
AutoPostBack="true" OnSelectedIndexChanged="drpSubjectProject_OnSelectedIndexChanged">
|
|
</f:DropDownList>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextArea ID="txtSubjectUnitAdd" runat="server" Label="<%$ Resources:Lan,OC_CheckNoticeEdit_txtSubjectUnitAdd_Label%>" LabelWidth="120px" Height="40px">
|
|
</f:TextArea>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtSubjectUnitMan" runat="server" Label="<%$ Resources:Lan,OC_CheckNoticeEdit_txtSubjectUnitMan_Label%>" LabelWidth="120px">
|
|
</f:TextBox>
|
|
<f:TextBox ID="txtSubjectUnitTel" runat="server" Label="<%$ Resources:Lan,OC_CheckNoticeEdit_txtSubjectUnitTel_Label%>" LabelWidth="150px">
|
|
</f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd" Required="true" ShowRedStar="true"
|
|
Label="<%$ Resources:Lan,OC_RectifyEdit_txtCheckedDate_Label%>" ID="txtCheckStartTime" LabelWidth="120px">
|
|
</f:DatePicker>
|
|
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd" Required="true" ShowRedStar="true"
|
|
Label="<%$ Resources:Lan,OC_CheckNoticeEdit_txtCheckEndTime_Label%>" ID="txtCheckEndTime" LabelWidth="50px">
|
|
</f:DatePicker>
|
|
</Items>
|
|
</f:FormRow>
|
|
</Rows>
|
|
<Toolbars>
|
|
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
|
<Items>
|
|
<f:HiddenField runat="server" ID="hdUserId"></f:HiddenField>
|
|
<f:ToolbarFill runat="server"></f:ToolbarFill>
|
|
<f:Button ID="btnSave" Icon="<%$ Resources:Lan,NoticeEdit_btnSave_Icon%>" runat="server" Text="<%$ Resources:Lan,OC_CheckTeamEdit_btnSave_Text%>" ValidateForms="SimpleForm1"
|
|
OnClick="btnSave_Click" Hidden="true">
|
|
</f:Button>
|
|
</Items>
|
|
</f:Toolbar>
|
|
</Toolbars>
|
|
</f:Form>
|
|
</form>
|
|
</body>
|
|
</html>
|