预制组件编号不能为空,无损监测委托单排序混乱,散件出库时对于已出散件需要过滤,新增时不再显示。
This commit is contained in:
@@ -376,6 +376,7 @@ namespace FineUIPro.Web.HJGL.PointTrust
|
||||
pointManages = pointManages.Where(x => x.UnitId == this.drpUnit.SelectedValue);
|
||||
}
|
||||
|
||||
pointManages = pointManages.OrderBy(x => x.StartDate);
|
||||
|
||||
foreach (var item in pointManages)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user