From 7cc56460ac7e3860090306db3a780ef6a6ec9f3f Mon Sep 17 00:00:00 2001 From: yibo <361071264@qq.com> Date: Sat, 20 Jan 2018 17:43:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E6=B1=82=E5=8D=95No.138386=20?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E3=80=90=E4=BB=A3=E5=AE=B0=E6=8E=92=E5=AE=B0?= =?UTF-8?q?=E3=80=91=E4=B8=9A=E5=8A=A1=E5=8D=95=E6=8D=AE=E3=80=82=E6=94=AF?= =?UTF-8?q?=E6=8C=81=EF=BC=9A=E6=89=93=E5=8D=B0=E3=80=81=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=88=86=E6=9E=90=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../B3SubstituteKill.Web.csproj | 19 +- .../SubKillButcherOrderEdit.cs | 178 ++++++++++++++++++ .../SubKillButcherOrderList.cs | 50 +++++ .../SubKillButcherOrderList.xml | 72 +++++++ .../SubKillButcherOrderPrint.cs | 19 ++ .../SubKillButcherOrderAnalyse.cs | 116 ++++++++++++ .../SubKillButcherOrderAnalyse.xml | 62 ++++++ .../Utils/B3SubstituteDataProvider.cs | 29 +++ B3SubstituteKill/B3SubstituteKill.csproj | 3 + .../SubKillButcherOrderBL.cs | 31 +++ .../SubKillButcherOrder.cs | 84 +++++++++ .../SubKillButcherOrder_Detail.cs | 56 ++++++ .../Utils/B3SubstituteKillConsts.cs | 3 + .../config/Plugins/B3SubstituteKill.plugin | 20 ++ .../SubKillButcherOrderPrint.xml | 37 ++++ 15 files changed, 778 insertions(+), 1 deletion(-) create mode 100644 B3SubstituteKill.Web/Pages/B3SubstituteKill/Bills/SubKillButcherOrder_/SubKillButcherOrderEdit.cs create mode 100644 B3SubstituteKill.Web/Pages/B3SubstituteKill/Bills/SubKillButcherOrder_/SubKillButcherOrderList.cs create mode 100644 B3SubstituteKill.Web/Pages/B3SubstituteKill/Bills/SubKillButcherOrder_/SubKillButcherOrderList.xml create mode 100644 B3SubstituteKill.Web/Pages/B3SubstituteKill/Bills/SubKillButcherOrder_/SubKillButcherOrderPrint.cs create mode 100644 B3SubstituteKill.Web/Pages/B3SubstituteKill/Reports/SubKillButcherOrderAnalyse_/SubKillButcherOrderAnalyse.cs create mode 100644 B3SubstituteKill.Web/Pages/B3SubstituteKill/Reports/SubKillButcherOrderAnalyse_/SubKillButcherOrderAnalyse.xml create mode 100644 B3SubstituteKill/BL/Bills/SubKillButcherOrder/SubKillButcherOrderBL.cs create mode 100644 B3SubstituteKill/BO/Bills/SubKillButcherOrder/SubKillButcherOrder.cs create mode 100644 B3SubstituteKill/BO/Bills/SubKillButcherOrder/SubKillButcherOrder_Detail.cs create mode 100644 WebFolder/config/billreports/B3SubstituteKill/SubKillButcherOrderPrint.xml diff --git a/B3SubstituteKill.Web/B3SubstituteKill.Web.csproj b/B3SubstituteKill.Web/B3SubstituteKill.Web.csproj index 9e94ff4..43562b5 100644 --- a/B3SubstituteKill.Web/B3SubstituteKill.Web.csproj +++ b/B3SubstituteKill.Web/B3SubstituteKill.Web.csproj @@ -119,6 +119,15 @@ ASPXCodeBehind + + ASPXCodeBehind + + + ASPXCodeBehind + + + ASPXCodeBehind + ASPXCodeBehind @@ -141,6 +150,9 @@ ASPXCodeBehind + + ASPXCodeBehind + ASPXCodeBehind @@ -154,7 +166,9 @@ B3SubstituteKill - + + + @@ -179,6 +193,9 @@ + + +