备注
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user