代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
using System;
|
||||
using BLL;
|
||||
using Model;
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Web;
|
||||
using BLL;
|
||||
using Model;
|
||||
|
||||
namespace FineUIPro.Web.PHTGL.BillOfQuantities
|
||||
{
|
||||
@@ -93,7 +93,7 @@ namespace FineUIPro.Web.PHTGL.BillOfQuantities
|
||||
break;
|
||||
case "5.1":
|
||||
menuid = Const.TemQuantityListMenuId5_1;
|
||||
break;
|
||||
break;
|
||||
case "5.2":
|
||||
menuid = Const.TemQuantityListMenuId5_2;
|
||||
break;
|
||||
@@ -122,9 +122,9 @@ namespace FineUIPro.Web.PHTGL.BillOfQuantities
|
||||
if (buttonList.Contains(Const.BtnDelete)) btnMenuDelete.Hidden = false;
|
||||
}
|
||||
|
||||
if (this.CurrUser.PersonId==Const.hfnbdId)
|
||||
if (this.CurrUser.PersonId == Const.hfnbdId)
|
||||
{
|
||||
btnCheck.Hidden=false;
|
||||
btnCheck.Hidden = false;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -193,7 +193,7 @@ namespace FineUIPro.Web.PHTGL.BillOfQuantities
|
||||
protected void btnNew_Click(object sender, EventArgs e)
|
||||
{
|
||||
PageContext.RegisterStartupScript(
|
||||
Window1.GetShowReference(string.Format("PHTGL_QuantityEdit.aspx?Id={0}&Type={1}", string.Empty,Type, "增加 - ")));
|
||||
Window1.GetShowReference(string.Format("PHTGL_QuantityEdit.aspx?Id={0}&Type={1}", string.Empty, Type, "增加 - ")));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -305,7 +305,7 @@ namespace FineUIPro.Web.PHTGL.BillOfQuantities
|
||||
|
||||
protected void btnSearch_Click(object sender, EventArgs e)
|
||||
{
|
||||
BindGrid();
|
||||
BindGrid();
|
||||
}
|
||||
|
||||
protected void btnCheck_OnClick(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user