From 483b0eae878cf975ce2403a6b87f6c9bff122d74 Mon Sep 17 00:00:00 2001 From: "506583276@qq.com" <506583276@qq.com> Date: Fri, 7 Jul 2023 17:57:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E6=9C=BA=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E5=AD=98=E6=9C=AC=E5=9C=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BBWY.Client/Views/FallWare/PrintBoxWindow.xaml.cs | 1 + BBWY.Client/Views/FallWare/PrintLSOrderWindow.xaml.cs | 1 + BBWY.Client/Views/SealBox/SealBoxPrintDetailsWindow.xaml.cs | 1 + 3 files changed, 3 insertions(+) diff --git a/BBWY.Client/Views/FallWare/PrintBoxWindow.xaml.cs b/BBWY.Client/Views/FallWare/PrintBoxWindow.xaml.cs index fc826570..14d396bb 100644 --- a/BBWY.Client/Views/FallWare/PrintBoxWindow.xaml.cs +++ b/BBWY.Client/Views/FallWare/PrintBoxWindow.xaml.cs @@ -175,6 +175,7 @@ namespace BBWY.Client.Views.FallWare { File.Delete(printNames); } + File.WriteAllText(printNames, PrintName); } catch { diff --git a/BBWY.Client/Views/FallWare/PrintLSOrderWindow.xaml.cs b/BBWY.Client/Views/FallWare/PrintLSOrderWindow.xaml.cs index e86ed7c1..06600b46 100644 --- a/BBWY.Client/Views/FallWare/PrintLSOrderWindow.xaml.cs +++ b/BBWY.Client/Views/FallWare/PrintLSOrderWindow.xaml.cs @@ -138,6 +138,7 @@ namespace BBWY.Client.Views.FallWare { File.Delete(printNames); } + File.WriteAllText(printNames, PrintName); } catch { diff --git a/BBWY.Client/Views/SealBox/SealBoxPrintDetailsWindow.xaml.cs b/BBWY.Client/Views/SealBox/SealBoxPrintDetailsWindow.xaml.cs index 41fc9568..55286c08 100644 --- a/BBWY.Client/Views/SealBox/SealBoxPrintDetailsWindow.xaml.cs +++ b/BBWY.Client/Views/SealBox/SealBoxPrintDetailsWindow.xaml.cs @@ -136,6 +136,7 @@ namespace BBWY.Client.Views.SealBox { File.Delete(printNames); } + File.WriteAllText(printNames, PrintName); } catch {