From d3a41870c9cef865dddcbfb78c39605e8506652f Mon Sep 17 00:00:00 2001 From: "liulb@mesnac.com" Date: Tue, 30 Apr 2024 11:11:31 +0800 Subject: [PATCH] . --- .../ViewModels/SupplementPrintPageViewModel.cs | 10 +++++----- Aucma.Core.PrintTo/Views/MainWindow.xaml | 6 ++---- Aucma.Core.PrintTo/Views/MainWindow.xaml.cs | 1 + 3 files changed, 8 insertions(+), 9 deletions(-) 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 @@ -