|
|
|
@ -241,7 +241,7 @@ namespace ButcherFactory.CarcassInStore_ |
|
|
|
if (back.Any()) |
|
|
|
{ |
|
|
|
foreach (var item in back) |
|
|
|
list.First(x => x.BarCode == item.StringExt1).Weight = item.DecimalExt1; |
|
|
|
list.First(x => x.BarCode == item.StringExt1).BeforeWeight = item.DecimalExt1; |
|
|
|
needSubmitGrid.Refresh(); |
|
|
|
} |
|
|
|
} |
|
|
|
|