代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
using Aspose.Words;
|
||||
using BLL;
|
||||
using BLL;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data;
|
||||
using System.Data.SqlClient;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
|
||||
namespace FineUIPro.Web.PHTGL.BiddingManagement
|
||||
@@ -382,7 +380,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
||||
if (this.judgementDelete(rowID, isShow))
|
||||
{
|
||||
var p = BLL.PHTGL_SetSubReviewService.GetPHTGL_SetSubReviewById(rowID);
|
||||
if (p != null&& p.State==Const.ContractCreating)
|
||||
if (p != null && p.State == Const.ContractCreating)
|
||||
{
|
||||
BLL.LogService.AddSys_Log(this.CurrUser, p.SetSubReviewID, p.ApproveUserReviewID, BLL.Const.SetSubReview, BLL.Const.BtnDelete);
|
||||
PHTGL_ApproveService.DeletePHTGL_ApproveBycontractId(rowID);
|
||||
@@ -444,7 +442,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
||||
btnNew.Hidden = false;
|
||||
btnNew2.Hidden = false;
|
||||
btnAdd1.Hidden = false;
|
||||
btnAdd2.Hidden = false;
|
||||
btnAdd2.Hidden = false;
|
||||
}
|
||||
if (buttonList.Contains(Const.BtnModify))
|
||||
{
|
||||
@@ -652,6 +650,6 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user