This commit is contained in:
2024-05-08 10:20:39 +08:00
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)