Browse Source

【市场活动】增加 调价公式 明细

master
luanhui 8 years ago
parent
commit
c64722b241
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      B3QingDaoWanFu.Web/PluginClass.cs

+ 2
- 0
B3QingDaoWanFu.Web/PluginClass.cs View File

@ -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);
}
}
}

Loading…
Cancel
Save