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 @@
-