From ac41e696ac85c686e23731daf4df6a1b300a5663 Mon Sep 17 00:00:00 2001 From: luanhui <1029149336@qq.com> Date: Wed, 15 Nov 2017 14:29:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E8=B4=A7=E5=AE=A2=E6=88=B7=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BO/BO.csproj | 7 + BO/Utils/BillRpc/CustomerRpc.cs | 16 +- BO/Utils/BillRpc/DeliverGoodsLineRpc.cs | 16 +- BO/Utils/BillRpc/SaleOutStoreRpc.cs | 63 ++++++ BWP.WinFormControl/BWP.WinFormControl.csproj | 4 + BWP.WinFormControl/ComboBoxHelper.cs | 21 -- BWP.WinFormControl/UComboBox2.cs | 204 +++++++++++++++++++ BWP.WinFormControl/WordPair.cs | 31 +++ Distribution/Distribution.csproj | 4 + Distribution/DistributionForm.Designer.cs | 12 +- Distribution/DistributionForm.cs | 44 +++- 11 files changed, 390 insertions(+), 32 deletions(-) create mode 100644 BO/Utils/BillRpc/SaleOutStoreRpc.cs create mode 100644 BWP.WinFormControl/UComboBox2.cs create mode 100644 BWP.WinFormControl/WordPair.cs diff --git a/BO/BO.csproj b/BO/BO.csproj index cca6c4c..c526abb 100644 --- a/BO/BO.csproj +++ b/BO/BO.csproj @@ -103,6 +103,7 @@ + @@ -124,6 +125,12 @@ + + + {a782b23e-be6d-4f51-b5cb-5cd259ba97cc} + BWP.WinFormControl + +