From 188fb863118738b75f3ff4ef5e1103a9fbb48261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=9E=E9=B1=BC?= <506583276@qq.com> Date: Wed, 20 Mar 2024 19:51:11 +0800 Subject: [PATCH] 10234 --- BBWY.Client/GlobalContext.cs | 2 +- BBWY.Client/Views/SealBox/SealBoxPolicyDetailsWindow.xaml | 8 ++++---- .../Views/SealBox/SealBoxPrintDetailsWindow.xaml.cs | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/BBWY.Client/GlobalContext.cs b/BBWY.Client/GlobalContext.cs index 57c63914..ad6034e0 100644 --- a/BBWY.Client/GlobalContext.cs +++ b/BBWY.Client/GlobalContext.cs @@ -13,7 +13,7 @@ namespace BBWY.Client { ShopServiceGroupList = new List(); ShopServiceGroupLowerList = new List(); - ClientVersion = "10233"; + ClientVersion = "10234"; } diff --git a/BBWY.Client/Views/SealBox/SealBoxPolicyDetailsWindow.xaml b/BBWY.Client/Views/SealBox/SealBoxPolicyDetailsWindow.xaml index 5eec4ee6..4d3e8ec2 100644 --- a/BBWY.Client/Views/SealBox/SealBoxPolicyDetailsWindow.xaml +++ b/BBWY.Client/Views/SealBox/SealBoxPolicyDetailsWindow.xaml @@ -34,16 +34,16 @@ --> - + - + - + - + diff --git a/BBWY.Client/Views/SealBox/SealBoxPrintDetailsWindow.xaml.cs b/BBWY.Client/Views/SealBox/SealBoxPrintDetailsWindow.xaml.cs index 4bfe36b3..7eceb3e4 100644 --- a/BBWY.Client/Views/SealBox/SealBoxPrintDetailsWindow.xaml.cs +++ b/BBWY.Client/Views/SealBox/SealBoxPrintDetailsWindow.xaml.cs @@ -169,8 +169,8 @@ namespace BBWY.Client.Views.SealBox App.Current.Dispatcher.Invoke(new Action(() => { SealBoxPolicyDetailsWindow policyDetailsWindow = new SealBoxPolicyDetailsWindow(sealBoxSkus, SealBoxModel.ShopName, SealBoxModel.WareName, SealBoxModel.SealBoxId, SealBoxModel.AcceptUserName); - - policyDetailsWindow.PrintBox(PrintName); + policyDetailsWindow.Show(); + //policyDetailsWindow.PrintBox(PrintName); })); }