* Further improvements of scanning data
This commit is contained in:
@@ -210,7 +210,7 @@
|
||||
|
||||
private void OnRowDataBound(RowDataBoundEventArgs<ScheduleOrderDetailDetailDto> args)
|
||||
{
|
||||
if (args.Data.QtyType == "83" || args.Data.QtyType == "84")
|
||||
if (new[] { "54", "83", "84" }.Any(x => x == args.Data.QtyType))
|
||||
{
|
||||
args.Row.AddClass(["highlight-red"]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user