diff --git a/Aucma.Core.PrintTo/ViewModels/SupplementPrintPageViewModel.cs b/Aucma.Core.PrintTo/ViewModels/SupplementPrintPageViewModel.cs index d03a7c0f..a7e49feb 100644 --- a/Aucma.Core.PrintTo/ViewModels/SupplementPrintPageViewModel.cs +++ b/Aucma.Core.PrintTo/ViewModels/SupplementPrintPageViewModel.cs @@ -80,11 +80,11 @@ namespace Aucma.Core.PrintTo.ViewModels MessageBox.Show("请选中要补打的条码!", "系统提醒"); return; } - if (string.IsNullOrWhiteSpace(BarType)) - { - MessageBox.Show("请选中要补打的类型!", "系统提醒"); - return; - } + //if (string.IsNullOrWhiteSpace(BarType)) + //{ + // MessageBox.Show("请选中要补打的类型!", "系统提醒"); + // return; + //} int Id = Convert.ToInt32(obj); var printSuppleMentBarCode = _printSuppleMentBarCodeServices.FirstAsync(d => d.ObjId == Id).Result; if (printSuppleMentBarCode != null) diff --git a/Aucma.Core.PrintTo/Views/MainWindow.xaml b/Aucma.Core.PrintTo/Views/MainWindow.xaml index 980a26b7..73c6b1ee 100644 --- a/Aucma.Core.PrintTo/Views/MainWindow.xaml +++ b/Aucma.Core.PrintTo/Views/MainWindow.xaml @@ -52,11 +52,9 @@ - - @@ -66,15 +64,15 @@ -