From 0fecc49d724bac06ba41f10993d76d9db1621e18 Mon Sep 17 00:00:00 2001 From: wushukun <18860363876@163.com> Date: Sat, 28 Apr 2018 15:24:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=94=80=E5=94=AE=E5=87=BA?= =?UTF-8?q?=E5=BA=93=20=E6=89=93=E5=8D=B0=20=E8=AF=A6=E8=A7=81=E9=9C=80?= =?UTF-8?q?=E6=B1=82=E5=8D=95=20139737?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- B3QingDaoWanFu.Web/B3QingDaoWanFu.Web.csproj | 11 + .../SaleOutStore_/CustomPrintAction.cs | 44 +++ .../SaleOutStore_/CustomPriviewAction.cs | 46 +++ .../SaleOutStore_/SaleOutStoreSimpleAnayse.cs | 233 ++++++++++++ .../SaleOutStoreSimpleAnayse.xml | 48 +++ .../SaleOutStoreSimpleAnaysePrint.cs | 332 ++++++++++++++++++ B3QingDaoWanFu/B3QingDaoWanFu.csproj | 2 + .../SaleOutStorePrintInfo.cs | 71 ++++ .../SaleOutStoreSimpleAnayse.cs | 35 ++ .../SaleOutStoreSimpleAnaysePrint.xml | 19 + .../config/plugins/B3QingDaoWanFu.plugin | 2 + 11 files changed, 843 insertions(+) create mode 100644 B3QingDaoWanFu.Web/Pages/B3QingDaoWanFu/SaleOutStore_/CustomPrintAction.cs create mode 100644 B3QingDaoWanFu.Web/Pages/B3QingDaoWanFu/SaleOutStore_/CustomPriviewAction.cs create mode 100644 B3QingDaoWanFu.Web/Pages/B3QingDaoWanFu/SaleOutStore_/SaleOutStoreSimpleAnayse.cs create mode 100644 B3QingDaoWanFu.Web/Pages/B3QingDaoWanFu/SaleOutStore_/SaleOutStoreSimpleAnayse.xml create mode 100644 B3QingDaoWanFu.Web/Pages/B3QingDaoWanFu/SaleOutStore_/SaleOutStoreSimpleAnaysePrint.cs create mode 100644 B3QingDaoWanFu/BO/SaleOutStorePrint/SaleOutStorePrintInfo.cs create mode 100644 B3QingDaoWanFu/BO/SaleOutStorePrint/SaleOutStoreSimpleAnayse.cs create mode 100644 WebFolder/config/billreports/B3QingDaoWanFu/SaleOutStoreSimpleAnaysePrint.xml diff --git a/B3QingDaoWanFu.Web/B3QingDaoWanFu.Web.csproj b/B3QingDaoWanFu.Web/B3QingDaoWanFu.Web.csproj index 83b204f..f02ea28 100644 --- a/B3QingDaoWanFu.Web/B3QingDaoWanFu.Web.csproj +++ b/B3QingDaoWanFu.Web/B3QingDaoWanFu.Web.csproj @@ -162,6 +162,14 @@ ASPXCodeBehind + + + + ASPXCodeBehind + + + ASPXCodeBehind + ASPXCodeBehind @@ -189,6 +197,9 @@ + + +