diff --git a/B3_QiLianMuGe.Web/B3_QiLianMuGe.Web.csproj b/B3_QiLianMuGe.Web/B3_QiLianMuGe.Web.csproj
index a4d8079..d0a0bb8 100644
--- a/B3_QiLianMuGe.Web/B3_QiLianMuGe.Web.csproj
+++ b/B3_QiLianMuGe.Web/B3_QiLianMuGe.Web.csproj
@@ -145,6 +145,9 @@
ASPXCodeBehind
+
+ ASPXCodeBehind
+
diff --git a/B3_QiLianMuGe.Web/PluginClass.cs b/B3_QiLianMuGe.Web/PluginClass.cs
index eed77ad..7e4d63c 100644
--- a/B3_QiLianMuGe.Web/PluginClass.cs
+++ b/B3_QiLianMuGe.Web/PluginClass.cs
@@ -1,7 +1,8 @@
using BWP.B3CowButcherManage;
using BWP.B3Sale;
+using BWP.Web.Pages.B3Sale.Bills.SaleOutStore_;
using TSingSoft.WebPluginFramework;
-
+using TSingSoft.WebPluginFramework.Pages;
namespace BWP.B3_QiLianMuGe.Web
{
@@ -12,6 +13,7 @@ namespace BWP.B3_QiLianMuGe.Web
GlobalFlags.On(B3SaleConsts.Flags.BillDoCheckUnCheckGoodsBatch);
GlobalFlags.On(B3SaleConsts.Flags.SaleOutStoreListOrderByID);
GlobalFlags.On(B3CowButcherManageConsts.GlobalFlags.投入产出成品入库按过磅单屠宰批次生成单据);
+ WpfPageFactory.RegisterPageOverlay(typeof(SaleOutStoreEdit).FullName, typeof(BWP.Web.Pages.Overlays.SaleOutStoreEdit_Ext).FullName);
}
}
}