From d384676d8b144220290b25cfe5dd2a4784a1bd58 Mon Sep 17 00:00:00 2001 From: luanhui <1029149336@@qq.com> Date: Mon, 29 Jan 2018 16:22:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E6=B1=82=E5=8D=95No.138389?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../B3SubstituteKill.Web.csproj | 12 ++ .../SubKillFromToAccountAnalyse.cs | 194 ++++++++++++++++++ .../SubKillFromToAccountAnalyse.xml | 37 ++++ .../SubKillFromToAccountSummaryAnalyse.cs | 194 ++++++++++++++++++ .../SubKillFromToAccountSummaryAnalyse.xml | 27 +++ B3SubstituteKill/B3SubstituteKill.csproj | 1 + .../SubKillGathering/SubKillGatheringBL.cs | 7 + .../SubKillGathering/SubKillGathering.cs | 5 + .../BO/SubKillFromToAccountAnalyse_View.cs | 120 +++++++++++ .../config/Plugins/B3SubstituteKill.plugin | 8 + 10 files changed, 605 insertions(+) create mode 100644 B3SubstituteKill.Web/Pages/B3SubstituteKill/Reports/SubKillFromToAccountAnalyse_/SubKillFromToAccountAnalyse.cs create mode 100644 B3SubstituteKill.Web/Pages/B3SubstituteKill/Reports/SubKillFromToAccountAnalyse_/SubKillFromToAccountAnalyse.xml create mode 100644 B3SubstituteKill.Web/Pages/B3SubstituteKill/Reports/SubKillFromToAccountAnalyse_/SubKillFromToAccountSummaryAnalyse.cs create mode 100644 B3SubstituteKill.Web/Pages/B3SubstituteKill/Reports/SubKillFromToAccountAnalyse_/SubKillFromToAccountSummaryAnalyse.xml create mode 100644 B3SubstituteKill/BO/SubKillFromToAccountAnalyse_View.cs diff --git a/B3SubstituteKill.Web/B3SubstituteKill.Web.csproj b/B3SubstituteKill.Web/B3SubstituteKill.Web.csproj index 2f59e6c..2e75770 100644 --- a/B3SubstituteKill.Web/B3SubstituteKill.Web.csproj +++ b/B3SubstituteKill.Web/B3SubstituteKill.Web.csproj @@ -200,6 +200,12 @@ ASPXCodeBehind + + ASPXCodeBehind + + + ASPXCodeBehind + ASPXCodeBehind @@ -253,6 +259,12 @@ + + + + + +