NOTICE office check index

This commit is contained in:
2025-02-24 00:29:01 +08:00
parent 77bfe221eb
commit 3747e2d626
17 changed files with 46173 additions and 362 deletions
@@ -5,7 +5,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>编辑检查通知单</title>
<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>
@@ -17,25 +17,25 @@
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtCheckTeamLeaderName" runat="server" Label="检查组长" LabelWidth="120px"
<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="性别" LabelWidth="120px">
<f:ListItem Value="男" Text="男" Selected="true" />
<f:ListItem Value="女" Text="女" />
<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="检查组长单位"
<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="受检项目"
<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>
@@ -43,25 +43,25 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtSubjectUnitAdd" runat="server" Label="受检项目地址" LabelWidth="120px" Height="40px">
<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="受检项目负责人" LabelWidth="120px">
<f:TextBox ID="txtSubjectUnitMan" runat="server" Label="<%$ Resources:Lan,OC_CheckNoticeEdit_txtSubjectUnitMan_Label%>" LabelWidth="120px">
</f:TextBox>
<f:TextBox ID="txtSubjectUnitTel" runat="server" Label="受检项目负责人电话" LabelWidth="150px">
<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="检查日期" ID="txtCheckStartTime" LabelWidth="120px">
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="" ID="txtCheckEndTime" LabelWidth="50px">
Label="<%$ Resources:Lan,OC_CheckNoticeEdit_txtCheckEndTime_Label%>" ID="txtCheckEndTime" LabelWidth="50px">
</f:DatePicker>
</Items>
</f:FormRow>
@@ -71,7 +71,7 @@
<Items>
<f:HiddenField runat="server" ID="hdUserId"></f:HiddenField>
<f:ToolbarFill runat="server"></f:ToolbarFill>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="保存数据" ValidateForms="SimpleForm1"
<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>