任务单焊口打印顺序修改

This commit is contained in:
2024-10-12 15:17:49 +08:00
parent 548beeabc3
commit b1bf2f846e
3 changed files with 4 additions and 4 deletions
@@ -1311,7 +1311,7 @@ namespace FineUIPro.Web.HJGL.WeldingManage
WeldJointId = x.WeldJointId,
Spec = x.Specification,
SortIndex = x.WeldJointCode.Replace(x.PipelineCode + "/", ""),
}).ToList();
}).OrderBy(x=> x.pipelineCode).ThenBy(x=> x.SortIndex).ToList();
var tb = LINQToDataTable(result);
if (tb != null && tb.Rows.Count > 0)
{