代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
using BLL;
|
||||
using Model;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data;
|
||||
using System.Data.SqlClient;
|
||||
using System.Web.DynamicData;
|
||||
using Model;
|
||||
|
||||
namespace FineUIPro.Web.PHTGL.BiddingManagement
|
||||
{
|
||||
@@ -43,7 +42,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
||||
this.btnClose.OnClientClick = ActiveWindow.GetHideReference();
|
||||
ApproveUserReviewID = Request.Params["ApproveUserReviewID"];
|
||||
BLL.DepartService.InitDepartDropDownList(DropDepart, true);
|
||||
BLL.PHTGL_BidDocumentsReviewService.InitGetBidCompleteDropDownList(drpBidDocumentCode,this.CurrUser.LoginProjectId, true);
|
||||
BLL.PHTGL_BidDocumentsReviewService.InitGetBidCompleteDropDownList(drpBidDocumentCode, this.CurrUser.LoginProjectId, true);
|
||||
|
||||
Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(DropUser, null, Const.UnitId_SEDIN, null, false);
|
||||
///绑定施工管理部正副主任
|
||||
@@ -154,12 +153,12 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
||||
|
||||
protected void drpProjectId_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
var bid=PHTGL_BidDocumentsReviewService.GetPHTGL_BidDocumentsReviewById(drpBidDocumentCode.SelectedValue);
|
||||
if (bid!= null)
|
||||
var bid = PHTGL_BidDocumentsReviewService.GetPHTGL_BidDocumentsReviewById(drpBidDocumentCode.SelectedValue);
|
||||
if (bid != null)
|
||||
{
|
||||
txtProjectName.Text = PHTGL_ActionPlanFormationService.GetPHTGL_ActionPlanFormationById(bid.ActionPlanID).ProjectShortName;
|
||||
txtBidProject.Text = bid.BidDocumentsName ;
|
||||
}
|
||||
txtBidProject.Text = bid.BidDocumentsName;
|
||||
}
|
||||
}
|
||||
|
||||
private bool Save(int state)
|
||||
@@ -195,12 +194,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);
|
||||
@@ -230,7 +229,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
||||
|
||||
|
||||
BLL.PHTGL_BidApproveUserReview_Sch1Service.DeletePHTGL_BidApproveUserReview_Sch1ByReviewID(newtable.ApproveUserReviewID);
|
||||
|
||||
|
||||
JArray EditorArr = Grid1.GetMergedData();
|
||||
if (EditorArr.Count > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user