From 4ed79e39a86d143ae7256505c892e77e3cbe67fb Mon Sep 17 00:00:00 2001 From: yibo <361071264@qq.com> Date: Sat, 12 May 2018 13:06:15 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9=E4=B8=9A=E5=8A=A1=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E3=80=82=E6=8A=A5=E8=A1=A8=E5=8A=A0=E7=9B=98=E7=82=B9?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../B3ClientService.Web.csproj | 12 ++ .../CarcassInventoryDialog.cs | 75 +++++++++++ .../CarcassInventory_/CarcassInventoryEdit.cs | 78 +++++++++++ .../CarcassInventory_/CarcassInventoryList.cs | 31 +++++ .../CarcassInventoryList.xml | 57 ++++++++ .../CarcassDetailDialog.cs | 106 +++------------ .../CarcassInOutStoreAnalyse.cs | 117 +++++------------ B3ClientService/B3ClientService.csproj | 11 +- B3ClientService/BL/Bill/CarcassInventoryBL.cs | 18 +++ .../Bill/CarcassInventory/CarcassInventory.cs | 36 +++++ .../CarcassInventory_Detail.cs | 43 ++++++ .../CarcassInventory_SummaryDetail.cs | 48 +++++++ .../BO/Bill/CarcassInventoryTemp.cs | 17 --- B3ClientService/BO/CarcassFullInfoView.cs | 123 ++++++++++++++++++ B3ClientService/ClientServiceUtils.cs | 15 +++ .../OfflinRpc/CarcassInventoryRpc.cs | 106 +++++++++++++-- B3ClientService/Rpcs/InterfaceRpc/GoodsRpc.cs | 24 +--- .../config/plugins/B3ClientService.plugin | 16 +++ 18 files changed, 714 insertions(+), 219 deletions(-) create mode 100644 B3ClientService.Web/Pages/B3ClientService/Bills/CarcassInventory_/CarcassInventoryDialog.cs create mode 100644 B3ClientService.Web/Pages/B3ClientService/Bills/CarcassInventory_/CarcassInventoryEdit.cs create mode 100644 B3ClientService.Web/Pages/B3ClientService/Bills/CarcassInventory_/CarcassInventoryList.cs create mode 100644 B3ClientService.Web/Pages/B3ClientService/Bills/CarcassInventory_/CarcassInventoryList.xml create mode 100644 B3ClientService/BL/Bill/CarcassInventoryBL.cs create mode 100644 B3ClientService/BO/Bill/CarcassInventory/CarcassInventory.cs create mode 100644 B3ClientService/BO/Bill/CarcassInventory/CarcassInventory_Detail.cs create mode 100644 B3ClientService/BO/Bill/CarcassInventory/CarcassInventory_SummaryDetail.cs delete mode 100644 B3ClientService/BO/Bill/CarcassInventoryTemp.cs create mode 100644 B3ClientService/BO/CarcassFullInfoView.cs diff --git a/B3ClientService.Web/B3ClientService.Web.csproj b/B3ClientService.Web/B3ClientService.Web.csproj index 4790cd3..c3fc747 100644 --- a/B3ClientService.Web/B3ClientService.Web.csproj +++ b/B3ClientService.Web/B3ClientService.Web.csproj @@ -107,6 +107,15 @@ ASPXCodeBehind + + ASPXCodeBehind + + + ASPXCodeBehind + + + ASPXCodeBehind + ASPXCodeBehind @@ -162,6 +171,9 @@ + + +