Browse Source

去掉标识

master
yibo 7 years ago
parent
commit
bd1c4ecc22
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      B3_QiLianMuGe.Web/PluginClass.cs

+ 0
- 1
B3_QiLianMuGe.Web/PluginClass.cs View File

@ -11,7 +11,6 @@ namespace BWP.B3_QiLianMuGe.Web
public void OnInit() public void OnInit()
{ {
GlobalFlags.On(B3SaleConsts.Flags.BillDoCheckUnCheckGoodsBatch); GlobalFlags.On(B3SaleConsts.Flags.BillDoCheckUnCheckGoodsBatch);
GlobalFlags.On(B3SaleConsts.Flags.SaleOutStoreListOrderByID);
GlobalFlags.On(B3CowButcherManageConsts.GlobalFlags.); GlobalFlags.On(B3CowButcherManageConsts.GlobalFlags.);
WpfPageFactory.RegisterPageOverlay(typeof(SaleOutStoreEdit).FullName, typeof(BWP.Web.Pages.Overlays.SaleOutStoreEdit_Ext).FullName); WpfPageFactory.RegisterPageOverlay(typeof(SaleOutStoreEdit).FullName, typeof(BWP.Web.Pages.Overlays.SaleOutStoreEdit_Ext).FullName);
} }


Loading…
Cancel
Save