From cc62f767326d8829a6131a3329c38f14320ddca9 Mon Sep 17 00:00:00 2001 From: zhangzhifeng <1738604611@qq.com> Date: Fri, 10 May 2019 14:36:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E6=B1=82=E5=8D=95No.143331=E7=BC=96?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- B3DealerClient/B3DealerClient.csproj | 68 ++++++++--- .../Properties/Resources.Designer.cs | 108 ++++++++---------- .../Properties/Settings.Designer.cs | 40 +++---- B3DealerClient/Utils/BwpClientWebPrint.cs | 99 ++++++++++++++++ .../CarcassInStoreConfigPrint.cs | 35 ++++++ .../CarcassInStoreConfigPrint.html | 48 ++++++++ .../CarcassInStoreWindow.xaml.cs | 4 +- .../CarcassSaleOutConfigPrint.cs | 33 ++++++ .../CarcassSaleOutConfigPrint.html | 50 ++++++++ .../CarcassSaleOutWindow.xaml.cs | 2 + 10 files changed, 393 insertions(+), 94 deletions(-) create mode 100644 B3DealerClient/Utils/BwpClientWebPrint.cs create mode 100644 B3DealerClient/Windows/CarcassInStoreWindow_/CarcassInStoreConfigPrint.cs create mode 100644 B3DealerClient/Windows/CarcassInStoreWindow_/CarcassInStoreConfigPrint.html create mode 100644 B3DealerClient/Windows/CarcassSaleOutWindow_/CarcassSaleOutConfigPrint.cs create mode 100644 B3DealerClient/Windows/CarcassSaleOutWindow_/CarcassSaleOutConfigPrint.html diff --git a/B3DealerClient/B3DealerClient.csproj b/B3DealerClient/B3DealerClient.csproj index 3a856bc..76005c3 100644 --- a/B3DealerClient/B3DealerClient.csproj +++ b/B3DealerClient/B3DealerClient.csproj @@ -1,5 +1,5 @@  - + Debug @@ -13,6 +13,8 @@ 512 {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 4 + BwpApp + AnyCPU @@ -23,6 +25,7 @@ DEBUG;TRACE prompt 4 + false AnyCPU @@ -32,6 +35,7 @@ TRACE prompt 4 + false app.ico @@ -53,25 +57,54 @@ False ..\..\..\TSREF\release\Newtonsoft.Json.dll - - - - - - - + + False + + + False + + + + + False + + + False + + + False + + + False + + + False + - 4.0 + False + + + False + + + False + + + False + + + False + ..\..\..\tsref\release\zxing.dll - - - MSBuild:Compile Designer + + Dealer_version.cs + App.xaml Code @@ -128,6 +161,7 @@ SettingDialog.xaml + @@ -135,6 +169,7 @@ + CarcassInStoreWindow.xaml @@ -143,6 +178,7 @@ RecordViewDialog.xaml + CarcassSaleOutWindow.xaml @@ -193,7 +229,10 @@ - + + + + Designer @@ -303,6 +342,9 @@ + + +