Browse Source

、【仓库客户端】打开界面时,默认上次打开界面中勾选的片/头

master
wangshaoyang 6 years ago
parent
commit
39d835a5ab
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      B3DealerClient/Windows/CarcassSaleOutWindow_/CarcassSaleOutWindow.xaml.cs

+ 1
- 1
B3DealerClient/Windows/CarcassSaleOutWindow_/CarcassSaleOutWindow.xaml.cs View File

@ -301,7 +301,7 @@ namespace B3DealerClient.Windows.CarcassSaleOutWindow_
foreach (var item in targets)
item.AssignFinished = true;
context.Dmo = context.Dmo;
//MessageBox.Show("配货完成");
MessageBox.Show("配货完成");
}
private void weightUnit_Click(object sender, RoutedEventArgs e)


Loading…
Cancel
Save