|
|
@ -59,6 +59,7 @@ namespace B3DealerClient.Windows.CarcassSaleOutWindow_ |
|
|
if (config.Store != null) |
|
|
if (config.Store != null) |
|
|
context.Store = config.Store; |
|
|
context.Store = config.Store; |
|
|
context.HookWeight = config.HookWeight; |
|
|
context.HookWeight = config.HookWeight; |
|
|
|
|
|
weightUnit.IsChecked = config.IsPic; |
|
|
pageSize = (int)customerPanel.ActualHeight / 60; |
|
|
pageSize = (int)customerPanel.ActualHeight / 60; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@ -302,5 +303,11 @@ namespace B3DealerClient.Windows.CarcassSaleOutWindow_ |
|
|
context.Dmo = context.Dmo; |
|
|
context.Dmo = context.Dmo; |
|
|
MessageBox.Show("配货完成"); |
|
|
MessageBox.Show("配货完成"); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
private void weightUnit_Checked(object sender, RoutedEventArgs e) |
|
|
|
|
|
{ |
|
|
|
|
|
config.IsPic = weightUnit.IsChecked; |
|
|
|
|
|
XmlUtil.SerializerObjToFile(config); |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |