修改质量会议及培训
This commit is contained in:
@@ -39,20 +39,20 @@
|
||||
</f:TextBox>
|
||||
<f:DropDownList ID="drpUnit" runat="server" ShowRedStar="true" Label="单位" LabelWidth="100px" LabelAlign="Right" EnableEdit="true" AutoPostBack="true" OnSelectedIndexChanged="drpUnit_SelectedIndexChanged">
|
||||
</f:DropDownList>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:DatePicker ID="txtMeetingDate" ShowRedStar="true" Required="true" runat="server" Label="时间" LabelAlign="Right"
|
||||
EnableEdit="true">
|
||||
</f:DatePicker>
|
||||
<f:TextBox ID="txtPlace" runat="server" Label="地点" ShowRedStar="true" Required="true"
|
||||
MaxLength="200" LabelWidth="100px">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
|
||||
<f:TextBox ID="txtMeetingTheme" runat="server" Label="会议主题" ShowRedStar="true" Required="true"
|
||||
MaxLength="200" LabelWidth="100px">
|
||||
</f:TextBox>
|
||||
<f:TextBox ID="txtPlace" runat="server" Label="地点" ShowRedStar="true" Required="true"
|
||||
MaxLength="200" LabelWidth="100px">
|
||||
</f:TextBox>
|
||||
<f:DropDownList ID="drpHostMan" runat="server" ShowRedStar="true" Required="true" Label="主持人" LabelAlign="Right" EnableCheckBoxSelect="true" EnableMultiSelect="true" EnableEdit="true" LabelWidth="100px">
|
||||
</f:DropDownList>
|
||||
</Items>
|
||||
@@ -65,14 +65,7 @@
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtMeetingTheme" runat="server" Label="会议主题" ShowRedStar="true" Required="true"
|
||||
MaxLength="200" LabelWidth="100px">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextArea ID="txtMeetingContents" ShowRedStar="true" Required="true" runat="server" Label="主要内容" MaxLength="3000">
|
||||
<f:TextArea ID="txtMeetingContents" ShowRedStar="true" Required="true" Height="200px" runat="server" Label="主要内容" MaxLength="3000">
|
||||
</f:TextArea>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
|
||||
@@ -84,6 +84,15 @@ namespace FineUIPro.Web.CQMS.Meeting {
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DatePicker txtMeetingDate;
|
||||
|
||||
/// <summary>
|
||||
/// txtMeetingTheme 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.TextBox txtMeetingTheme;
|
||||
|
||||
/// <summary>
|
||||
/// txtPlace 控件。
|
||||
/// </summary>
|
||||
@@ -111,15 +120,6 @@ namespace FineUIPro.Web.CQMS.Meeting {
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList drpAttentPerson;
|
||||
|
||||
/// <summary>
|
||||
/// txtMeetingTheme 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.TextBox txtMeetingTheme;
|
||||
|
||||
/// <summary>
|
||||
/// txtMeetingContents 控件。
|
||||
/// </summary>
|
||||
|
||||
@@ -39,20 +39,19 @@
|
||||
</f:TextBox>
|
||||
<f:DropDownList ID="drpUnit" runat="server" ShowRedStar="true" Label="单位" LabelWidth="100px" LabelAlign="Right" EnableEdit="true" Readonly="true">
|
||||
</f:DropDownList>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:DatePicker ID="txtMeetingDate" ShowRedStar="true" Required="true" runat="server" Label="时间" LabelAlign="Right" Readonly="true"
|
||||
EnableEdit="true">
|
||||
</f:DatePicker>
|
||||
<f:TextBox ID="txtPlace" runat="server" Label="地点" ShowRedStar="true" Required="true" Readonly="true"
|
||||
MaxLength="200" LabelWidth="100px">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtMeetingTheme" runat="server" Label="会议主题" ShowRedStar="true" Required="true" Readonly="true"
|
||||
MaxLength="200" LabelWidth="100px">
|
||||
</f:TextBox>
|
||||
<f:TextBox ID="txtPlace" runat="server" Label="地点" ShowRedStar="true" Required="true" Readonly="true"
|
||||
MaxLength="200" LabelWidth="100px">
|
||||
</f:TextBox>
|
||||
<f:DropDownList ID="drpHostMan" runat="server" ShowRedStar="true" Required="true" Label="主持人" LabelAlign="Right" EnableCheckBoxSelect="true" EnableMultiSelect="true" EnableEdit="true" Readonly="true" LabelWidth="100px">
|
||||
</f:DropDownList>
|
||||
</Items>
|
||||
@@ -65,14 +64,7 @@
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtMeetingTheme" runat="server" Label="会议主题" ShowRedStar="true" Required="true" Readonly="true"
|
||||
MaxLength="200" LabelWidth="100px">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextArea ID="txtMeetingContents" ShowRedStar="true" Required="true" runat="server" Label="主要内容" MaxLength="3000" Readonly="true">
|
||||
<f:TextArea ID="txtMeetingContents" ShowRedStar="true" Required="true" runat="server" Label="主要内容" Height="200px" MaxLength="3000" Readonly="true">
|
||||
</f:TextArea>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
|
||||
@@ -84,6 +84,15 @@ namespace FineUIPro.Web.CQMS.Meeting {
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DatePicker txtMeetingDate;
|
||||
|
||||
/// <summary>
|
||||
/// txtMeetingTheme 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.TextBox txtMeetingTheme;
|
||||
|
||||
/// <summary>
|
||||
/// txtPlace 控件。
|
||||
/// </summary>
|
||||
@@ -111,15 +120,6 @@ namespace FineUIPro.Web.CQMS.Meeting {
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList drpAttentPerson;
|
||||
|
||||
/// <summary>
|
||||
/// txtMeetingTheme 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.TextBox txtMeetingTheme;
|
||||
|
||||
/// <summary>
|
||||
/// txtMeetingContents 控件。
|
||||
/// </summary>
|
||||
|
||||
@@ -39,20 +39,19 @@
|
||||
</f:TextBox>
|
||||
<f:DropDownList ID="drpUnit" runat="server" ShowRedStar="true" Label="单位" LabelWidth="100px" LabelAlign="Right" EnableEdit="true" AutoPostBack="true" OnSelectedIndexChanged="drpUnit_SelectedIndexChanged">
|
||||
</f:DropDownList>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:DatePicker ID="txtMeetingDate" ShowRedStar="true" Required="true" runat="server" Label="时间" LabelAlign="Right"
|
||||
EnableEdit="true">
|
||||
</f:DatePicker>
|
||||
<f:TextBox ID="txtPlace" runat="server" Label="地点" ShowRedStar="true" Required="true"
|
||||
MaxLength="200" LabelWidth="100px">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtMeetingTheme" runat="server" Label="会议主题" ShowRedStar="true" Required="true"
|
||||
MaxLength="200" LabelWidth="100px">
|
||||
</f:TextBox>
|
||||
<f:TextBox ID="txtPlace" runat="server" Label="地点" ShowRedStar="true" Required="true"
|
||||
MaxLength="200" LabelWidth="100px">
|
||||
</f:TextBox>
|
||||
<f:DropDownList ID="drpHostMan" runat="server" ShowRedStar="true" Required="true" Label="主持人" LabelAlign="Right" EnableCheckBoxSelect="true" EnableMultiSelect="true" EnableEdit="true" LabelWidth="100px">
|
||||
</f:DropDownList>
|
||||
</Items>
|
||||
@@ -65,14 +64,7 @@
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtMeetingTheme" runat="server" Label="会议主题" ShowRedStar="true" Required="true"
|
||||
MaxLength="200" LabelWidth="100px">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextArea ID="txtMeetingContents" ShowRedStar="true" Required="true" runat="server" Label="主要内容" MaxLength="3000">
|
||||
<f:TextArea ID="txtMeetingContents" ShowRedStar="true" Required="true" runat="server" Label="主要内容" Height="200px" MaxLength="3000">
|
||||
</f:TextArea>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
|
||||
@@ -84,6 +84,15 @@ namespace FineUIPro.Web.CQMS.Meeting {
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DatePicker txtMeetingDate;
|
||||
|
||||
/// <summary>
|
||||
/// txtMeetingTheme 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.TextBox txtMeetingTheme;
|
||||
|
||||
/// <summary>
|
||||
/// txtPlace 控件。
|
||||
/// </summary>
|
||||
@@ -111,15 +120,6 @@ namespace FineUIPro.Web.CQMS.Meeting {
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList drpAttentPerson;
|
||||
|
||||
/// <summary>
|
||||
/// txtMeetingTheme 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.TextBox txtMeetingTheme;
|
||||
|
||||
/// <summary>
|
||||
/// txtMeetingContents 控件。
|
||||
/// </summary>
|
||||
|
||||
@@ -39,20 +39,19 @@
|
||||
</f:TextBox>
|
||||
<f:DropDownList ID="drpUnit" runat="server" ShowRedStar="true" Label="单位" LabelWidth="100px" LabelAlign="Right" EnableEdit="true" Readonly="true">
|
||||
</f:DropDownList>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:DatePicker ID="txtMeetingDate" ShowRedStar="true" Required="true" runat="server" Label="时间" LabelAlign="Right" Readonly="true"
|
||||
EnableEdit="true">
|
||||
</f:DatePicker>
|
||||
<f:TextBox ID="txtPlace" runat="server" Label="地点" ShowRedStar="true" Required="true" Readonly="true"
|
||||
MaxLength="200" LabelWidth="100px">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtMeetingTheme" runat="server" Label="会议主题" ShowRedStar="true" Required="true" Readonly="true"
|
||||
MaxLength="200" LabelWidth="100px">
|
||||
</f:TextBox>
|
||||
<f:TextBox ID="txtPlace" runat="server" Label="地点" ShowRedStar="true" Required="true" Readonly="true"
|
||||
MaxLength="200" LabelWidth="100px">
|
||||
</f:TextBox>
|
||||
<f:DropDownList ID="drpHostMan" runat="server" ShowRedStar="true" Required="true" Label="主持人" LabelAlign="Right" EnableCheckBoxSelect="true" EnableMultiSelect="true" EnableEdit="true" Readonly="true" LabelWidth="100px">
|
||||
</f:DropDownList>
|
||||
</Items>
|
||||
@@ -65,14 +64,7 @@
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtMeetingTheme" runat="server" Label="会议主题" ShowRedStar="true" Required="true" Readonly="true"
|
||||
MaxLength="200" LabelWidth="100px">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextArea ID="txtMeetingContents" ShowRedStar="true" Required="true" runat="server" Label="主要内容" MaxLength="3000" Readonly="true">
|
||||
<f:TextArea ID="txtMeetingContents" ShowRedStar="true" Required="true" runat="server" Label="主要内容" Height="200px" MaxLength="3000" Readonly="true">
|
||||
</f:TextArea>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
|
||||
@@ -84,6 +84,15 @@ namespace FineUIPro.Web.CQMS.Meeting {
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DatePicker txtMeetingDate;
|
||||
|
||||
/// <summary>
|
||||
/// txtMeetingTheme 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.TextBox txtMeetingTheme;
|
||||
|
||||
/// <summary>
|
||||
/// txtPlace 控件。
|
||||
/// </summary>
|
||||
@@ -111,15 +120,6 @@ namespace FineUIPro.Web.CQMS.Meeting {
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList drpAttentPerson;
|
||||
|
||||
/// <summary>
|
||||
/// txtMeetingTheme 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.TextBox txtMeetingTheme;
|
||||
|
||||
/// <summary>
|
||||
/// txtMeetingContents 控件。
|
||||
/// </summary>
|
||||
|
||||
@@ -197,7 +197,7 @@ namespace FineUIPro.Web.CQMS.Train
|
||||
string[] strs = PlanTrainPersons.ToString().Split(',');
|
||||
foreach (var item in strs)
|
||||
{
|
||||
names += BLL.Person_PersonsService.GetPersonsNameById(item) + ",";
|
||||
names += BLL.CQMSTrainObjectService.GetTrainObjectNameById(item) + ",";
|
||||
}
|
||||
if (!string.IsNullOrEmpty(names))
|
||||
{
|
||||
|
||||
@@ -47,7 +47,7 @@ namespace FineUIPro.Web.CQMS.Train
|
||||
if (!IsPostBack)
|
||||
{
|
||||
TrainPlanId = Request.Params["TrainPlanId"];
|
||||
BLL.SitePerson_PersonService.InitProjectUserListByProjectUnitTypeDropDownList(this.drpPlanTrainPersons, this.CurrUser.LoginProjectId, Const.ProjectUnitType_1 + "," + Const.ProjectUnitType_2, true);
|
||||
BLL.CQMSTrainObjectService.InitTrainObjectDropDownList(this.drpPlanTrainPersons, true);
|
||||
BLL.CQMSTrainTypeService.InitTrainTypeDropDownList(this.drpTrainType, true);
|
||||
if (!string.IsNullOrEmpty(TrainPlanId))
|
||||
{
|
||||
|
||||
@@ -47,7 +47,7 @@ namespace FineUIPro.Web.CQMS.Train
|
||||
if (!IsPostBack)
|
||||
{
|
||||
TrainPlanId = Request.Params["TrainPlanId"];
|
||||
BLL.SitePerson_PersonService.InitProjectUserListByProjectUnitTypeDropDownList(this.drpPlanTrainPersons, this.CurrUser.LoginProjectId, Const.ProjectUnitType_1 + "," + Const.ProjectUnitType_2, true);
|
||||
BLL.CQMSTrainObjectService.InitTrainObjectDropDownList(this.drpPlanTrainPersons, true);
|
||||
BLL.CQMSTrainTypeService.InitTrainTypeDropDownList(this.drpTrainType, true);
|
||||
if (!string.IsNullOrEmpty(TrainPlanId))
|
||||
{
|
||||
|
||||
@@ -192,7 +192,7 @@ namespace FineUIPro.Web.CQMS.Train
|
||||
string[] strs = PlanTrainPersons.ToString().Split(',');
|
||||
foreach (var item in strs)
|
||||
{
|
||||
names += BLL.Person_PersonsService.GetPersonsNameById(item) + ",";
|
||||
names += BLL.CQMSTrainObjectService.GetTrainObjectNameById(item) + ",";
|
||||
}
|
||||
if (!string.IsNullOrEmpty(names))
|
||||
{
|
||||
|
||||
@@ -47,7 +47,7 @@ namespace FineUIPro.Web.CQMS.Train
|
||||
if (!IsPostBack)
|
||||
{
|
||||
TrainPlanId = Request.Params["TrainPlanId"];
|
||||
BLL.SitePerson_PersonService.InitProjectUserListByProjectUnitTypeDropDownList(this.drpPlanTrainPersons, this.CurrUser.LoginProjectId, Const.ProjectUnitType_1 + "," + Const.ProjectUnitType_2, true);
|
||||
BLL.CQMSTrainObjectService.InitTrainObjectDropDownList(this.drpPlanTrainPersons, true);
|
||||
BLL.SitePerson_PersonService.InitProjectUserListByProjectUnitTypeDropDownList(this.drpRealTrainPersons, this.CurrUser.LoginProjectId, Const.ProjectUnitType_1 + "," + Const.ProjectUnitType_2, true);
|
||||
BLL.SitePerson_PersonService.InitSitePersonByUnitTypeRoletIdsDropDownList(this.drpHostMan,this.CurrUser.LoginProjectId, Const.ProjectUnitType_1, Const.QAManager + "," + Const.CQEngineer, true);
|
||||
BLL.CQMSTrainTypeService.InitTrainTypeDropDownList(this.drpTrainType, true);
|
||||
|
||||
@@ -47,7 +47,7 @@ namespace FineUIPro.Web.CQMS.Train
|
||||
if (!IsPostBack)
|
||||
{
|
||||
TrainPlanId = Request.Params["TrainPlanId"];
|
||||
BLL.SitePerson_PersonService.InitProjectUserListByProjectUnitTypeDropDownList(this.drpPlanTrainPersons, this.CurrUser.LoginProjectId, Const.ProjectUnitType_1 + "," + Const.ProjectUnitType_2, true);
|
||||
BLL.CQMSTrainObjectService.InitTrainObjectDropDownList(this.drpPlanTrainPersons, true);
|
||||
BLL.SitePerson_PersonService.InitProjectUserListByProjectUnitTypeDropDownList(this.drpRealTrainPersons, this.CurrUser.LoginProjectId, Const.ProjectUnitType_1 + "," + Const.ProjectUnitType_2, true);
|
||||
BLL.SitePerson_PersonService.InitSitePersonByUnitTypeRoletIdsDropDownList(this.drpHostMan, this.CurrUser.LoginProjectId, Const.ProjectUnitType_1, Const.QAManager + "," + Const.CQEngineer, true);
|
||||
BLL.CQMSTrainTypeService.InitTrainTypeDropDownList(this.drpTrainType, true);
|
||||
|
||||
Reference in New Issue
Block a user