Browse Source

bug

master
yibo 7 years ago
parent
commit
7650a4f5f9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ButcherFactory.Form/CarcassInStore_/CarcassInStoreForm.cs

+ 1
- 1
ButcherFactory.Form/CarcassInStore_/CarcassInStoreForm.cs View File

@ -241,7 +241,7 @@ namespace ButcherFactory.CarcassInStore_
if (back.Any()) if (back.Any())
{ {
foreach (var item in back) 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(); needSubmitGrid.Refresh();
} }
} }


Loading…
Cancel
Save