Browse Source

增加箱数

master
wugang 7 years ago
parent
commit
926742aa89
2 changed files with 6 additions and 1 deletions
  1. +3
    -0
      B3_QiLianMuGe.Web/B3_QiLianMuGe.Web.csproj
  2. +3
    -1
      B3_QiLianMuGe.Web/PluginClass.cs

+ 3
- 0
B3_QiLianMuGe.Web/B3_QiLianMuGe.Web.csproj View File

@ -145,6 +145,9 @@
<Compile Include="Pages\B3_QiLianMuGe\ToK3Cloud\SaleOutStoreToK3CloudList.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Pages\Overlays\SaleOutStoreEdit_Ext.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="PluginClass.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>


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

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

Loading…
Cancel
Save