组件打印更新

This commit is contained in:
2024-10-17 00:01:35 +08:00
parent ea063a1242
commit 973762307b
7 changed files with 35 additions and 6 deletions
@@ -116,6 +116,10 @@ namespace BLL
{
string PlanStartDate = "";
DataTable tb = BLL.HJGL_PackagingmanageService.GetPackagingDetailById(PackagingManageId);
if (tb == null || tb.Rows.Count == 0)
{
return PlanStartDate;
}
var dtTable = tb.AsEnumerable().OrderBy(o => o["PlanStartDate"]).CopyToDataTable();
if (dtTable.Rows != null && dtTable.Rows.Count > 0)
{