From c64722b241a2a373a3136d559f07a5f965516ad3 Mon Sep 17 00:00:00 2001 From: luanhui <1029149336@qq.com> Date: Tue, 2 Jan 2018 18:34:48 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=B8=82=E5=9C=BA=E6=B4=BB=E5=8A=A8?= =?UTF-8?q?=E3=80=91=E5=A2=9E=E5=8A=A0=20=E8=B0=83=E4=BB=B7=E5=85=AC?= =?UTF-8?q?=E5=BC=8F=20=E6=98=8E=E7=BB=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- B3QingDaoWanFu.Web/PluginClass.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/B3QingDaoWanFu.Web/PluginClass.cs b/B3QingDaoWanFu.Web/PluginClass.cs index 3f69b59..7d0a596 100644 --- a/B3QingDaoWanFu.Web/PluginClass.cs +++ b/B3QingDaoWanFu.Web/PluginClass.cs @@ -6,6 +6,7 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; +using BWP.B3Sale; using BWP.Web.Pages.B3Sale.Bills.SaleOutStore_; using TSingSoft.WebPluginFramework; using TSingSoft.WebPluginFramework.Pages; @@ -20,6 +21,7 @@ namespace BWP.B3QingDaoWanFu WpfPageFactory.RegisterPageOverlay(typeof(StatPayAnalyse).FullName, typeof(StatPayAnalyse_Ext).FullName); WpfPageFactory.RegisterPageOverlay(typeof(SaleOutStoreEdit).FullName, typeof(SaleOutStoreEdit_Ext).FullName); GlobalFlags.On(B3ButcherManageConsts.GlobalFlags.StatPayAddRewardWithButcherUseWeight); + GlobalFlags.On(B3SaleConsts.Flags.SelectStoreNotByAccountingUnit); } } }