This commit is contained in:
佘春生 2024-05-08 10:20:39 +08:00
parent f2135bac5e
commit 91d4340473
1 changed files with 1 additions and 1 deletions

View File

@ -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)