修改公司级看板只显示在建的项目

This commit is contained in:
2024-09-23 10:31:03 +08:00
parent 95d6e9c862
commit b6b6c69a17
6 changed files with 60 additions and 2 deletions
@@ -151,8 +151,8 @@ namespace FineUIPro.Web.TestRun
options.Hidden = true;
optio.Hidden = true;
plApprove2.Hidden = true;
txtCode.Text = SQLHelper.RunProcNewId2("SpGetNewCode3ByProjectId",
"dbo.Solution_TestRunConstructSolution", "Code", CurrUser.LoginProjectId);
//txtCode.Text = SQLHelper.RunProcNewId2("SpGetNewCode3ByProjectId",
// "dbo.Solution_TestRunConstructSolution", "Code", CurrUser.LoginProjectId);
this.txtSolutionType.Text = TestRunConstructSolutionService.ConvertSolutionType(Request.Params["SolutionType"]);
this.hdSolutionType.Text = Request.Params["SolutionType"];
TestRunConstructSolutionService.Init(drpHandleType, Const.TestRunConstructSolution_Compile, false);