Browse Source

优化。

master
yibo 7 years ago
parent
commit
6a2f1133be
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

@ -235,7 +235,7 @@ namespace ButcherFactory.CarcassInStore_
{
if (netStateWatch1.NetState)
{
var list = needSubmitedList.Where(x => x.BeforeWeight == null);
var list = needSubmitedList.Where(x => x.BeforeWeight == null).Take(5);
if (list.Any())
{
var back = CarcassInStoreBL.GetBeforeWeight(list.Select(x => x.BarCode));


Loading…
Cancel
Save