yibo 7 years ago
parent
commit
192412c692
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      ButcherFactory.Form/CarcassInStore_/CarcassInStoreForm.cs

+ 2
- 0
ButcherFactory.Form/CarcassInStore_/CarcassInStoreForm.cs View File

@ -103,6 +103,8 @@ namespace ButcherFactory.CarcassInStore_
needSubmitedList.Remove(last);
needSubmitGrid.Refresh();
historyList.Insert(0, last);
if (historyList.Any())
historyDataGrid.FirstDisplayedScrollingRowIndex = 0;
historyDataGrid.Refresh();
SoundPalyUtil.PlaySound(SoundType.ShotSucc);
}


Loading…
Cancel
Save