20231030项目
This commit is contained in:
@@ -22,8 +22,8 @@ namespace FineUIPro.Web.DataShow
|
||||
{
|
||||
Funs.DropDownPageSize(this.ddlPageSize);
|
||||
ddlPageSize.SelectedValue = Grid1.PageSize.ToString();
|
||||
BLL.ProjectService.InitProjectDropDownList(this.drpProject, true);
|
||||
// 绑定表格t
|
||||
BLL.ProjectService.InitCNCECShowProjectDropDownList(this.drpProject, true);
|
||||
// 绑定表格
|
||||
BindGrid();
|
||||
}
|
||||
}
|
||||
@@ -40,7 +40,7 @@ namespace FineUIPro.Web.DataShow
|
||||
,V.WorkAreaName,V.CompileDate,V.StartDate,V.EndDate,V.LicenseTypeId,V.UnitId,V.LicenseManageContents
|
||||
,V.CompileMan,V.CompileDate,V.States
|
||||
FROM View_License_LicenseManager AS V
|
||||
WHERE 1=1";
|
||||
WHERE IsCNCECShow=1 ";
|
||||
if (this.rbType.SelectedValue=="2")
|
||||
{
|
||||
strSql += " AND V.States = @WorkStates";
|
||||
|
||||
Reference in New Issue
Block a user