From 1f91fa09dda1993766806cdfb431cfa2471fa3cc Mon Sep 17 00:00:00 2001 From: wangshaoyang <18303387296@139.com> Date: Mon, 29 Apr 2019 11:47:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Windows/CarcassSaleOutWindow_/CarcassSaleOutWindow.xaml | 2 +- .../CarcassSaleOutWindow_/CarcassSaleOutWindow.xaml.cs | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/B3DealerClient/Windows/CarcassSaleOutWindow_/CarcassSaleOutWindow.xaml b/B3DealerClient/Windows/CarcassSaleOutWindow_/CarcassSaleOutWindow.xaml index ffd15c9..01d3267 100644 --- a/B3DealerClient/Windows/CarcassSaleOutWindow_/CarcassSaleOutWindow.xaml +++ b/B3DealerClient/Windows/CarcassSaleOutWindow_/CarcassSaleOutWindow.xaml @@ -214,7 +214,7 @@ - + diff --git a/B3DealerClient/Windows/CarcassSaleOutWindow_/CarcassSaleOutWindow.xaml.cs b/B3DealerClient/Windows/CarcassSaleOutWindow_/CarcassSaleOutWindow.xaml.cs index 205449c..531d397 100644 --- a/B3DealerClient/Windows/CarcassSaleOutWindow_/CarcassSaleOutWindow.xaml.cs +++ b/B3DealerClient/Windows/CarcassSaleOutWindow_/CarcassSaleOutWindow.xaml.cs @@ -301,13 +301,13 @@ namespace B3DealerClient.Windows.CarcassSaleOutWindow_ foreach (var item in targets) item.AssignFinished = true; context.Dmo = context.Dmo; - MessageBox.Show("配货完成"); + //MessageBox.Show("配货完成"); } - private void weightUnit_Checked(object sender, RoutedEventArgs e) + private void weightUnit_Click(object sender, RoutedEventArgs e) { config.IsPic = weightUnit.IsChecked; - XmlUtil.SerializerObjToFile(config); + XmlUtil.SerializerObjToFile(config); } } }