20251014
This commit is contained in:
@@ -717,7 +717,7 @@ namespace FineUIPro.Web.HJGL.HotProessManage
|
||||
dt2.Columns.Add("ProessTypes");
|
||||
|
||||
DataView dv = tb2.DefaultView;//获取表视图
|
||||
dv.Sort = "Number ASC";//按照ID倒序排序
|
||||
dv.Sort = "ISO_IsoNo,JOT_JointNo ASC";//按照ID倒序排序
|
||||
tb2 = dv.ToTable();//转为表
|
||||
DataRow[] rows2 = tb2.DefaultView.ToTable().Select();
|
||||
int i = 0;
|
||||
|
||||
Reference in New Issue
Block a user