焊接修改
This commit is contained in:
@@ -50,6 +50,9 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
||||
Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(DropApproval_Construction, null, CurrUser.UnitId, Const.ConstructionMinister + "," + Const.ConstructionViceMinister, false);
|
||||
|
||||
Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(this.DropConstructionManager, null, Const.UnitId_SEDIN, null, true);
|
||||
//分管领导
|
||||
Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(DropDeputyGeneralManager, null, this.CurrUser.UnitId, Const.DeputyGeneralManager, false);
|
||||
|
||||
Bind();
|
||||
BindGrid();
|
||||
#region Grid1
|
||||
@@ -109,7 +112,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
||||
DropConstructionManager.SelectedValue = Bid.ConstructionManager;
|
||||
// DropProjectManager.SelectedValue = Bid.ProjectManager;
|
||||
DropApproval_Construction.SelectedValue = Bid.Approval_Construction;
|
||||
//DropDeputyGeneralManager.SelectedValue = Bid.DeputyGeneralManager;
|
||||
DropDeputyGeneralManager.SelectedValue = Bid.DeputyGeneralManager;
|
||||
DropDepart.SelectedValue = Bid.DepartId;
|
||||
}
|
||||
|
||||
@@ -192,12 +195,12 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
||||
return false;
|
||||
|
||||
}
|
||||
//if (DropDeputyGeneralManager.SelectedValue == Const._Null)
|
||||
//{
|
||||
// ShowNotify("请选择分管副总经理!", MessageBoxIcon.Warning);
|
||||
// return false;
|
||||
/* if (DropDeputyGeneralManager.SelectedValue == Const._Null)
|
||||
{
|
||||
ShowNotify("请选择分管副总经理!", MessageBoxIcon.Warning);
|
||||
return false;
|
||||
|
||||
//}
|
||||
}*/
|
||||
|
||||
Model.PHTGL_BidApproveUserReview newtable = new Model.PHTGL_BidApproveUserReview();
|
||||
var Bid = BLL.PHTGL_BidDocumentsReviewService.GetPHTGL_BidDocumentsReviewById(drpBidDocumentCode.SelectedValue);
|
||||
@@ -211,7 +214,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
||||
newtable.ConstructionManager = DropConstructionManager.SelectedValue;
|
||||
// newtable.ProjectManager = DropProjectManager.SelectedValue;
|
||||
newtable.Approval_Construction = DropApproval_Construction.SelectedValue;
|
||||
// newtable.DeputyGeneralManager = DropDeputyGeneralManager.SelectedValue;
|
||||
newtable.DeputyGeneralManager = DropDeputyGeneralManager.SelectedValue;
|
||||
newtable.DepartId = DropDepart.SelectedValue;
|
||||
if (string.IsNullOrEmpty(ApproveUserReviewID))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user