代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -1,14 +1,10 @@
|
||||
using BLL;
|
||||
using FineUIPro.Web.CQMS.WBS;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data;
|
||||
using System.Linq;
|
||||
|
||||
namespace FineUIPro.Web.DigData
|
||||
{
|
||||
public partial class WBSAnalysis : PageBase
|
||||
{
|
||||
{
|
||||
/// <summary>
|
||||
/// 加载页面
|
||||
/// </summary>
|
||||
@@ -17,7 +13,7 @@ namespace FineUIPro.Web.DigData
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
if (!IsPostBack)
|
||||
{
|
||||
{
|
||||
this.ucTree.IsShowLevel = false;
|
||||
BindGrid();
|
||||
}
|
||||
@@ -34,7 +30,7 @@ namespace FineUIPro.Web.DigData
|
||||
/// 绑定数据Grid1
|
||||
/// </summary>
|
||||
private void BindGrid()
|
||||
{
|
||||
{
|
||||
var getData = WBSAnalysisService.getDataDWList(this.hdWorkPackageCode.Text, this.Grid1);
|
||||
Grid1.RecordCount = WBSAnalysisService.count;
|
||||
Grid1.DataSource = getData;
|
||||
|
||||
Reference in New Issue
Block a user