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