From 926742aa893e40263d16618c234d5db511b61bbc Mon Sep 17 00:00:00 2001 From: wugang <425674808@qq.com> Date: Mon, 19 Nov 2018 19:08:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=AE=B1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- B3_QiLianMuGe.Web/B3_QiLianMuGe.Web.csproj | 3 +++ B3_QiLianMuGe.Web/PluginClass.cs | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) 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); } } }