From a787d539564d4076cc74d3ef4cb3c206e4ef8438 Mon Sep 17 00:00:00 2001 From: yibo <361071264@qq.com> Date: Thu, 18 Oct 2018 13:01:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E8=B0=83=E6=95=B4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../B3ButcherManageToSale.csproj | 1 - B3ButcherManageToSale/CopyTableDb.cs | 25 ------------------- .../SaleOutStockPrint.xml | 12 ++++----- 3 files changed, 6 insertions(+), 32 deletions(-) delete mode 100644 B3ButcherManageToSale/CopyTableDb.cs diff --git a/B3ButcherManageToSale/B3ButcherManageToSale.csproj b/B3ButcherManageToSale/B3ButcherManageToSale.csproj index 3c7b172..33732aa 100644 --- a/B3ButcherManageToSale/B3ButcherManageToSale.csproj +++ b/B3ButcherManageToSale/B3ButcherManageToSale.csproj @@ -75,7 +75,6 @@ - diff --git a/B3ButcherManageToSale/CopyTableDb.cs b/B3ButcherManageToSale/CopyTableDb.cs deleted file mode 100644 index 1d9a066..0000000 --- a/B3ButcherManageToSale/CopyTableDb.cs +++ /dev/null @@ -1,25 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using TSingSoft.WebPluginFramework.Install; - -namespace BWP.B3ButcherManageToSale -{ - [DataPatch] - public class CopyTableDb : IDataPatch - { - public void Execute(Forks.EnterpriseServices.BusinessInterfaces.TransactionContext context) - { - try - { - var sql = @"INSERT INTO [B3Sale_GoodsViewConfig] -([Goods_ID]) -SELECT [Goods_ID] -FROM [B3ButcherManageToSale_GoodsViewConfig];"; - context.Session.ExecuteSqlNonQuery(sql); - } - catch { } - } - } -} diff --git a/WebFolder/config/billreports/B3ButcherManageToSale/SaleOutStockPrint.xml b/WebFolder/config/billreports/B3ButcherManageToSale/SaleOutStockPrint.xml index 7935dee..28524b3 100644 --- a/WebFolder/config/billreports/B3ButcherManageToSale/SaleOutStockPrint.xml +++ b/WebFolder/config/billreports/B3ButcherManageToSale/SaleOutStockPrint.xml @@ -1,14 +1,16 @@  - - + + +   备货单 - + + @@ -16,10 +18,8 @@ -