Merge branch 'master' of https://gitee.com/frane-yang/SGGL_SeDin_New
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
alter table [PHTGL_ActionPlanReview] add DepartId varchar(50)
|
||||||
|
alter table PHTGL_BidApproveUserReview add DepartId varchar(50)
|
||||||
|
alter table PHTGL_BidDocumentsReview add DepartId varchar(50)
|
||||||
|
alter table PHTGL_SetSubReview add DepartId varchar(50)
|
||||||
|
alter table PHTGL_ContractReview add DepartId varchar(50)
|
||||||
|
|
||||||
|
update [PHTGL_ActionPlanReview] set DepartId =(select DepartId from Base_Depart where DepartName ='施工管理部' )
|
||||||
|
update PHTGL_BidApproveUserReview set DepartId =(select DepartId from Base_Depart where DepartName ='施工管理部' )
|
||||||
|
update PHTGL_BidDocumentsReview set DepartId =(select DepartId from Base_Depart where DepartName ='施工管理部' )
|
||||||
|
update PHTGL_SetSubReview set DepartId =(select DepartId from Base_Depart where DepartName ='施工管理部' )
|
||||||
|
update PHTGL_ContractReview set DepartId =(select DepartId from Base_Depart where DepartName ='施工管理部' )
|
||||||
|
|
||||||
@@ -102,7 +102,7 @@ namespace BLL
|
|||||||
|
|
||||||
}
|
}
|
||||||
// db.SubmitChanges();
|
// db.SubmitChanges();
|
||||||
Person_PersonsService.UpdatePerson(getPerson);
|
Person_PersonsService.UpdatePerson_Persons(getPerson);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -36,6 +36,7 @@ namespace BLL
|
|||||||
table.PreliminaryMan = newtable.PreliminaryMan;
|
table.PreliminaryMan = newtable.PreliminaryMan;
|
||||||
table.ProjectManager = newtable.ProjectManager;
|
table.ProjectManager = newtable.ProjectManager;
|
||||||
table.DeputyGeneralManager = newtable.DeputyGeneralManager;
|
table.DeputyGeneralManager = newtable.DeputyGeneralManager;
|
||||||
|
table.DepartId = newtable.DepartId;
|
||||||
Funs.DB.PHTGL_ActionPlanReview.InsertOnSubmit(table);
|
Funs.DB.PHTGL_ActionPlanReview.InsertOnSubmit(table);
|
||||||
Funs.DB.SubmitChanges();
|
Funs.DB.SubmitChanges();
|
||||||
}
|
}
|
||||||
@@ -57,6 +58,8 @@ namespace BLL
|
|||||||
table.PreliminaryMan = newtable.PreliminaryMan;
|
table.PreliminaryMan = newtable.PreliminaryMan;
|
||||||
table.ProjectManager = newtable.ProjectManager;
|
table.ProjectManager = newtable.ProjectManager;
|
||||||
table.DeputyGeneralManager = newtable.DeputyGeneralManager;
|
table.DeputyGeneralManager = newtable.DeputyGeneralManager;
|
||||||
|
table.DepartId = newtable.DepartId;
|
||||||
|
|
||||||
Funs.DB.SubmitChanges();
|
Funs.DB.SubmitChanges();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -28,6 +28,8 @@ namespace BLL
|
|||||||
table.ProjectManager = newtable.ProjectManager;
|
table.ProjectManager = newtable.ProjectManager;
|
||||||
table.Approval_Construction = newtable.Approval_Construction;
|
table.Approval_Construction = newtable.Approval_Construction;
|
||||||
table.DeputyGeneralManager = newtable.DeputyGeneralManager;
|
table.DeputyGeneralManager = newtable.DeputyGeneralManager;
|
||||||
|
table.DepartId = newtable.DepartId;
|
||||||
|
|
||||||
Funs.DB.PHTGL_BidApproveUserReview.InsertOnSubmit(table);
|
Funs.DB.PHTGL_BidApproveUserReview.InsertOnSubmit(table);
|
||||||
Funs.DB.SubmitChanges();
|
Funs.DB.SubmitChanges();
|
||||||
}
|
}
|
||||||
@@ -50,6 +52,8 @@ namespace BLL
|
|||||||
table.ProjectManager = newtable.ProjectManager;
|
table.ProjectManager = newtable.ProjectManager;
|
||||||
table.Approval_Construction = newtable.Approval_Construction;
|
table.Approval_Construction = newtable.Approval_Construction;
|
||||||
table.DeputyGeneralManager = newtable.DeputyGeneralManager;
|
table.DeputyGeneralManager = newtable.DeputyGeneralManager;
|
||||||
|
table.DepartId = newtable.DepartId;
|
||||||
|
|
||||||
Funs.DB.SubmitChanges();
|
Funs.DB.SubmitChanges();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -35,6 +35,8 @@ namespace BLL
|
|||||||
table.BidDocumentsName = newtable.BidDocumentsName;
|
table.BidDocumentsName = newtable.BidDocumentsName;
|
||||||
table.BidDocumentsCode = newtable.BidDocumentsCode;
|
table.BidDocumentsCode = newtable.BidDocumentsCode;
|
||||||
table.Bidding_SendTime = newtable.Bidding_SendTime;
|
table.Bidding_SendTime = newtable.Bidding_SendTime;
|
||||||
|
table.DepartId = newtable.DepartId;
|
||||||
|
|
||||||
Funs.DB.PHTGL_BidDocumentsReview.InsertOnSubmit(table);
|
Funs.DB.PHTGL_BidDocumentsReview.InsertOnSubmit(table);
|
||||||
Funs.DB.SubmitChanges();
|
Funs.DB.SubmitChanges();
|
||||||
}
|
}
|
||||||
@@ -65,6 +67,8 @@ namespace BLL
|
|||||||
table.BidDocumentsName = newtable.BidDocumentsName;
|
table.BidDocumentsName = newtable.BidDocumentsName;
|
||||||
table.BidDocumentsCode = newtable.BidDocumentsCode;
|
table.BidDocumentsCode = newtable.BidDocumentsCode;
|
||||||
table.Bidding_SendTime = newtable.Bidding_SendTime;
|
table.Bidding_SendTime = newtable.Bidding_SendTime;
|
||||||
|
table.DepartId = newtable.DepartId;
|
||||||
|
|
||||||
Funs.DB.SubmitChanges();
|
Funs.DB.SubmitChanges();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -60,6 +60,8 @@ namespace BLL
|
|||||||
table.ProjectManager = newtable.ProjectManager;
|
table.ProjectManager = newtable.ProjectManager;
|
||||||
table.Approval_Construction = newtable.Approval_Construction;
|
table.Approval_Construction = newtable.Approval_Construction;
|
||||||
table.IsOwenerApprove = newtable.IsOwenerApprove;
|
table.IsOwenerApprove = newtable.IsOwenerApprove;
|
||||||
|
table.DepartId = newtable.DepartId;
|
||||||
|
|
||||||
Funs.DB.PHTGL_SetSubReview.InsertOnSubmit(table);
|
Funs.DB.PHTGL_SetSubReview.InsertOnSubmit(table);
|
||||||
Funs.DB.SubmitChanges();
|
Funs.DB.SubmitChanges();
|
||||||
}
|
}
|
||||||
@@ -84,6 +86,8 @@ namespace BLL
|
|||||||
table.ProjectManager = newtable.ProjectManager;
|
table.ProjectManager = newtable.ProjectManager;
|
||||||
table.Approval_Construction = newtable.Approval_Construction;
|
table.Approval_Construction = newtable.Approval_Construction;
|
||||||
table.IsOwenerApprove = newtable.IsOwenerApprove;
|
table.IsOwenerApprove = newtable.IsOwenerApprove;
|
||||||
|
table.DepartId = newtable.DepartId;
|
||||||
|
|
||||||
Funs.DB.SubmitChanges();
|
Funs.DB.SubmitChanges();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -151,6 +151,7 @@ namespace BLL
|
|||||||
table.Countersign_Law2 = newtable.Countersign_Law2;
|
table.Countersign_Law2 = newtable.Countersign_Law2;
|
||||||
table.Idea = newtable.Idea;
|
table.Idea = newtable.Idea;
|
||||||
table.Approval_GeneralLaw = newtable.Approval_GeneralLaw;
|
table.Approval_GeneralLaw = newtable.Approval_GeneralLaw;
|
||||||
|
table.DepartId = newtable.DepartId;
|
||||||
Funs.DB.PHTGL_ContractReview.InsertOnSubmit(table);
|
Funs.DB.PHTGL_ContractReview.InsertOnSubmit(table);
|
||||||
Funs.DB.SubmitChanges();
|
Funs.DB.SubmitChanges();
|
||||||
}
|
}
|
||||||
@@ -186,6 +187,7 @@ namespace BLL
|
|||||||
table.Countersign_Law2 = newtable.Countersign_Law2;
|
table.Countersign_Law2 = newtable.Countersign_Law2;
|
||||||
table.Idea = newtable.Idea;
|
table.Idea = newtable.Idea;
|
||||||
table.Approval_GeneralLaw = newtable.Approval_GeneralLaw;
|
table.Approval_GeneralLaw = newtable.Approval_GeneralLaw;
|
||||||
|
table.DepartId = newtable.DepartId;
|
||||||
|
|
||||||
Funs.DB.SubmitChanges();
|
Funs.DB.SubmitChanges();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
using FineUIPro;
|
using FineUIPro;
|
||||||
using Microsoft.Office.Interop.Excel;
|
using Microsoft.Office.Interop.Excel;
|
||||||
|
using Microsoft.Office.Interop.Word;
|
||||||
using Model;
|
using Model;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
@@ -45,7 +46,7 @@ namespace BLL
|
|||||||
/// <param name="personType">人员类型</param>
|
/// <param name="personType">人员类型</param>
|
||||||
/// <param name="Grid1"></param>
|
/// <param name="Grid1"></param>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
public static IEnumerable getListData(string unitId, string departId, string projetcId, string name, string idCard, string isPost, string personType, Grid Grid1)
|
public static IEnumerable getListData(string unitId, string departId, string projetcId, string name, string idCard, string isPost, string personType,string account, Grid Grid1)
|
||||||
{
|
{
|
||||||
IQueryable<Model.Person_Persons> getDataList = getDataLists.OrderBy(x => x.UnitId).ThenBy(x => x.DepartId);
|
IQueryable<Model.Person_Persons> getDataList = getDataLists.OrderBy(x => x.UnitId).ThenBy(x => x.DepartId);
|
||||||
if (!string.IsNullOrEmpty(unitId) && unitId != Const._Null)
|
if (!string.IsNullOrEmpty(unitId) && unitId != Const._Null)
|
||||||
@@ -72,6 +73,10 @@ namespace BLL
|
|||||||
{
|
{
|
||||||
getDataList = getDataList.Where(e => e.PersonName.Contains(name));
|
getDataList = getDataList.Where(e => e.PersonName.Contains(name));
|
||||||
}
|
}
|
||||||
|
if (!string.IsNullOrEmpty(account))
|
||||||
|
{
|
||||||
|
getDataList = getDataList.Where(e => e.Account.Contains(account));
|
||||||
|
}
|
||||||
if (!string.IsNullOrEmpty(idCard))
|
if (!string.IsNullOrEmpty(idCard))
|
||||||
{
|
{
|
||||||
getDataList = getDataList.Where(e => e.IdentityCard.Contains(idCard));
|
getDataList = getDataList.Where(e => e.IdentityCard.Contains(idCard));
|
||||||
@@ -812,6 +817,98 @@ namespace BLL
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static void UpdatePerson_Persons(Model.Person_Persons newtable)
|
||||||
|
{
|
||||||
|
using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString))
|
||||||
|
{
|
||||||
|
Model.Person_Persons table = db.Person_Persons.FirstOrDefault(x => x.PersonId == newtable.PersonId);
|
||||||
|
if (table != null)
|
||||||
|
{
|
||||||
|
table.PersonId = newtable.PersonId;
|
||||||
|
table.UnitId = newtable.UnitId;
|
||||||
|
table.DepartId = newtable.DepartId;
|
||||||
|
table.WorkPostId = newtable.WorkPostId;
|
||||||
|
table.JobNum = newtable.JobNum;
|
||||||
|
table.PersonName = newtable.PersonName;
|
||||||
|
table.Account = newtable.Account;
|
||||||
|
table.Password = newtable.Password;
|
||||||
|
table.IsOffice = newtable.IsOffice;
|
||||||
|
table.RoleIds = newtable.RoleIds;
|
||||||
|
table.IdentityCard = newtable.IdentityCard;
|
||||||
|
table.IdcardType = newtable.IdcardType;
|
||||||
|
table.IdcardStartDate = newtable.IdcardStartDate;
|
||||||
|
table.IdcardEndDate = newtable.IdcardEndDate;
|
||||||
|
table.IdcardForever = newtable.IdcardForever;
|
||||||
|
table.IdcardAddress = newtable.IdcardAddress;
|
||||||
|
table.Telephone = newtable.Telephone;
|
||||||
|
table.Sex = newtable.Sex;
|
||||||
|
table.Birthday = newtable.Birthday;
|
||||||
|
table.Address = newtable.Address;
|
||||||
|
table.PhotoUrl = newtable.PhotoUrl;
|
||||||
|
table.HeadImage = newtable.HeadImage;
|
||||||
|
table.QRCodeAttachUrl = newtable.QRCodeAttachUrl;
|
||||||
|
table.IDCardUrl = newtable.IDCardUrl;
|
||||||
|
table.IDCardBackUrl = newtable.IDCardBackUrl;
|
||||||
|
table.SignatureUrl = newtable.SignatureUrl;
|
||||||
|
table.IsForeign = newtable.IsForeign;
|
||||||
|
table.MaritalStatus = newtable.MaritalStatus;
|
||||||
|
table.PoliticsStatus = newtable.PoliticsStatus;
|
||||||
|
table.PostTitleId = newtable.PostTitleId;
|
||||||
|
table.PostTitleDate = newtable.PostTitleDate;
|
||||||
|
table.PositionId = newtable.PositionId;
|
||||||
|
table.Nation = newtable.Nation;
|
||||||
|
table.EduLevel = newtable.EduLevel;
|
||||||
|
table.ForeignLanguage = newtable.ForeignLanguage;
|
||||||
|
table.CountryCode = newtable.CountryCode;
|
||||||
|
table.ProvinceCode = newtable.ProvinceCode;
|
||||||
|
table.IsPost = newtable.IsPost;
|
||||||
|
table.Graduate = newtable.Graduate;
|
||||||
|
table.Major = newtable.Major;
|
||||||
|
table.IntoDate = newtable.IntoDate;
|
||||||
|
table.WorkDate = newtable.WorkDate;
|
||||||
|
table.RetirementDate = newtable.RetirementDate;
|
||||||
|
table.ValidityDate = newtable.ValidityDate;
|
||||||
|
table.OpenId = newtable.OpenId;
|
||||||
|
table.CurrentProjectId = newtable.CurrentProjectId;
|
||||||
|
table.CurrentProjectRoleId = newtable.CurrentProjectRoleId;
|
||||||
|
table.CurrentProjectWorkPostId = newtable.CurrentProjectWorkPostId;
|
||||||
|
table.LoginProjectId = newtable.LoginProjectId;
|
||||||
|
table.LastMenuType = newtable.LastMenuType;
|
||||||
|
table.LastIsOffice = newtable.LastIsOffice;
|
||||||
|
table.LastProjectId = newtable.LastProjectId;
|
||||||
|
table.DataFrom = newtable.DataFrom;
|
||||||
|
table.OldDataId = newtable.OldDataId;
|
||||||
|
table.IsCardNoOK = newtable.IsCardNoOK;
|
||||||
|
table.RelativeName = newtable.RelativeName;
|
||||||
|
table.RelativeTel = newtable.RelativeTel;
|
||||||
|
table.Email = newtable.Email;
|
||||||
|
table.CertificateId = newtable.CertificateId;
|
||||||
|
table.PersonType = newtable.PersonType;
|
||||||
|
table.MultiProject = newtable.MultiProject;
|
||||||
|
table.HomePageType = newtable.HomePageType;
|
||||||
|
if (string.IsNullOrEmpty(newtable.QRCodeAttachUrl))
|
||||||
|
{
|
||||||
|
///生成二维码
|
||||||
|
table.QRCodeAttachUrl = BLL.CreateQRCodeService.CreateCode_Simple("person$" + newtable.IdentityCard);
|
||||||
|
}
|
||||||
|
db.SubmitChanges();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
public static void DeletePerson_PersonsById(string PersonId)
|
||||||
|
{
|
||||||
|
|
||||||
|
Model.Person_Persons table = db.Person_Persons.FirstOrDefault(x => x.PersonId == PersonId);
|
||||||
|
if (table != null)
|
||||||
|
{
|
||||||
|
db.Person_Persons.DeleteOnSubmit(table);
|
||||||
|
db.SubmitChanges();
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 更新项目人员单位
|
/// 更新项目人员单位
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
@@ -890,6 +890,7 @@ namespace BLL
|
|||||||
var getCollTeam = (from x in Funs.DB.ProjectData_TeamGroup
|
var getCollTeam = (from x in Funs.DB.ProjectData_TeamGroup
|
||||||
join y in Funs.DB.Base_Project on x.ProjectId equals y.ProjectId
|
join y in Funs.DB.Base_Project on x.ProjectId equals y.ProjectId
|
||||||
join z in Funs.DB.RealName_Project on y.ContractNo equals z.ProCode
|
join z in Funs.DB.RealName_Project on y.ContractNo equals z.ProCode
|
||||||
|
join p in Funs.DB.Project_ProjectUnit on new { x.UnitId, x.ProjectId } equals new { p.UnitId, p.ProjectId }
|
||||||
join u in Funs.DB.Base_Unit on x.UnitId equals u.UnitId
|
join u in Funs.DB.Base_Unit on x.UnitId equals u.UnitId
|
||||||
join s in Funs.DB.SitePerson_Person on x.GroupLeaderId equals s.PersonId into jonPerson
|
join s in Funs.DB.SitePerson_Person on x.GroupLeaderId equals s.PersonId into jonPerson
|
||||||
from s in jonPerson.DefaultIfEmpty()
|
from s in jonPerson.DefaultIfEmpty()
|
||||||
@@ -897,6 +898,7 @@ namespace BLL
|
|||||||
&& (proCode == null || y.ContractNo == proCode)
|
&& (proCode == null || y.ContractNo == proCode)
|
||||||
&& u.CollCropCode != null && u.CollCropCode != ""
|
&& u.CollCropCode != null && u.CollCropCode != ""
|
||||||
&& z.JTproCode != null
|
&& z.JTproCode != null
|
||||||
|
&& p.UnitType != Const.ProjectUnitType_3 && p.UnitType != Const.ProjectUnitType_4
|
||||||
select new
|
select new
|
||||||
{
|
{
|
||||||
proCode = z.JTproCode,
|
proCode = z.JTproCode,
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -12820,7 +12820,7 @@
|
|||||||
<AutoAssignPort>True</AutoAssignPort>
|
<AutoAssignPort>True</AutoAssignPort>
|
||||||
<DevelopmentServerPort>0</DevelopmentServerPort>
|
<DevelopmentServerPort>0</DevelopmentServerPort>
|
||||||
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
||||||
<IISUrl>http://localhost:8899/</IISUrl>
|
<IISUrl>http://localhost:1783/</IISUrl>
|
||||||
<NTLMAuthentication>False</NTLMAuthentication>
|
<NTLMAuthentication>False</NTLMAuthentication>
|
||||||
<UseCustomServer>False</UseCustomServer>
|
<UseCustomServer>False</UseCustomServer>
|
||||||
<CustomServerUrl>
|
<CustomServerUrl>
|
||||||
|
|||||||
@@ -7,6 +7,12 @@
|
|||||||
<head runat="server">
|
<head runat="server">
|
||||||
<title>管线信息</title>
|
<title>管线信息</title>
|
||||||
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
|
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
|
||||||
|
<style>
|
||||||
|
.customlabel span {
|
||||||
|
color: red;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<form id="form1" runat="server">
|
<form id="form1" runat="server">
|
||||||
@@ -54,6 +60,8 @@
|
|||||||
<Toolbars>
|
<Toolbars>
|
||||||
<f:Toolbar ID="Toolbar4" Position="Top" runat="server" ToolbarAlign="right">
|
<f:Toolbar ID="Toolbar4" Position="Top" runat="server" ToolbarAlign="right">
|
||||||
<Items>
|
<Items>
|
||||||
|
<f:Label ID="lbSinglePreRate" CssClass="customlabel" runat="server" Label="图纸预制率"></f:Label>
|
||||||
|
<f:ToolbarFill runat="server"></f:ToolbarFill>
|
||||||
<f:Button ID="btnSetShop" ToolTip="工厂预制" Text="工厂预制" Icon="ApplicationEdit"
|
<f:Button ID="btnSetShop" ToolTip="工厂预制" Text="工厂预制" Icon="ApplicationEdit"
|
||||||
EnablePostBack="true" OnClick="btnSetShop_Click" runat="server">
|
EnablePostBack="true" OnClick="btnSetShop_Click" runat="server">
|
||||||
</f:Button>
|
</f:Button>
|
||||||
|
|||||||
@@ -212,6 +212,7 @@ namespace FineUIPro.Web.HJGL.PreDesign
|
|||||||
var table = this.GetPagedDataTable(Grid1, list);
|
var table = this.GetPagedDataTable(Grid1, list);
|
||||||
Grid1.DataSource = table;
|
Grid1.DataSource = table;
|
||||||
Grid1.DataBind();
|
Grid1.DataBind();
|
||||||
|
lbSinglePreRate.Text= GetSinglePreRateByUnitWork(this.tvControlItem.SelectedNodeID);
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
@@ -394,7 +395,47 @@ namespace FineUIPro.Web.HJGL.PreDesign
|
|||||||
}
|
}
|
||||||
return PipeAreaValue;
|
return PipeAreaValue;
|
||||||
}
|
}
|
||||||
|
/// <summary>
|
||||||
|
/// 获取图纸预制率(工厂预制管线的预制达因/工厂预制管线的总达因)
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="unitworkid"></param>
|
||||||
|
/// <returns></returns>
|
||||||
|
private string GetSinglePreRateByUnitWork(string unitworkid)
|
||||||
|
{
|
||||||
|
var db = Funs.DB;
|
||||||
|
var pipeline=from x in db.View_HJGL_Pipeline where x.UnitWorkId == unitworkid && x.PipeArea=="1" select x;
|
||||||
|
var q = from x in db.View_HJGL_WeldJoint where x.UnitWorkId == unitworkid select x;
|
||||||
|
string rate = "";
|
||||||
|
|
||||||
|
if (q != null && q.Count() > 0)
|
||||||
|
{
|
||||||
|
var proSum = (from x in q
|
||||||
|
join y in pipeline on x.PipelineId equals y.PipelineId into temp
|
||||||
|
from tt in temp.DefaultIfEmpty()
|
||||||
|
where x.JointAttribute == "预制口"
|
||||||
|
group x by x.UnitWorkId into g
|
||||||
|
select new
|
||||||
|
{
|
||||||
|
SizeSum = g.Sum(x => x.Size)
|
||||||
|
}).FirstOrDefault().SizeSum;
|
||||||
|
var AllSum = (from x in pipeline
|
||||||
|
group x by x.UnitWorkId into g
|
||||||
|
select new
|
||||||
|
{
|
||||||
|
SizeSum = g.Sum(x => x.TotalDin)
|
||||||
|
}).FirstOrDefault().SizeSum;
|
||||||
|
|
||||||
|
proSum = (proSum != null) ? proSum : 0;
|
||||||
|
if (AllSum > 0)
|
||||||
|
{
|
||||||
|
var a = (decimal)100 * proSum / AllSum;
|
||||||
|
rate = Math.Round((decimal)a, 1).ToString() + "%";
|
||||||
|
}
|
||||||
|
|
||||||
|
return rate;
|
||||||
|
}
|
||||||
|
return "0%";
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -131,6 +131,15 @@ namespace FineUIPro.Web.HJGL.PreDesign
|
|||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Toolbar Toolbar4;
|
protected global::FineUIPro.Toolbar Toolbar4;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// lbSinglePreRate 控件。
|
||||||
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// 自动生成的字段。
|
||||||
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
|
/// </remarks>
|
||||||
|
protected global::FineUIPro.Label lbSinglePreRate;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// btnSetShop 控件。
|
/// btnSetShop 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
@@ -95,7 +95,7 @@
|
|||||||
</f:Toolbar>
|
</f:Toolbar>
|
||||||
<f:Toolbar ID="Toolbar2" Position="Top" runat="server" ToolbarAlign="Left">
|
<f:Toolbar ID="Toolbar2" Position="Top" runat="server" ToolbarAlign="Left">
|
||||||
<Items>
|
<Items>
|
||||||
<f:Label ID="lbSinglePreRate" CssClass="customlabel" runat="server" Label="图纸预制率"></f:Label>
|
<f:Label ID="lbSinglePreRate" CssClass="customlabel" runat="server" Label="主项预制率"></f:Label>
|
||||||
<f:Label ID="lbShopSize" CssClass="customlabel" runat="server" Label="预制口达因"></f:Label>
|
<f:Label ID="lbShopSize" CssClass="customlabel" runat="server" Label="预制口达因"></f:Label>
|
||||||
<f:Label ID="lbFiledSize" CssClass="customlabel" runat="server" Label="安装口达因"></f:Label>
|
<f:Label ID="lbFiledSize" CssClass="customlabel" runat="server" Label="安装口达因"></f:Label>
|
||||||
|
|
||||||
|
|||||||
@@ -478,6 +478,8 @@ namespace FineUIPro.Web.HJGL.WeldingManage
|
|||||||
}
|
}
|
||||||
return "0%";
|
return "0%";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region 焊口信息 维护事件
|
#region 焊口信息 维护事件
|
||||||
|
|||||||
@@ -70,7 +70,8 @@
|
|||||||
</f:FormRow>
|
</f:FormRow>
|
||||||
<f:FormRow>
|
<f:FormRow>
|
||||||
<Items>
|
<Items>
|
||||||
<f:DropDownList ID="Approval_Construction" runat="server" EnableEdit="true" Label="施工管理部" LabelAlign="Right" LabelWidth="120px"></f:DropDownList>
|
<f:DropDownList ID="DropDepart" runat="server" EnableEdit="true" Label="主办部门" LabelAlign="Right" LabelWidth="120px"></f:DropDownList>
|
||||||
|
<f:DropDownList ID="Approval_Construction" runat="server" EnableEdit="true" Label="主办部门负责人" LabelAlign="Right" LabelWidth="120px"></f:DropDownList>
|
||||||
</Items>
|
</Items>
|
||||||
</f:FormRow>
|
</f:FormRow>
|
||||||
<f:FormRow>
|
<f:FormRow>
|
||||||
|
|||||||
@@ -53,6 +53,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
|||||||
this.btnClose.OnClientClick = ActiveWindow.GetHideReference();
|
this.btnClose.OnClientClick = ActiveWindow.GetHideReference();
|
||||||
ActionPlanReviewId = Request.Params["ActionPlanReviewId"];
|
ActionPlanReviewId = Request.Params["ActionPlanReviewId"];
|
||||||
#region 绑定下拉列表
|
#region 绑定下拉列表
|
||||||
|
BLL.DepartService.InitDepartDropDownList(DropDepart, true);
|
||||||
/// 绑定施工管理部正副主任
|
/// 绑定施工管理部正副主任
|
||||||
BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(Approval_Construction, null, CurrUser.UnitId, Const.ConstructionMinister + "," + Const.ConstructionViceMinister, false);
|
BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(Approval_Construction, null, CurrUser.UnitId, Const.ConstructionMinister + "," + Const.ConstructionViceMinister, false);
|
||||||
|
|
||||||
@@ -91,6 +92,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
|||||||
DropPreliminaryMan.SelectedValue = Convert.ToString(act.PreliminaryMan);
|
DropPreliminaryMan.SelectedValue = Convert.ToString(act.PreliminaryMan);
|
||||||
DropProjectManager.SelectedValue = Convert.ToString(act.ProjectManager);
|
DropProjectManager.SelectedValue = Convert.ToString(act.ProjectManager);
|
||||||
DropDeputyGeneralManager.SelectedValue = Convert.ToString(act.DeputyGeneralManager);
|
DropDeputyGeneralManager.SelectedValue = Convert.ToString(act.DeputyGeneralManager);
|
||||||
|
DropDepart.SelectedValue = Convert.ToString(act.DepartId);
|
||||||
}
|
}
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 数据绑定
|
/// 数据绑定
|
||||||
@@ -136,9 +138,15 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
|||||||
ShowNotify("请选择合同", MessageBoxIcon.Warning);
|
ShowNotify("请选择合同", MessageBoxIcon.Warning);
|
||||||
return isOk;
|
return isOk;
|
||||||
}
|
}
|
||||||
|
if (DropDepart.SelectedValue == Const._Null)
|
||||||
|
{
|
||||||
|
ShowNotify("请选择部门!", MessageBoxIcon.Warning);
|
||||||
|
return false;
|
||||||
|
|
||||||
|
}
|
||||||
if (Approval_Construction.SelectedValue == Const._Null)
|
if (Approval_Construction.SelectedValue == Const._Null)
|
||||||
{
|
{
|
||||||
ShowNotify("请选择施工管理部人员", MessageBoxIcon.Warning);
|
ShowNotify("请选择部门审批人员", MessageBoxIcon.Warning);
|
||||||
return isOk;
|
return isOk;
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -154,6 +162,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
|||||||
newmodel.PreliminaryMan = DropPreliminaryMan.SelectedValue;
|
newmodel.PreliminaryMan = DropPreliminaryMan.SelectedValue;
|
||||||
newmodel.ProjectManager = DropProjectManager.SelectedValue;
|
newmodel.ProjectManager = DropProjectManager.SelectedValue;
|
||||||
newmodel.DeputyGeneralManager = DropDeputyGeneralManager.SelectedValue;
|
newmodel.DeputyGeneralManager = DropDeputyGeneralManager.SelectedValue;
|
||||||
|
newmodel.DepartId = DropDepart.SelectedValue;
|
||||||
BLL.PHTGL_ActionPlanReviewService.UpdatePHTGL_ActionPlanReview(newmodel);
|
BLL.PHTGL_ActionPlanReviewService.UpdatePHTGL_ActionPlanReview(newmodel);
|
||||||
isOk = true;
|
isOk = true;
|
||||||
return isOk;
|
return isOk;
|
||||||
|
|||||||
+34
-23
@@ -7,11 +7,13 @@
|
|||||||
// </自动生成>
|
// </自动生成>
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
namespace FineUIPro.Web.PHTGL.BiddingManagement
|
||||||
|
{
|
||||||
|
|
||||||
public partial class ActionPlanReviewEdit {
|
|
||||||
|
public partial class ActionPlanReviewEdit
|
||||||
|
{
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// form1 控件。
|
/// form1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -20,7 +22,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
|
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// PageManager1 控件。
|
/// PageManager1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -29,7 +31,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.PageManager PageManager1;
|
protected global::FineUIPro.PageManager PageManager1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// SimpleForm1 控件。
|
/// SimpleForm1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -38,7 +40,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Form SimpleForm1;
|
protected global::FineUIPro.Form SimpleForm1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// ContentPanel1 控件。
|
/// ContentPanel1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -47,7 +49,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.ContentPanel ContentPanel1;
|
protected global::FineUIPro.ContentPanel ContentPanel1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Form3 控件。
|
/// Form3 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -56,7 +58,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Form Form3;
|
protected global::FineUIPro.Form Form3;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// drpProjectId 控件。
|
/// drpProjectId 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -65,7 +67,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownBox drpProjectId;
|
protected global::FineUIPro.DropDownBox drpProjectId;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Grid1 控件。
|
/// Grid1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -74,7 +76,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Grid Grid1;
|
protected global::FineUIPro.Grid Grid1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lblPageIndex 控件。
|
/// lblPageIndex 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -83,7 +85,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.WebControls.Label lblPageIndex;
|
protected global::System.Web.UI.WebControls.Label lblPageIndex;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// DropConstructionManager 控件。
|
/// DropConstructionManager 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -92,7 +94,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownList DropConstructionManager;
|
protected global::FineUIPro.DropDownList DropConstructionManager;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// DropPreliminaryMan 控件。
|
/// DropPreliminaryMan 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -101,7 +103,16 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownList DropPreliminaryMan;
|
protected global::FineUIPro.DropDownList DropPreliminaryMan;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// DropDepart 控件。
|
||||||
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// 自动生成的字段。
|
||||||
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
|
/// </remarks>
|
||||||
|
protected global::FineUIPro.DropDownList DropDepart;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Approval_Construction 控件。
|
/// Approval_Construction 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -110,7 +121,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownList Approval_Construction;
|
protected global::FineUIPro.DropDownList Approval_Construction;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// DropProjectManager 控件。
|
/// DropProjectManager 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -119,7 +130,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownList DropProjectManager;
|
protected global::FineUIPro.DropDownList DropProjectManager;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// DropDeputyGeneralManager 控件。
|
/// DropDeputyGeneralManager 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -128,7 +139,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownList DropDeputyGeneralManager;
|
protected global::FineUIPro.DropDownList DropDeputyGeneralManager;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Toolbar1 控件。
|
/// Toolbar1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -137,7 +148,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Toolbar Toolbar1;
|
protected global::FineUIPro.Toolbar Toolbar1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// ToolbarFill1 控件。
|
/// ToolbarFill1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -146,7 +157,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.ToolbarFill ToolbarFill1;
|
protected global::FineUIPro.ToolbarFill ToolbarFill1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// btnSave 控件。
|
/// btnSave 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -155,7 +166,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Button btnSave;
|
protected global::FineUIPro.Button btnSave;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// btnSubmit 控件。
|
/// btnSubmit 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -164,7 +175,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Button btnSubmit;
|
protected global::FineUIPro.Button btnSubmit;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// btnClose 控件。
|
/// btnClose 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -173,7 +184,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Button btnClose;
|
protected global::FineUIPro.Button btnClose;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Window1 控件。
|
/// Window1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
@@ -93,7 +93,9 @@
|
|||||||
</f:FormRow>--%>
|
</f:FormRow>--%>
|
||||||
<f:FormRow>
|
<f:FormRow>
|
||||||
<Items>
|
<Items>
|
||||||
<f:DropDownList ID="DropApproval_Construction" runat="server" AutoPostBack="true" EnableEdit="true" Label="施工管理部" LabelAlign="Right" LabelWidth="140px"></f:DropDownList>
|
<f:DropDownList ID="DropDepart" runat="server" EnableEdit="true" Label="主办部门" LabelAlign="Right" LabelWidth="120px"></f:DropDownList>
|
||||||
|
|
||||||
|
<f:DropDownList ID="DropApproval_Construction" runat="server" AutoPostBack="true" EnableEdit="true" Label="主办部门负责人" LabelAlign="Right" LabelWidth="140px"></f:DropDownList>
|
||||||
</Items>
|
</Items>
|
||||||
</f:FormRow>
|
</f:FormRow>
|
||||||
|
|
||||||
|
|||||||
@@ -41,6 +41,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
|||||||
{
|
{
|
||||||
this.btnClose.OnClientClick = ActiveWindow.GetHideReference();
|
this.btnClose.OnClientClick = ActiveWindow.GetHideReference();
|
||||||
ApproveUserReviewID = Request.Params["ApproveUserReviewID"];
|
ApproveUserReviewID = Request.Params["ApproveUserReviewID"];
|
||||||
|
BLL.DepartService.InitDepartDropDownList(DropDepart, true);
|
||||||
BLL.PHTGL_BidDocumentsReviewService.InitGetBidCompleteDropDownList(drpBidDocumentCode, true);
|
BLL.PHTGL_BidDocumentsReviewService.InitGetBidCompleteDropDownList(drpBidDocumentCode, true);
|
||||||
|
|
||||||
Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(DropUser, null, Const.UnitId_SEDIN, null, false);
|
Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(DropUser, null, Const.UnitId_SEDIN, null, false);
|
||||||
@@ -108,7 +109,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
|||||||
// DropProjectManager.SelectedValue = Bid.ProjectManager;
|
// DropProjectManager.SelectedValue = Bid.ProjectManager;
|
||||||
DropApproval_Construction.SelectedValue = Bid.Approval_Construction;
|
DropApproval_Construction.SelectedValue = Bid.Approval_Construction;
|
||||||
//DropDeputyGeneralManager.SelectedValue = Bid.DeputyGeneralManager;
|
//DropDeputyGeneralManager.SelectedValue = Bid.DeputyGeneralManager;
|
||||||
|
DropDepart.SelectedValue = Bid.DepartId;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -172,9 +173,15 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
|||||||
// return false;
|
// return false;
|
||||||
|
|
||||||
//}
|
//}
|
||||||
|
if (DropDepart.SelectedValue == Const._Null)
|
||||||
|
{
|
||||||
|
ShowNotify("请选择部门!", MessageBoxIcon.Warning);
|
||||||
|
return false;
|
||||||
|
|
||||||
|
}
|
||||||
if (DropApproval_Construction.SelectedValue == Const._Null)
|
if (DropApproval_Construction.SelectedValue == Const._Null)
|
||||||
{
|
{
|
||||||
ShowNotify("请选择施工管理部人员!", MessageBoxIcon.Warning);
|
ShowNotify("请选择部门审批人员!", MessageBoxIcon.Warning);
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -198,6 +205,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
|||||||
// newtable.ProjectManager = DropProjectManager.SelectedValue;
|
// newtable.ProjectManager = DropProjectManager.SelectedValue;
|
||||||
newtable.Approval_Construction = DropApproval_Construction.SelectedValue;
|
newtable.Approval_Construction = DropApproval_Construction.SelectedValue;
|
||||||
// newtable.DeputyGeneralManager = DropDeputyGeneralManager.SelectedValue;
|
// newtable.DeputyGeneralManager = DropDeputyGeneralManager.SelectedValue;
|
||||||
|
newtable.DepartId = DropDepart.SelectedValue;
|
||||||
if (string.IsNullOrEmpty(ApproveUserReviewID))
|
if (string.IsNullOrEmpty(ApproveUserReviewID))
|
||||||
{
|
{
|
||||||
newtable.ApproveUserReviewID = SQLHelper.GetNewID(typeof(Model.PHTGL_BidApproveUserReview));
|
newtable.ApproveUserReviewID = SQLHelper.GetNewID(typeof(Model.PHTGL_BidApproveUserReview));
|
||||||
|
|||||||
+39
-28
@@ -7,11 +7,13 @@
|
|||||||
// </自动生成>
|
// </自动生成>
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
namespace FineUIPro.Web.PHTGL.BiddingManagement
|
||||||
|
{
|
||||||
|
|
||||||
public partial class ApproveUserReviewEdit {
|
|
||||||
|
public partial class ApproveUserReviewEdit
|
||||||
|
{
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// form1 控件。
|
/// form1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -20,7 +22,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
|
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// PageManager1 控件。
|
/// PageManager1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -29,7 +31,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.PageManager PageManager1;
|
protected global::FineUIPro.PageManager PageManager1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// SimpleForm1 控件。
|
/// SimpleForm1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -38,7 +40,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Form SimpleForm1;
|
protected global::FineUIPro.Form SimpleForm1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Label1 控件。
|
/// Label1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -47,7 +49,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Label Label1;
|
protected global::FineUIPro.Label Label1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// txtProjectName 控件。
|
/// txtProjectName 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -56,7 +58,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.TextBox txtProjectName;
|
protected global::FineUIPro.TextBox txtProjectName;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// drpBidDocumentCode 控件。
|
/// drpBidDocumentCode 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -65,7 +67,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownList drpBidDocumentCode;
|
protected global::FineUIPro.DropDownList drpBidDocumentCode;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// txtBidProject 控件。
|
/// txtBidProject 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -74,7 +76,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.TextBox txtBidProject;
|
protected global::FineUIPro.TextBox txtBidProject;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Label7 控件。
|
/// Label7 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -83,7 +85,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Label Label7;
|
protected global::FineUIPro.Label Label7;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Grid1 控件。
|
/// Grid1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -92,7 +94,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Grid Grid1;
|
protected global::FineUIPro.Grid Grid1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Toolbar2 控件。
|
/// Toolbar2 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -101,7 +103,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Toolbar Toolbar2;
|
protected global::FineUIPro.Toolbar Toolbar2;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// ToolbarFill1 控件。
|
/// ToolbarFill1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -110,7 +112,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.ToolbarFill ToolbarFill1;
|
protected global::FineUIPro.ToolbarFill ToolbarFill1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// btnNew 控件。
|
/// btnNew 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -119,7 +121,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Button btnNew;
|
protected global::FineUIPro.Button btnNew;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// btnDelete 控件。
|
/// btnDelete 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -128,7 +130,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Button btnDelete;
|
protected global::FineUIPro.Button btnDelete;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// DropUser 控件。
|
/// DropUser 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -137,7 +139,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownList DropUser;
|
protected global::FineUIPro.DropDownList DropUser;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// txtApproveUserSpecial 控件。
|
/// txtApproveUserSpecial 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -146,7 +148,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.TextBox txtApproveUserSpecial;
|
protected global::FineUIPro.TextBox txtApproveUserSpecial;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// txtApproveUserUnit 控件。
|
/// txtApproveUserUnit 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -155,7 +157,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.TextBox txtApproveUserUnit;
|
protected global::FineUIPro.TextBox txtApproveUserUnit;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// txtRemarks 控件。
|
/// txtRemarks 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -164,7 +166,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.TextBox txtRemarks;
|
protected global::FineUIPro.TextBox txtRemarks;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// DropConstructionManager 控件。
|
/// DropConstructionManager 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -173,7 +175,16 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownList DropConstructionManager;
|
protected global::FineUIPro.DropDownList DropConstructionManager;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// DropDepart 控件。
|
||||||
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// 自动生成的字段。
|
||||||
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
|
/// </remarks>
|
||||||
|
protected global::FineUIPro.DropDownList DropDepart;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// DropApproval_Construction 控件。
|
/// DropApproval_Construction 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -182,7 +193,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownList DropApproval_Construction;
|
protected global::FineUIPro.DropDownList DropApproval_Construction;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// label12 控件。
|
/// label12 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -191,7 +202,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Label label12;
|
protected global::FineUIPro.Label label12;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Toolbar1 控件。
|
/// Toolbar1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -200,7 +211,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Toolbar Toolbar1;
|
protected global::FineUIPro.Toolbar Toolbar1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// btnSave 控件。
|
/// btnSave 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -209,7 +220,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Button btnSave;
|
protected global::FineUIPro.Button btnSave;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// btnSubmit 控件。
|
/// btnSubmit 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -218,7 +229,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Button btnSubmit;
|
protected global::FineUIPro.Button btnSubmit;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// btnClose 控件。
|
/// btnClose 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
@@ -136,7 +136,9 @@
|
|||||||
</f:FormRow>
|
</f:FormRow>
|
||||||
<f:FormRow>
|
<f:FormRow>
|
||||||
<Items>
|
<Items>
|
||||||
<f:DropDownList ID="Approval_Construction" runat="server" Label="施工管理部" AutoSelectFirstItem="false" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="140px"></f:DropDownList>
|
<f:DropDownList ID="DropDepart" runat="server" EnableEdit="true" Label="主办部门" LabelAlign="Right" LabelWidth="120px"></f:DropDownList>
|
||||||
|
|
||||||
|
<f:DropDownList ID="Approval_Construction" runat="server" Label="主办部门负责人" AutoSelectFirstItem="false" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="140px"></f:DropDownList>
|
||||||
</Items>
|
</Items>
|
||||||
</f:FormRow>
|
</f:FormRow>
|
||||||
</Rows>
|
</Rows>
|
||||||
|
|||||||
@@ -75,6 +75,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
|||||||
//总承包合同编号
|
//总承包合同编号
|
||||||
// BLL.ProjectService.InitAllProjectCodeDropDownList(this.DropProjectId, true);
|
// BLL.ProjectService.InitAllProjectCodeDropDownList(this.DropProjectId, true);
|
||||||
//招标方式
|
//招标方式
|
||||||
|
BLL.DepartService.InitDepartDropDownList(DropDepart, true);
|
||||||
BLL.PHTGL_BidDocumentsReviewService.InitGetBidTypeDropDownList(this.txtBidType, false);
|
BLL.PHTGL_BidDocumentsReviewService.InitGetBidTypeDropDownList(this.txtBidType, false);
|
||||||
Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(DropConstructionManager, null, Const.UnitId_SEDIN, null, false);
|
Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(DropConstructionManager, null, Const.UnitId_SEDIN, null, false);
|
||||||
Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(DropControlManager, null, Const.UnitId_SEDIN, null, false);
|
Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(DropControlManager, null, Const.UnitId_SEDIN, null, false);
|
||||||
@@ -137,6 +138,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
|||||||
DropControlManager.SelectedValue = Bid.ControlManager;
|
DropControlManager.SelectedValue = Bid.ControlManager;
|
||||||
DropProjectManager.SelectedValue = Bid.ProjectManager;
|
DropProjectManager.SelectedValue = Bid.ProjectManager;
|
||||||
DropPreliminaryMan.SelectedValue = Bid.PreliminaryMan;
|
DropPreliminaryMan.SelectedValue = Bid.PreliminaryMan;
|
||||||
|
DropDepart.SelectedValue = Bid.DepartId;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -212,6 +214,12 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
|||||||
|
|
||||||
private bool Save()
|
private bool Save()
|
||||||
{
|
{
|
||||||
|
if (DropDepart.SelectedValue == Const._Null)
|
||||||
|
{
|
||||||
|
ShowNotify("请选择部门!", MessageBoxIcon.Warning);
|
||||||
|
return false;
|
||||||
|
|
||||||
|
}
|
||||||
//if (Approval_Construction.SelectedValue==Const._Null)
|
//if (Approval_Construction.SelectedValue==Const._Null)
|
||||||
//{
|
//{
|
||||||
// ShowNotify("请选择施工管理部审批人员!", MessageBoxIcon.Warning);
|
// ShowNotify("请选择施工管理部审批人员!", MessageBoxIcon.Warning);
|
||||||
@@ -247,6 +255,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
|||||||
pHTGL_Bid.ControlManager = DropControlManager.SelectedValue;
|
pHTGL_Bid.ControlManager = DropControlManager.SelectedValue;
|
||||||
pHTGL_Bid.PreliminaryMan = DropPreliminaryMan.SelectedValue;
|
pHTGL_Bid.PreliminaryMan = DropPreliminaryMan.SelectedValue;
|
||||||
pHTGL_Bid.ProjectManager = DropProjectManager.SelectedValue;
|
pHTGL_Bid.ProjectManager = DropProjectManager.SelectedValue;
|
||||||
|
pHTGL_Bid.DepartId = DropDepart.SelectedValue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (string.IsNullOrEmpty(BidDocumentsReviewId))
|
if (string.IsNullOrEmpty(BidDocumentsReviewId))
|
||||||
|
|||||||
+46
-35
@@ -7,11 +7,13 @@
|
|||||||
// </自动生成>
|
// </自动生成>
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
namespace FineUIPro.Web.PHTGL.BiddingManagement
|
||||||
|
{
|
||||||
|
|
||||||
public partial class BidDocumentsReviewEdit {
|
|
||||||
|
public partial class BidDocumentsReviewEdit
|
||||||
|
{
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// form1 控件。
|
/// form1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -20,7 +22,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
|
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// PageManager1 控件。
|
/// PageManager1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -29,7 +31,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.PageManager PageManager1;
|
protected global::FineUIPro.PageManager PageManager1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// SimpleForm1 控件。
|
/// SimpleForm1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -38,7 +40,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Form SimpleForm1;
|
protected global::FineUIPro.Form SimpleForm1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// ContentPanel1 控件。
|
/// ContentPanel1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -47,7 +49,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.ContentPanel ContentPanel1;
|
protected global::FineUIPro.ContentPanel ContentPanel1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Form2 控件。
|
/// Form2 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -56,7 +58,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Form Form2;
|
protected global::FineUIPro.Form Form2;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// drpProjectId 控件。
|
/// drpProjectId 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -65,7 +67,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownBox drpProjectId;
|
protected global::FineUIPro.DropDownBox drpProjectId;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Grid1 控件。
|
/// Grid1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -74,7 +76,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Grid Grid1;
|
protected global::FineUIPro.Grid Grid1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lblPageIndex 控件。
|
/// lblPageIndex 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -83,7 +85,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.WebControls.Label lblPageIndex;
|
protected global::System.Web.UI.WebControls.Label lblPageIndex;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// txtEPCCode 控件。
|
/// txtEPCCode 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -92,7 +94,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.TextBox txtEPCCode;
|
protected global::FineUIPro.TextBox txtEPCCode;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// txtProjectName 控件。
|
/// txtProjectName 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -101,7 +103,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.TextBox txtProjectName;
|
protected global::FineUIPro.TextBox txtProjectName;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// txtBidType 控件。
|
/// txtBidType 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -110,7 +112,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownList txtBidType;
|
protected global::FineUIPro.DropDownList txtBidType;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// btnAttachUrl 控件。
|
/// btnAttachUrl 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -119,7 +121,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Button btnAttachUrl;
|
protected global::FineUIPro.Button btnAttachUrl;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// txtBidDocumentsCode 控件。
|
/// txtBidDocumentsCode 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -128,7 +130,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.TextBox txtBidDocumentsCode;
|
protected global::FineUIPro.TextBox txtBidDocumentsCode;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// txtBidDocumentsName 控件。
|
/// txtBidDocumentsName 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -137,7 +139,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.TextBox txtBidDocumentsName;
|
protected global::FineUIPro.TextBox txtBidDocumentsName;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// txtBidContent 控件。
|
/// txtBidContent 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -146,7 +148,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.TextArea txtBidContent;
|
protected global::FineUIPro.TextArea txtBidContent;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Bidding_SendTime 控件。
|
/// Bidding_SendTime 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -155,7 +157,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DatePicker Bidding_SendTime;
|
protected global::FineUIPro.DatePicker Bidding_SendTime;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Bidding_StartTime 控件。
|
/// Bidding_StartTime 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -164,7 +166,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DatePicker Bidding_StartTime;
|
protected global::FineUIPro.DatePicker Bidding_StartTime;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// ContentPanel2 控件。
|
/// ContentPanel2 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -173,7 +175,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.ContentPanel ContentPanel2;
|
protected global::FineUIPro.ContentPanel ContentPanel2;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Form3 控件。
|
/// Form3 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -182,7 +184,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Form Form3;
|
protected global::FineUIPro.Form Form3;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// DropConstructionManager 控件。
|
/// DropConstructionManager 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -191,7 +193,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownList DropConstructionManager;
|
protected global::FineUIPro.DropDownList DropConstructionManager;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// DropControlManager 控件。
|
/// DropControlManager 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -200,7 +202,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownList DropControlManager;
|
protected global::FineUIPro.DropDownList DropControlManager;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// DropProjectManager 控件。
|
/// DropProjectManager 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -209,7 +211,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownList DropProjectManager;
|
protected global::FineUIPro.DropDownList DropProjectManager;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// DropPreliminaryMan 控件。
|
/// DropPreliminaryMan 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -218,7 +220,16 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownList DropPreliminaryMan;
|
protected global::FineUIPro.DropDownList DropPreliminaryMan;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// DropDepart 控件。
|
||||||
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// 自动生成的字段。
|
||||||
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
|
/// </remarks>
|
||||||
|
protected global::FineUIPro.DropDownList DropDepart;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Approval_Construction 控件。
|
/// Approval_Construction 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -227,7 +238,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownList Approval_Construction;
|
protected global::FineUIPro.DropDownList Approval_Construction;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Toolbar1 控件。
|
/// Toolbar1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -236,7 +247,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Toolbar Toolbar1;
|
protected global::FineUIPro.Toolbar Toolbar1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lbTemp 控件。
|
/// lbTemp 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -245,7 +256,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Label lbTemp;
|
protected global::FineUIPro.Label lbTemp;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// ToolbarFill1 控件。
|
/// ToolbarFill1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -254,7 +265,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.ToolbarFill ToolbarFill1;
|
protected global::FineUIPro.ToolbarFill ToolbarFill1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// btnSave 控件。
|
/// btnSave 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -263,7 +274,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Button btnSave;
|
protected global::FineUIPro.Button btnSave;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// btnSubmit 控件。
|
/// btnSubmit 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -272,7 +283,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Button btnSubmit;
|
protected global::FineUIPro.Button btnSubmit;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// btnClose 控件。
|
/// btnClose 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -281,7 +292,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Button btnClose;
|
protected global::FineUIPro.Button btnClose;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// WindowAtt 控件。
|
/// WindowAtt 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
@@ -141,7 +141,8 @@
|
|||||||
</f:FormRow>
|
</f:FormRow>
|
||||||
<f:FormRow>
|
<f:FormRow>
|
||||||
<Items>
|
<Items>
|
||||||
<f:DropDownList ID="DropApproval_Construction" runat="server" AutoPostBack="true" EnableEdit="true" Label="施工管理部" LabelAlign="Right" LabelWidth="120px"></f:DropDownList>
|
<f:DropDownList ID="DropDepart" runat="server" EnableEdit="true" Label="主办部门" LabelAlign="Right" LabelWidth="120px"></f:DropDownList>
|
||||||
|
<f:DropDownList ID="DropApproval_Construction" runat="server" AutoPostBack="true" EnableEdit="true" Label="主办部门负责人" LabelAlign="Right" LabelWidth="120px"></f:DropDownList>
|
||||||
</Items>
|
</Items>
|
||||||
</f:FormRow>
|
</f:FormRow>
|
||||||
<f:FormRow>
|
<f:FormRow>
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
|||||||
{
|
{
|
||||||
this.btnClose.OnClientClick = ActiveWindow.GetHideReference();
|
this.btnClose.OnClientClick = ActiveWindow.GetHideReference();
|
||||||
SetSubReviewID = Request.Params["SetSubReviewID"];
|
SetSubReviewID = Request.Params["SetSubReviewID"];
|
||||||
|
BLL.DepartService.InitDepartDropDownList(DropDepart, true);
|
||||||
PHTGL_BidApproveUserReviewService.InitGetBidCompleteDropDownList(DropBidCode, true);
|
PHTGL_BidApproveUserReviewService.InitGetBidCompleteDropDownList(DropBidCode, true);
|
||||||
Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(this.DropConstructionManager, null, Const.UnitId_SEDIN, null, true);
|
Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(this.DropConstructionManager, null, Const.UnitId_SEDIN, null, true);
|
||||||
Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(this.DropProjectManager, null, Const.UnitId_SEDIN, null, true);
|
Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(this.DropProjectManager, null, Const.UnitId_SEDIN, null, true);
|
||||||
@@ -125,7 +125,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
|||||||
StartTime.SelectedDate = BidDocument.Bidding_StartTime;
|
StartTime.SelectedDate = BidDocument.Bidding_StartTime;
|
||||||
string[] a = { _SetSubReview.IsOwenerApprove.ToString() };
|
string[] a = { _SetSubReview.IsOwenerApprove.ToString() };
|
||||||
CBIsOwenerApprove.SelectedValueArray = a;
|
CBIsOwenerApprove.SelectedValueArray = a;
|
||||||
|
DropDepart.SelectedValue = _SetSubReview.DepartId;
|
||||||
this.DropConstructionManager.SelectedValue = _SetSubReview.ConstructionManager;
|
this.DropConstructionManager.SelectedValue = _SetSubReview.ConstructionManager;
|
||||||
this.DropProjectManager.SelectedValue = _SetSubReview.ProjectManager;
|
this.DropProjectManager.SelectedValue = _SetSubReview.ProjectManager;
|
||||||
this.DropApproval_Construction.SelectedValue = _SetSubReview.Approval_Construction;
|
this.DropApproval_Construction.SelectedValue = _SetSubReview.Approval_Construction;
|
||||||
@@ -208,10 +208,16 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
|||||||
ShowNotify("请选择项目经理!", MessageBoxIcon.Warning);
|
ShowNotify("请选择项目经理!", MessageBoxIcon.Warning);
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
}
|
||||||
|
if (DropDepart.SelectedValue == Const._Null)
|
||||||
|
{
|
||||||
|
ShowNotify("请选择部门!", MessageBoxIcon.Warning);
|
||||||
|
return false;
|
||||||
|
|
||||||
}
|
}
|
||||||
if (DropApproval_Construction.SelectedValue == Const._Null)
|
if (DropApproval_Construction.SelectedValue == Const._Null)
|
||||||
{
|
{
|
||||||
ShowNotify("请选择施工管理部人员!", MessageBoxIcon.Warning);
|
ShowNotify("请选择部门审批人员!", MessageBoxIcon.Warning);
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -257,6 +263,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
|||||||
_SetSubReview.ProjectManager = DropProjectManager.SelectedValue;
|
_SetSubReview.ProjectManager = DropProjectManager.SelectedValue;
|
||||||
_SetSubReview.Approval_Construction = DropApproval_Construction.SelectedValue;
|
_SetSubReview.Approval_Construction = DropApproval_Construction.SelectedValue;
|
||||||
_SetSubReview.DeputyGeneralManager = DropDeputyGeneralManager.SelectedValue;
|
_SetSubReview.DeputyGeneralManager = DropDeputyGeneralManager.SelectedValue;
|
||||||
|
_SetSubReview.DepartId = DropDepart.SelectedValue;
|
||||||
_SetSubReview.IsOwenerApprove = Convert.ToInt32(CBIsOwenerApprove.SelectedValueArray[0]);
|
_SetSubReview.IsOwenerApprove = Convert.ToInt32(CBIsOwenerApprove.SelectedValueArray[0]);
|
||||||
if (string.IsNullOrEmpty(SetSubReviewID))
|
if (string.IsNullOrEmpty(SetSubReviewID))
|
||||||
{
|
{
|
||||||
|
|||||||
+51
-40
@@ -7,11 +7,13 @@
|
|||||||
// </自动生成>
|
// </自动生成>
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
namespace FineUIPro.Web.PHTGL.BiddingManagement
|
||||||
|
{
|
||||||
|
|
||||||
public partial class SetSubReviewEdit {
|
|
||||||
|
public partial class SetSubReviewEdit
|
||||||
|
{
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// form1 控件。
|
/// form1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -20,7 +22,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
|
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// PageManager1 控件。
|
/// PageManager1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -29,7 +31,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.PageManager PageManager1;
|
protected global::FineUIPro.PageManager PageManager1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// SimpleForm1 控件。
|
/// SimpleForm1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -38,7 +40,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Form SimpleForm1;
|
protected global::FineUIPro.Form SimpleForm1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// ContentPanel1 控件。
|
/// ContentPanel1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -47,7 +49,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.ContentPanel ContentPanel1;
|
protected global::FineUIPro.ContentPanel ContentPanel1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Form2 控件。
|
/// Form2 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -56,7 +58,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Form Form2;
|
protected global::FineUIPro.Form Form2;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// txtSetSubReviewCode 控件。
|
/// txtSetSubReviewCode 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -65,7 +67,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.TextBox txtSetSubReviewCode;
|
protected global::FineUIPro.TextBox txtSetSubReviewCode;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// DropBidCode 控件。
|
/// DropBidCode 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -74,7 +76,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownList DropBidCode;
|
protected global::FineUIPro.DropDownList DropBidCode;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// txtProjectName 控件。
|
/// txtProjectName 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -83,7 +85,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.TextBox txtProjectName;
|
protected global::FineUIPro.TextBox txtProjectName;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// txtBidContent 控件。
|
/// txtBidContent 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -92,7 +94,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.TextBox txtBidContent;
|
protected global::FineUIPro.TextBox txtBidContent;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// StartTime 控件。
|
/// StartTime 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -101,7 +103,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DatePicker StartTime;
|
protected global::FineUIPro.DatePicker StartTime;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// CBIsOwenerApprove 控件。
|
/// CBIsOwenerApprove 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -110,7 +112,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.CheckBoxList CBIsOwenerApprove;
|
protected global::FineUIPro.CheckBoxList CBIsOwenerApprove;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// btnAttachUrl 控件。
|
/// btnAttachUrl 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -119,7 +121,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Button btnAttachUrl;
|
protected global::FineUIPro.Button btnAttachUrl;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lable22 控件。
|
/// lable22 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -128,7 +130,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Label lable22;
|
protected global::FineUIPro.Label lable22;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// btnAttachUrl2 控件。
|
/// btnAttachUrl2 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -137,7 +139,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Button btnAttachUrl2;
|
protected global::FineUIPro.Button btnAttachUrl2;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Grid1 控件。
|
/// Grid1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -146,7 +148,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Grid Grid1;
|
protected global::FineUIPro.Grid Grid1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Toolbar2 控件。
|
/// Toolbar2 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -155,7 +157,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Toolbar Toolbar2;
|
protected global::FineUIPro.Toolbar Toolbar2;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// ToolbarFill2 控件。
|
/// ToolbarFill2 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -164,7 +166,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.ToolbarFill ToolbarFill2;
|
protected global::FineUIPro.ToolbarFill ToolbarFill2;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// btnNew 控件。
|
/// btnNew 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -173,7 +175,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Button btnNew;
|
protected global::FineUIPro.Button btnNew;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// btnDelete 控件。
|
/// btnDelete 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -182,7 +184,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Button btnDelete;
|
protected global::FineUIPro.Button btnDelete;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// TextBox2 控件。
|
/// TextBox2 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -191,7 +193,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.TextBox TextBox2;
|
protected global::FineUIPro.TextBox TextBox2;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// TextBox3 控件。
|
/// TextBox3 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -200,7 +202,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.TextBox TextBox3;
|
protected global::FineUIPro.TextBox TextBox3;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// TextBox4 控件。
|
/// TextBox4 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -209,7 +211,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.TextBox TextBox4;
|
protected global::FineUIPro.TextBox TextBox4;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// TextBox5 控件。
|
/// TextBox5 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -218,7 +220,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.TextBox TextBox5;
|
protected global::FineUIPro.TextBox TextBox5;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// TextBox6 控件。
|
/// TextBox6 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -227,7 +229,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.TextBox TextBox6;
|
protected global::FineUIPro.TextBox TextBox6;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// TextBox7 控件。
|
/// TextBox7 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -236,7 +238,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.TextBox TextBox7;
|
protected global::FineUIPro.TextBox TextBox7;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// DropConstructionManager 控件。
|
/// DropConstructionManager 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -245,7 +247,16 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownList DropConstructionManager;
|
protected global::FineUIPro.DropDownList DropConstructionManager;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// DropDepart 控件。
|
||||||
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// 自动生成的字段。
|
||||||
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
|
/// </remarks>
|
||||||
|
protected global::FineUIPro.DropDownList DropDepart;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// DropApproval_Construction 控件。
|
/// DropApproval_Construction 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -254,7 +265,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownList DropApproval_Construction;
|
protected global::FineUIPro.DropDownList DropApproval_Construction;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// DropProjectManager 控件。
|
/// DropProjectManager 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -263,7 +274,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownList DropProjectManager;
|
protected global::FineUIPro.DropDownList DropProjectManager;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// DropDeputyGeneralManager 控件。
|
/// DropDeputyGeneralManager 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -272,7 +283,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownList DropDeputyGeneralManager;
|
protected global::FineUIPro.DropDownList DropDeputyGeneralManager;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Toolbar1 控件。
|
/// Toolbar1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -281,7 +292,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Toolbar Toolbar1;
|
protected global::FineUIPro.Toolbar Toolbar1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lbTemp 控件。
|
/// lbTemp 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -290,7 +301,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Label lbTemp;
|
protected global::FineUIPro.Label lbTemp;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// ToolbarFill1 控件。
|
/// ToolbarFill1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -299,7 +310,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.ToolbarFill ToolbarFill1;
|
protected global::FineUIPro.ToolbarFill ToolbarFill1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// btnSave 控件。
|
/// btnSave 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -308,7 +319,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Button btnSave;
|
protected global::FineUIPro.Button btnSave;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// btnSubmit 控件。
|
/// btnSubmit 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -317,7 +328,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Button btnSubmit;
|
protected global::FineUIPro.Button btnSubmit;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// btnClose 控件。
|
/// btnClose 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -326,7 +337,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Button btnClose;
|
protected global::FineUIPro.Button btnClose;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// WindowAtt 控件。
|
/// WindowAtt 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
@@ -122,7 +122,9 @@
|
|||||||
</f:FormRow>
|
</f:FormRow>
|
||||||
<f:FormRow>
|
<f:FormRow>
|
||||||
<Items>
|
<Items>
|
||||||
<f:DropDownList ID="DropApproval_Construction" runat="server" AutoPostBack="true" EnableEdit="true" Label="施工管理部" LabelAlign="Right" LabelWidth="120px"></f:DropDownList>
|
<f:DropDownList ID="DropDepart" runat="server" EnableEdit="true" Label="主办部门" LabelAlign="Right" LabelWidth="120px"></f:DropDownList>
|
||||||
|
|
||||||
|
<f:DropDownList ID="DropApproval_Construction" runat="server" AutoPostBack="true" EnableEdit="true" Label="主办部门负责人" LabelAlign="Right" LabelWidth="120px"></f:DropDownList>
|
||||||
</Items>
|
</Items>
|
||||||
</f:FormRow>
|
</f:FormRow>
|
||||||
<f:FormRow>
|
<f:FormRow>
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
|||||||
{
|
{
|
||||||
this.btnClose.OnClientClick = ActiveWindow.GetHideReference();
|
this.btnClose.OnClientClick = ActiveWindow.GetHideReference();
|
||||||
SetSubReviewID = Request.Params["SetSubReviewID"];
|
SetSubReviewID = Request.Params["SetSubReviewID"];
|
||||||
|
BLL.DepartService.InitDepartDropDownList(DropDepart, true);
|
||||||
PHTGL_BidApproveUserReviewService.InitGetBidCompleteDropDownList(DropBidCode, true);
|
PHTGL_BidApproveUserReviewService.InitGetBidCompleteDropDownList(DropBidCode, true);
|
||||||
Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(this.DropConstructionManager, null, Const.UnitId_SEDIN, null, true);
|
Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(this.DropConstructionManager, null, Const.UnitId_SEDIN, null, true);
|
||||||
Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(this.DropProjectManager, null, Const.UnitId_SEDIN, null, true);
|
Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(this.DropProjectManager, null, Const.UnitId_SEDIN, null, true);
|
||||||
@@ -124,6 +124,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
|||||||
this.DropProjectManager.SelectedValue = _SetSubReview.ProjectManager;
|
this.DropProjectManager.SelectedValue = _SetSubReview.ProjectManager;
|
||||||
this.DropApproval_Construction.SelectedValue = _SetSubReview.Approval_Construction;
|
this.DropApproval_Construction.SelectedValue = _SetSubReview.Approval_Construction;
|
||||||
this.DropDeputyGeneralManager.SelectedValue = _SetSubReview.DeputyGeneralManager;
|
this.DropDeputyGeneralManager.SelectedValue = _SetSubReview.DeputyGeneralManager;
|
||||||
|
DropDepart.SelectedValue = _SetSubReview.DepartId;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -200,10 +201,16 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
|||||||
ShowNotify("请选择项目经理!", MessageBoxIcon.Warning);
|
ShowNotify("请选择项目经理!", MessageBoxIcon.Warning);
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
}
|
||||||
|
if (DropDepart.SelectedValue == Const._Null)
|
||||||
|
{
|
||||||
|
ShowNotify("请选择部门!", MessageBoxIcon.Warning);
|
||||||
|
return false;
|
||||||
|
|
||||||
}
|
}
|
||||||
if (DropApproval_Construction.SelectedValue == Const._Null)
|
if (DropApproval_Construction.SelectedValue == Const._Null)
|
||||||
{
|
{
|
||||||
ShowNotify("请选择施工管理部人员!", MessageBoxIcon.Warning);
|
ShowNotify("请选择部门审批人员!", MessageBoxIcon.Warning);
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -249,7 +256,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
|||||||
_SetSubReview.Approval_Construction = DropApproval_Construction.SelectedValue;
|
_SetSubReview.Approval_Construction = DropApproval_Construction.SelectedValue;
|
||||||
_SetSubReview.DeputyGeneralManager = DropDeputyGeneralManager.SelectedValue;
|
_SetSubReview.DeputyGeneralManager = DropDeputyGeneralManager.SelectedValue;
|
||||||
_SetSubReview.IsOwenerApprove = Convert.ToInt32(CBIsOwenerApprove.SelectedValueArray[0]);
|
_SetSubReview.IsOwenerApprove = Convert.ToInt32(CBIsOwenerApprove.SelectedValueArray[0]);
|
||||||
|
_SetSubReview.DepartId = DropDepart.SelectedValue;
|
||||||
if (string.IsNullOrEmpty(SetSubReviewID))
|
if (string.IsNullOrEmpty(SetSubReviewID))
|
||||||
{
|
{
|
||||||
_SetSubReview.SetSubReviewID = SQLHelper.GetNewID(typeof(Model.PHTGL_SetSubReview));
|
_SetSubReview.SetSubReviewID = SQLHelper.GetNewID(typeof(Model.PHTGL_SetSubReview));
|
||||||
|
|||||||
+48
-37
@@ -7,11 +7,13 @@
|
|||||||
// </自动生成>
|
// </自动生成>
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
namespace FineUIPro.Web.PHTGL.BiddingManagement
|
||||||
|
{
|
||||||
|
|
||||||
public partial class SetSubReviewEdit2 {
|
|
||||||
|
public partial class SetSubReviewEdit2
|
||||||
|
{
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// form1 控件。
|
/// form1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -20,7 +22,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
|
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// PageManager1 控件。
|
/// PageManager1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -29,7 +31,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.PageManager PageManager1;
|
protected global::FineUIPro.PageManager PageManager1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// SimpleForm1 控件。
|
/// SimpleForm1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -38,7 +40,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Form SimpleForm1;
|
protected global::FineUIPro.Form SimpleForm1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// ContentPanel1 控件。
|
/// ContentPanel1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -47,7 +49,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.ContentPanel ContentPanel1;
|
protected global::FineUIPro.ContentPanel ContentPanel1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Form2 控件。
|
/// Form2 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -56,7 +58,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Form Form2;
|
protected global::FineUIPro.Form Form2;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// txtSetSubReviewCode 控件。
|
/// txtSetSubReviewCode 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -65,7 +67,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.TextBox txtSetSubReviewCode;
|
protected global::FineUIPro.TextBox txtSetSubReviewCode;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// DropBidCode 控件。
|
/// DropBidCode 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -74,7 +76,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownList DropBidCode;
|
protected global::FineUIPro.DropDownList DropBidCode;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// txtProjectName 控件。
|
/// txtProjectName 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -83,7 +85,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.TextBox txtProjectName;
|
protected global::FineUIPro.TextBox txtProjectName;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// txtBidContent 控件。
|
/// txtBidContent 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -92,7 +94,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.TextBox txtBidContent;
|
protected global::FineUIPro.TextBox txtBidContent;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// StartTime 控件。
|
/// StartTime 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -101,7 +103,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DatePicker StartTime;
|
protected global::FineUIPro.DatePicker StartTime;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// CBIsOwenerApprove 控件。
|
/// CBIsOwenerApprove 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -110,7 +112,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.CheckBoxList CBIsOwenerApprove;
|
protected global::FineUIPro.CheckBoxList CBIsOwenerApprove;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// btnAttachUrl 控件。
|
/// btnAttachUrl 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -119,7 +121,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Button btnAttachUrl;
|
protected global::FineUIPro.Button btnAttachUrl;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lable22 控件。
|
/// lable22 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -128,7 +130,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Label lable22;
|
protected global::FineUIPro.Label lable22;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// btnAttachUrl2 控件。
|
/// btnAttachUrl2 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -137,7 +139,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Button btnAttachUrl2;
|
protected global::FineUIPro.Button btnAttachUrl2;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Grid1 控件。
|
/// Grid1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -146,7 +148,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Grid Grid1;
|
protected global::FineUIPro.Grid Grid1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Toolbar2 控件。
|
/// Toolbar2 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -155,7 +157,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Toolbar Toolbar2;
|
protected global::FineUIPro.Toolbar Toolbar2;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// ToolbarFill2 控件。
|
/// ToolbarFill2 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -164,7 +166,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.ToolbarFill ToolbarFill2;
|
protected global::FineUIPro.ToolbarFill ToolbarFill2;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// btnNew 控件。
|
/// btnNew 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -173,7 +175,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Button btnNew;
|
protected global::FineUIPro.Button btnNew;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// btnDelete 控件。
|
/// btnDelete 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -182,7 +184,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Button btnDelete;
|
protected global::FineUIPro.Button btnDelete;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// TextBox2 控件。
|
/// TextBox2 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -191,7 +193,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.TextBox TextBox2;
|
protected global::FineUIPro.TextBox TextBox2;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// TextBox3 控件。
|
/// TextBox3 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -200,7 +202,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.TextBox TextBox3;
|
protected global::FineUIPro.TextBox TextBox3;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// TextBox4 控件。
|
/// TextBox4 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -209,7 +211,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.TextBox TextBox4;
|
protected global::FineUIPro.TextBox TextBox4;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// DropConstructionManager 控件。
|
/// DropConstructionManager 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -218,7 +220,16 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownList DropConstructionManager;
|
protected global::FineUIPro.DropDownList DropConstructionManager;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// DropDepart 控件。
|
||||||
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// 自动生成的字段。
|
||||||
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
|
/// </remarks>
|
||||||
|
protected global::FineUIPro.DropDownList DropDepart;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// DropApproval_Construction 控件。
|
/// DropApproval_Construction 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -227,7 +238,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownList DropApproval_Construction;
|
protected global::FineUIPro.DropDownList DropApproval_Construction;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// DropProjectManager 控件。
|
/// DropProjectManager 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -236,7 +247,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownList DropProjectManager;
|
protected global::FineUIPro.DropDownList DropProjectManager;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// DropDeputyGeneralManager 控件。
|
/// DropDeputyGeneralManager 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -245,7 +256,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownList DropDeputyGeneralManager;
|
protected global::FineUIPro.DropDownList DropDeputyGeneralManager;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Toolbar1 控件。
|
/// Toolbar1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -254,7 +265,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Toolbar Toolbar1;
|
protected global::FineUIPro.Toolbar Toolbar1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lbTemp 控件。
|
/// lbTemp 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -263,7 +274,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Label lbTemp;
|
protected global::FineUIPro.Label lbTemp;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// ToolbarFill1 控件。
|
/// ToolbarFill1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -272,7 +283,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.ToolbarFill ToolbarFill1;
|
protected global::FineUIPro.ToolbarFill ToolbarFill1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// btnSave 控件。
|
/// btnSave 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -281,7 +292,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Button btnSave;
|
protected global::FineUIPro.Button btnSave;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// btnSubmit 控件。
|
/// btnSubmit 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -290,7 +301,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Button btnSubmit;
|
protected global::FineUIPro.Button btnSubmit;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// btnClose 控件。
|
/// btnClose 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -299,7 +310,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement {
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Button btnClose;
|
protected global::FineUIPro.Button btnClose;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// WindowAtt 控件。
|
/// WindowAtt 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
@@ -101,7 +101,9 @@
|
|||||||
</f:FormRow>
|
</f:FormRow>
|
||||||
<f:FormRow>
|
<f:FormRow>
|
||||||
<Items>
|
<Items>
|
||||||
<f:DropDownList ID="dropCountersign_Construction" runat="server" Label="施工管理部" Required="true" AutoSelectFirstItem="false" ShowRedStar="true" AutoPostBack="true" EnableEdit="true" LabelAlign="Right" LabelWidth="140px"></f:DropDownList>
|
<f:DropDownList ID="DropDepart" runat="server" EnableEdit="true" Label="主办部门" LabelAlign="Right" LabelWidth="120px"></f:DropDownList>
|
||||||
|
|
||||||
|
<f:DropDownList ID="dropCountersign_Construction" runat="server" Label="主办部门负责人" Required="true" AutoSelectFirstItem="false" ShowRedStar="true" AutoPostBack="true" EnableEdit="true" LabelAlign="Right" LabelWidth="140px"></f:DropDownList>
|
||||||
</Items>
|
</Items>
|
||||||
</f:FormRow>
|
</f:FormRow>
|
||||||
<f:FormRow>
|
<f:FormRow>
|
||||||
@@ -140,7 +142,7 @@
|
|||||||
</f:FormRow>
|
</f:FormRow>
|
||||||
<f:FormRow>
|
<f:FormRow>
|
||||||
<Items>
|
<Items>
|
||||||
<f:DropDownList ID="dropApproval_Construction" runat="server" Label="施工管理部" Required="true" ShowRedStar="true" AutoSelectFirstItem="false" EnableEdit="true" LabelAlign="Right" AutoPostBack="true" LabelWidth="140px"></f:DropDownList>
|
<f:DropDownList ID="dropApproval_Construction" runat="server" Label="部门审批人" Required="true" ShowRedStar="true" AutoSelectFirstItem="false" EnableEdit="true" LabelAlign="Right" AutoPostBack="true" LabelWidth="140px"></f:DropDownList>
|
||||||
<f:DropDownList ID="DropGeneralAccountant" runat="server" Label="总会计师" Required="true" Hidden="true" ShowRedStar="true" AutoSelectFirstItem="false" AutoPostBack="true" EnableEdit="true" LabelAlign="Right" LabelWidth="140px"></f:DropDownList>
|
<f:DropDownList ID="DropGeneralAccountant" runat="server" Label="总会计师" Required="true" Hidden="true" ShowRedStar="true" AutoSelectFirstItem="false" AutoPostBack="true" EnableEdit="true" LabelAlign="Right" LabelWidth="140px"></f:DropDownList>
|
||||||
</Items>
|
</Items>
|
||||||
</f:FormRow>
|
</f:FormRow>
|
||||||
|
|||||||
@@ -33,6 +33,8 @@ namespace FineUIPro.Web.PHTGL.ContractCompile
|
|||||||
dropApproval_Construction.Label = "劳务管理组";
|
dropApproval_Construction.Label = "劳务管理组";
|
||||||
DropProjectManager2.Label = "运营管理部";
|
DropProjectManager2.Label = "运营管理部";
|
||||||
}
|
}
|
||||||
|
BLL.DepartService.InitDepartDropDownList(DropDepart, true);
|
||||||
|
|
||||||
#region 会签下拉框
|
#region 会签下拉框
|
||||||
BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(DropConstructionManager, null, Const.UnitId_SEDIN, null, true);//施工经理
|
BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(DropConstructionManager, null, Const.UnitId_SEDIN, null, true);//施工经理
|
||||||
BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(DropPurchasingManager, null, Const.UnitId_SEDIN, null, true);//采购经理
|
BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(DropPurchasingManager, null, Const.UnitId_SEDIN, null, true);//采购经理
|
||||||
@@ -151,6 +153,7 @@ namespace FineUIPro.Web.PHTGL.ContractCompile
|
|||||||
DropGeneralManager.SelectedValue = Convert.ToString(newmodel.Approval_GeneralManager);
|
DropGeneralManager.SelectedValue = Convert.ToString(newmodel.Approval_GeneralManager);
|
||||||
DropGeneral_Law.SelectedValue = Convert.ToString(newmodel.Approval_GeneralLaw);
|
DropGeneral_Law.SelectedValue = Convert.ToString(newmodel.Approval_GeneralLaw);
|
||||||
DropChairman.SelectedValue = Convert.ToString(newmodel.Approval_Chairman);
|
DropChairman.SelectedValue = Convert.ToString(newmodel.Approval_Chairman);
|
||||||
|
DropDepart.SelectedValue = Convert.ToString(newmodel.DepartId);
|
||||||
// DropProjectManager_SelectedIndexChanged(null, null);
|
// DropProjectManager_SelectedIndexChanged(null, null);
|
||||||
Model.PHTGL_Contract table = BLL.ContractService.GetContractById(this.drpProjectId.Value);
|
Model.PHTGL_Contract table = BLL.ContractService.GetContractById(this.drpProjectId.Value);
|
||||||
txtContractNum.Text = BLL.ContractService.GetContractByProjectId(table.ProjectId).ContractNum;
|
txtContractNum.Text = BLL.ContractService.GetContractByProjectId(table.ProjectId).ContractNum;
|
||||||
@@ -215,6 +218,7 @@ namespace FineUIPro.Web.PHTGL.ContractCompile
|
|||||||
newmodel.Approval_GeneralLaw = DropGeneral_Law.SelectedValue;
|
newmodel.Approval_GeneralLaw = DropGeneral_Law.SelectedValue;
|
||||||
newmodel.CreateUser = this.CurrUser.PersonId;
|
newmodel.CreateUser = this.CurrUser.PersonId;
|
||||||
newmodel.Idea = txtIdea.Text;
|
newmodel.Idea = txtIdea.Text;
|
||||||
|
newmodel.DepartId = DropDepart.SelectedValue;
|
||||||
if (ContractReviewId == null)
|
if (ContractReviewId == null)
|
||||||
{
|
{
|
||||||
newmodel.ContractReviewId = SQLHelper.GetNewID(typeof(Model.PHTGL_ContractReview));
|
newmodel.ContractReviewId = SQLHelper.GetNewID(typeof(Model.PHTGL_ContractReview));
|
||||||
|
|||||||
@@ -149,6 +149,15 @@ namespace FineUIPro.Web.PHTGL.ContractCompile
|
|||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownList DropProjectManager;
|
protected global::FineUIPro.DropDownList DropProjectManager;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// DropDepart 控件。
|
||||||
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// 自动生成的字段。
|
||||||
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
|
/// </remarks>
|
||||||
|
protected global::FineUIPro.DropDownList DropDepart;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// dropCountersign_Construction 控件。
|
/// dropCountersign_Construction 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ namespace FineUIPro.Web.Person
|
|||||||
private void BindGrid()
|
private void BindGrid()
|
||||||
{
|
{
|
||||||
var getData = Person_PersonsService.getListData(Const.UnitId_SEDIN, this.drpDepart.SelectedValue, this.drpProject.SelectedValue,
|
var getData = Person_PersonsService.getListData(Const.UnitId_SEDIN, this.drpDepart.SelectedValue, this.drpProject.SelectedValue,
|
||||||
this.txtPersonName.Text.Trim(), this.txtIdCard.Text.Trim(), this.drpIsPost.SelectedValue,this.drpPersonType.SelectedValue, Grid1);
|
this.txtPersonName.Text.Trim(), this.txtIdCard.Text.Trim(), this.drpIsPost.SelectedValue, this.drpPersonType.SelectedValue, null, Grid1);
|
||||||
Grid1.RecordCount = Person_PersonsService.count;
|
Grid1.RecordCount = Person_PersonsService.count;
|
||||||
Grid1.DataSource = getData;
|
Grid1.DataSource = getData;
|
||||||
Grid1.DataBind();
|
Grid1.DataBind();
|
||||||
|
|||||||
@@ -90,7 +90,7 @@ namespace FineUIPro.Web.Person
|
|||||||
private void BindGrid()
|
private void BindGrid()
|
||||||
{
|
{
|
||||||
var getData = Person_PersonsService.getListData(Const.UnitId_SEDIN, Const.Depart_constructionId, this.drpProject.SelectedValue,
|
var getData = Person_PersonsService.getListData(Const.UnitId_SEDIN, Const.Depart_constructionId, this.drpProject.SelectedValue,
|
||||||
this.txtPersonName.Text.Trim(), this.txtIdCard.Text.Trim(), this.drpIsPost.SelectedValue, this.drpPersonType.SelectedValue, Grid1);
|
this.txtPersonName.Text.Trim(), this.txtIdCard.Text.Trim(), this.drpIsPost.SelectedValue, this.drpPersonType.SelectedValue, null, Grid1);
|
||||||
Grid1.RecordCount = Person_PersonsService.count;
|
Grid1.RecordCount = Person_PersonsService.count;
|
||||||
Grid1.DataSource = getData;
|
Grid1.DataSource = getData;
|
||||||
Grid1.DataBind();
|
Grid1.DataBind();
|
||||||
|
|||||||
@@ -35,6 +35,7 @@
|
|||||||
</f:DropDownList>
|
</f:DropDownList>
|
||||||
<f:TextBox runat="server" ID="txtPersonName" EmptyText="按姓名查询" ></f:TextBox>
|
<f:TextBox runat="server" ID="txtPersonName" EmptyText="按姓名查询" ></f:TextBox>
|
||||||
<f:TextBox runat="server" ID="txtIdCard" EmptyText="按身份证查询" ></f:TextBox>
|
<f:TextBox runat="server" ID="txtIdCard" EmptyText="按身份证查询" ></f:TextBox>
|
||||||
|
<f:TextBox runat="server" ID="txtAccount" EmptyText="按账号查询" ></f:TextBox>
|
||||||
<f:DropDownList runat="server" ID="drpIsPost" EnableEdit="true"
|
<f:DropDownList runat="server" ID="drpIsPost" EnableEdit="true"
|
||||||
LabelAlign="Right" EmptyText="请选择人员状态" AutoPostBack="true" OnSelectedIndexChanged="btSearch_Click">
|
LabelAlign="Right" EmptyText="请选择人员状态" AutoPostBack="true" OnSelectedIndexChanged="btSearch_Click">
|
||||||
</f:DropDownList>
|
</f:DropDownList>
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ namespace FineUIPro.Web.Person
|
|||||||
private void BindGrid()
|
private void BindGrid()
|
||||||
{
|
{
|
||||||
var getData = Person_PersonsService.getListData(this.drpUnit.SelectedValue, this.drpDepart.SelectedValue, this.drpProject.SelectedValue,
|
var getData = Person_PersonsService.getListData(this.drpUnit.SelectedValue, this.drpDepart.SelectedValue, this.drpProject.SelectedValue,
|
||||||
this.txtPersonName.Text.Trim(), this.txtIdCard.Text.Trim(), this.drpIsPost.SelectedValue, this.drpPersonType.SelectedValue, Grid1);
|
this.txtPersonName.Text.Trim(), this.txtIdCard.Text.Trim(), this.drpIsPost.SelectedValue, this.drpPersonType.SelectedValue, this.txtAccount.Text.Trim(), Grid1);
|
||||||
Grid1.RecordCount = Person_PersonsService.count;
|
Grid1.RecordCount = Person_PersonsService.count;
|
||||||
Grid1.DataSource = getData;
|
Grid1.DataSource = getData;
|
||||||
Grid1.DataBind();
|
Grid1.DataBind();
|
||||||
|
|||||||
@@ -104,6 +104,15 @@ namespace FineUIPro.Web.Person
|
|||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.TextBox txtIdCard;
|
protected global::FineUIPro.TextBox txtIdCard;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// txtAccount 控件。
|
||||||
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// 自动生成的字段。
|
||||||
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
|
/// </remarks>
|
||||||
|
protected global::FineUIPro.TextBox txtAccount;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// drpIsPost 控件。
|
/// drpIsPost 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
<f:PageManager ID="PageManager1" runat="server" AutoSizePanelID="SimpleForm1" />
|
<f:PageManager ID="PageManager1" runat="server" AutoSizePanelID="SimpleForm1" />
|
||||||
<f:Panel ID="Panel2" runat="server" ShowHeader="false" ShowBorder="false" ColumnWidth="100%" MarginRight="5px">
|
<f:Panel ID="Panel2" runat="server" ShowHeader="false" ShowBorder="false" ColumnWidth="100%" MarginRight="5px">
|
||||||
<Items>
|
<Items>
|
||||||
<f:TabStrip ID="TabStrip1" CssClass="f-tabstrip-theme-simple" Height="550px" ShowBorder="true"
|
<f:TabStrip ID="TabStrip1" CssClass="f-tabstrip-theme-simple" ShowBorder="true" Height="650px"
|
||||||
TabPosition="Top" MarginBottom="5px" EnableTabCloseMenu="false" runat="server"
|
TabPosition="Top" MarginBottom="5px" EnableTabCloseMenu="false" runat="server"
|
||||||
ActiveTabIndex="0">
|
ActiveTabIndex="0">
|
||||||
<Tabs>
|
<Tabs>
|
||||||
|
|||||||
+125
-5
@@ -73403,7 +73403,7 @@ namespace Model
|
|||||||
OnCreated();
|
OnCreated();
|
||||||
}
|
}
|
||||||
|
|
||||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_MaterialCode", DbType="NVarChar(50) NOT NULL", CanBeNull=false, IsPrimaryKey=true)]
|
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_MaterialCode", DbType="NVarChar(15) NOT NULL", CanBeNull=false, IsPrimaryKey=true)]
|
||||||
public string MaterialCode
|
public string MaterialCode
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
@@ -73507,7 +73507,7 @@ namespace Model
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_MaterialDef", DbType="NVarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
|
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_MaterialDef", DbType="NVarChar(3000)")]
|
||||||
public string MaterialDef
|
public string MaterialDef
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
@@ -78097,7 +78097,7 @@ namespace Model
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_MaterialCode", DbType="NVarChar(50)")]
|
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_MaterialCode", DbType="NVarChar(15)")]
|
||||||
public string MaterialCode
|
public string MaterialCode
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
@@ -82445,7 +82445,7 @@ namespace Model
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CanWelderCode", DbType="NVarChar(1000)")]
|
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CanWelderCode", DbType="NVarChar(200)")]
|
||||||
public string CanWelderCode
|
public string CanWelderCode
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
@@ -141917,6 +141917,8 @@ namespace Model
|
|||||||
|
|
||||||
private string _DeputyGeneralManager;
|
private string _DeputyGeneralManager;
|
||||||
|
|
||||||
|
private string _DepartId;
|
||||||
|
|
||||||
#region 可扩展性方法定义
|
#region 可扩展性方法定义
|
||||||
partial void OnLoaded();
|
partial void OnLoaded();
|
||||||
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
||||||
@@ -141939,6 +141941,8 @@ namespace Model
|
|||||||
partial void OnProjectManagerChanged();
|
partial void OnProjectManagerChanged();
|
||||||
partial void OnDeputyGeneralManagerChanging(string value);
|
partial void OnDeputyGeneralManagerChanging(string value);
|
||||||
partial void OnDeputyGeneralManagerChanged();
|
partial void OnDeputyGeneralManagerChanged();
|
||||||
|
partial void OnDepartIdChanging(string value);
|
||||||
|
partial void OnDepartIdChanged();
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
public PHTGL_ActionPlanReview()
|
public PHTGL_ActionPlanReview()
|
||||||
@@ -142126,6 +142130,26 @@ namespace Model
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_DepartId", DbType="VarChar(50)")]
|
||||||
|
public string DepartId
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return this._DepartId;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
if ((this._DepartId != value))
|
||||||
|
{
|
||||||
|
this.OnDepartIdChanging(value);
|
||||||
|
this.SendPropertyChanging();
|
||||||
|
this._DepartId = value;
|
||||||
|
this.SendPropertyChanged("DepartId");
|
||||||
|
this.OnDepartIdChanged();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public event PropertyChangingEventHandler PropertyChanging;
|
public event PropertyChangingEventHandler PropertyChanging;
|
||||||
|
|
||||||
public event PropertyChangedEventHandler PropertyChanged;
|
public event PropertyChangedEventHandler PropertyChanged;
|
||||||
@@ -149205,6 +149229,8 @@ namespace Model
|
|||||||
|
|
||||||
private string _DeputyGeneralManager;
|
private string _DeputyGeneralManager;
|
||||||
|
|
||||||
|
private string _DepartId;
|
||||||
|
|
||||||
#region 可扩展性方法定义
|
#region 可扩展性方法定义
|
||||||
partial void OnLoaded();
|
partial void OnLoaded();
|
||||||
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
||||||
@@ -149231,6 +149257,8 @@ namespace Model
|
|||||||
partial void OnApproval_ConstructionChanged();
|
partial void OnApproval_ConstructionChanged();
|
||||||
partial void OnDeputyGeneralManagerChanging(string value);
|
partial void OnDeputyGeneralManagerChanging(string value);
|
||||||
partial void OnDeputyGeneralManagerChanged();
|
partial void OnDeputyGeneralManagerChanged();
|
||||||
|
partial void OnDepartIdChanging(string value);
|
||||||
|
partial void OnDepartIdChanged();
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
public PHTGL_BidApproveUserReview()
|
public PHTGL_BidApproveUserReview()
|
||||||
@@ -149458,6 +149486,26 @@ namespace Model
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_DepartId", DbType="VarChar(50)")]
|
||||||
|
public string DepartId
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return this._DepartId;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
if ((this._DepartId != value))
|
||||||
|
{
|
||||||
|
this.OnDepartIdChanging(value);
|
||||||
|
this.SendPropertyChanging();
|
||||||
|
this._DepartId = value;
|
||||||
|
this.SendPropertyChanged("DepartId");
|
||||||
|
this.OnDepartIdChanged();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public event PropertyChangingEventHandler PropertyChanging;
|
public event PropertyChangingEventHandler PropertyChanging;
|
||||||
|
|
||||||
public event PropertyChangedEventHandler PropertyChanged;
|
public event PropertyChangedEventHandler PropertyChanged;
|
||||||
@@ -149705,6 +149753,8 @@ namespace Model
|
|||||||
|
|
||||||
private string _ProjectManager;
|
private string _ProjectManager;
|
||||||
|
|
||||||
|
private string _DepartId;
|
||||||
|
|
||||||
#region 可扩展性方法定义
|
#region 可扩展性方法定义
|
||||||
partial void OnLoaded();
|
partial void OnLoaded();
|
||||||
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
||||||
@@ -149747,6 +149797,8 @@ namespace Model
|
|||||||
partial void OnPreliminaryManChanged();
|
partial void OnPreliminaryManChanged();
|
||||||
partial void OnProjectManagerChanging(string value);
|
partial void OnProjectManagerChanging(string value);
|
||||||
partial void OnProjectManagerChanged();
|
partial void OnProjectManagerChanged();
|
||||||
|
partial void OnDepartIdChanging(string value);
|
||||||
|
partial void OnDepartIdChanged();
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
public PHTGL_BidDocumentsReview()
|
public PHTGL_BidDocumentsReview()
|
||||||
@@ -150134,6 +150186,26 @@ namespace Model
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_DepartId", DbType="VarChar(50)")]
|
||||||
|
public string DepartId
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return this._DepartId;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
if ((this._DepartId != value))
|
||||||
|
{
|
||||||
|
this.OnDepartIdChanging(value);
|
||||||
|
this.SendPropertyChanging();
|
||||||
|
this._DepartId = value;
|
||||||
|
this.SendPropertyChanged("DepartId");
|
||||||
|
this.OnDepartIdChanged();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public event PropertyChangingEventHandler PropertyChanging;
|
public event PropertyChangingEventHandler PropertyChanging;
|
||||||
|
|
||||||
public event PropertyChangedEventHandler PropertyChanged;
|
public event PropertyChangedEventHandler PropertyChanged;
|
||||||
@@ -152022,6 +152094,8 @@ namespace Model
|
|||||||
|
|
||||||
private string _Approval_GeneralLaw;
|
private string _Approval_GeneralLaw;
|
||||||
|
|
||||||
|
private string _DepartId;
|
||||||
|
|
||||||
#region 可扩展性方法定义
|
#region 可扩展性方法定义
|
||||||
partial void OnLoaded();
|
partial void OnLoaded();
|
||||||
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
||||||
@@ -152076,6 +152150,8 @@ namespace Model
|
|||||||
partial void OnIdeaChanged();
|
partial void OnIdeaChanged();
|
||||||
partial void OnApproval_GeneralLawChanging(string value);
|
partial void OnApproval_GeneralLawChanging(string value);
|
||||||
partial void OnApproval_GeneralLawChanged();
|
partial void OnApproval_GeneralLawChanged();
|
||||||
|
partial void OnDepartIdChanging(string value);
|
||||||
|
partial void OnDepartIdChanged();
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
public PHTGL_ContractReview()
|
public PHTGL_ContractReview()
|
||||||
@@ -152583,6 +152659,26 @@ namespace Model
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_DepartId", DbType="VarChar(50)")]
|
||||||
|
public string DepartId
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return this._DepartId;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
if ((this._DepartId != value))
|
||||||
|
{
|
||||||
|
this.OnDepartIdChanging(value);
|
||||||
|
this.SendPropertyChanging();
|
||||||
|
this._DepartId = value;
|
||||||
|
this.SendPropertyChanged("DepartId");
|
||||||
|
this.OnDepartIdChanged();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public event PropertyChangingEventHandler PropertyChanging;
|
public event PropertyChangingEventHandler PropertyChanging;
|
||||||
|
|
||||||
public event PropertyChangedEventHandler PropertyChanged;
|
public event PropertyChangedEventHandler PropertyChanged;
|
||||||
@@ -152634,6 +152730,8 @@ namespace Model
|
|||||||
|
|
||||||
private System.Nullable<int> _IsOwenerApprove;
|
private System.Nullable<int> _IsOwenerApprove;
|
||||||
|
|
||||||
|
private string _DepartId;
|
||||||
|
|
||||||
#region 可扩展性方法定义
|
#region 可扩展性方法定义
|
||||||
partial void OnLoaded();
|
partial void OnLoaded();
|
||||||
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
||||||
@@ -152662,6 +152760,8 @@ namespace Model
|
|||||||
partial void OnDeputyGeneralManagerChanged();
|
partial void OnDeputyGeneralManagerChanged();
|
||||||
partial void OnIsOwenerApproveChanging(System.Nullable<int> value);
|
partial void OnIsOwenerApproveChanging(System.Nullable<int> value);
|
||||||
partial void OnIsOwenerApproveChanged();
|
partial void OnIsOwenerApproveChanged();
|
||||||
|
partial void OnDepartIdChanging(string value);
|
||||||
|
partial void OnDepartIdChanged();
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
public PHTGL_SetSubReview()
|
public PHTGL_SetSubReview()
|
||||||
@@ -152909,6 +153009,26 @@ namespace Model
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_DepartId", DbType="VarChar(50)")]
|
||||||
|
public string DepartId
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return this._DepartId;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
if ((this._DepartId != value))
|
||||||
|
{
|
||||||
|
this.OnDepartIdChanging(value);
|
||||||
|
this.SendPropertyChanging();
|
||||||
|
this._DepartId = value;
|
||||||
|
this.SendPropertyChanged("DepartId");
|
||||||
|
this.OnDepartIdChanged();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public event PropertyChangingEventHandler PropertyChanging;
|
public event PropertyChangingEventHandler PropertyChanging;
|
||||||
|
|
||||||
public event PropertyChangedEventHandler PropertyChanged;
|
public event PropertyChangedEventHandler PropertyChanged;
|
||||||
@@ -234539,7 +234659,7 @@ namespace Model
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CanWelderCode", DbType="NVarChar(1000)")]
|
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CanWelderCode", DbType="NVarChar(200)")]
|
||||||
public string CanWelderCode
|
public string CanWelderCode
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
|
|||||||
Reference in New Issue
Block a user