From ba9e67f4f4626ae68d918a492f23c10c11886323 Mon Sep 17 00:00:00 2001 From: yibo <361071264@qq.com> Date: Tue, 23 Jan 2018 15:48:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=BE=85=E5=AE=B0=E7=BB=93=E7=AE=97?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../B3SubstituteKill.Web.csproj | 14 ++ .../Bills/StatPay_/StatPayEdit.cs | 150 ++++++++++++++++++ .../Bills/StatPay_/StatPayList.cs | 38 +++++ .../Bills/StatPay_/StatPayList.xml | 72 +++++++++ .../Bills/StatPay_/StatPayPrint.cs | 22 +++ B3SubstituteKill/B3SubstituteKill.csproj | 4 + .../BL/Bills/StatPay/StatPayBL.cs | 20 +++ B3SubstituteKill/BO/Bills/StatPay/StatPay.cs | 98 ++++++++++++ .../StatPay/StatPay_CallbackPayDetail.cs | 37 +++++ .../BO/Bills/StatPay/StatPay_CostDetail.cs | 45 ++++++ .../Utils/B3SubstituteKillConsts.cs | 1 + .../config/Plugins/B3SubstituteKill.plugin | 16 ++ .../B3SubstituteKill/StatPayPrint.xml | 43 +++++ .../SubKillPriceBillPrint.xml | 2 +- .../SubKillWeightBillPrint.xml | 1 - 15 files changed, 561 insertions(+), 2 deletions(-) create mode 100644 B3SubstituteKill.Web/Pages/B3SubstituteKill/Bills/StatPay_/StatPayEdit.cs create mode 100644 B3SubstituteKill.Web/Pages/B3SubstituteKill/Bills/StatPay_/StatPayList.cs create mode 100644 B3SubstituteKill.Web/Pages/B3SubstituteKill/Bills/StatPay_/StatPayList.xml create mode 100644 B3SubstituteKill.Web/Pages/B3SubstituteKill/Bills/StatPay_/StatPayPrint.cs create mode 100644 B3SubstituteKill/BL/Bills/StatPay/StatPayBL.cs create mode 100644 B3SubstituteKill/BO/Bills/StatPay/StatPay.cs create mode 100644 B3SubstituteKill/BO/Bills/StatPay/StatPay_CallbackPayDetail.cs create mode 100644 B3SubstituteKill/BO/Bills/StatPay/StatPay_CostDetail.cs create mode 100644 WebFolder/config/billreports/B3SubstituteKill/StatPayPrint.xml diff --git a/B3SubstituteKill.Web/B3SubstituteKill.Web.csproj b/B3SubstituteKill.Web/B3SubstituteKill.Web.csproj index 43562b5..c1b1884 100644 --- a/B3SubstituteKill.Web/B3SubstituteKill.Web.csproj +++ b/B3SubstituteKill.Web/B3SubstituteKill.Web.csproj @@ -119,6 +119,15 @@ ASPXCodeBehind + + ASPXCodeBehind + + + ASPXCodeBehind + + + ASPXCodeBehind + ASPXCodeBehind @@ -196,6 +205,11 @@ + + + Designer + +