代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
using BLL;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace FineUIPro.Web.HJGL.PreDesign
|
||||
{
|
||||
@@ -44,7 +40,7 @@ namespace FineUIPro.Web.HJGL.PreDesign
|
||||
private void BindGrid()
|
||||
{
|
||||
|
||||
var result = HJGLPackagingmanageService.GetPackagingManage(TrainNumberId);
|
||||
var result = HJGLPackagingmanageService.GetPackagingManage(TrainNumberId);
|
||||
Grid1.RecordCount = result.Count();
|
||||
Grid1.DataSource = result;
|
||||
Grid1.DataBind();
|
||||
|
||||
Reference in New Issue
Block a user