Browse Source

Merge branch 'master' of http://code.qiyue666.com/pengcong001/bbwy

AddValidOverTime
shanji 2 years ago
parent
commit
e533e4fe2d
  1. 1
      BBWY.Client/Views/FallWare/PrintBoxWindow.xaml.cs
  2. 1
      BBWY.Client/Views/FallWare/PrintLSOrderWindow.xaml.cs
  3. 1
      BBWY.Client/Views/SealBox/SealBoxPrintDetailsWindow.xaml.cs

1
BBWY.Client/Views/FallWare/PrintBoxWindow.xaml.cs

@ -175,6 +175,7 @@ namespace BBWY.Client.Views.FallWare
{
File.Delete(printNames);
}
File.WriteAllText(printNames, PrintName);
}
catch
{

1
BBWY.Client/Views/FallWare/PrintLSOrderWindow.xaml.cs

@ -138,6 +138,7 @@ namespace BBWY.Client.Views.FallWare
{
File.Delete(printNames);
}
File.WriteAllText(printNames, PrintName);
}
catch
{

1
BBWY.Client/Views/SealBox/SealBoxPrintDetailsWindow.xaml.cs

@ -136,6 +136,7 @@ namespace BBWY.Client.Views.SealBox
{
File.Delete(printNames);
}
File.WriteAllText(printNames, PrintName);
}
catch
{

Loading…
Cancel
Save