备注
This commit is contained in:
@@ -18,7 +18,7 @@ namespace FineUIPro.Web.Evaluation
|
|||||||
if (!IsPostBack)
|
if (!IsPostBack)
|
||||||
{
|
{
|
||||||
btnClose.OnClientClick = ActiveWindow.GetHideReference();
|
btnClose.OnClientClick = ActiveWindow.GetHideReference();
|
||||||
|
//
|
||||||
string foNo = Request.Params["foNo"];
|
string foNo = Request.Params["foNo"];
|
||||||
var foview = from x in Funs.DB.View_Contractor_Evaluation where x.FO_NO == foNo select x;
|
var foview = from x in Funs.DB.View_Contractor_Evaluation where x.FO_NO == foNo select x;
|
||||||
if (foview.Count() > 0)
|
if (foview.Count() > 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user