Browse Source

需求单No.137632

master
wugang 8 years ago
parent
commit
2323bfa293
2 changed files with 21 additions and 0 deletions
  1. +1
    -0
      BWP.B3_YunKen.Web/BWP.B3_YunKen.Web.csproj
  2. +20
    -0
      BWP.B3_YunKen.Web/Pages/TypeIOCs/GoodsApplyBasePropertiesIOC.cs

+ 1
- 0
BWP.B3_YunKen.Web/BWP.B3_YunKen.Web.csproj View File

@ -134,6 +134,7 @@
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Pages\MainToSecondConvertRowManger.cs" />
<Compile Include="Pages\TypeIOCs\GoodsApplyBasePropertiesIOC.cs" />
<Compile Include="Pages\Utils\Second_ConvertRatioRowManager.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="PluginClass.cs" />


+ 20
- 0
BWP.B3_YunKen.Web/Pages/TypeIOCs/GoodsApplyBasePropertiesIOC.cs View File

@ -0,0 +1,20 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using BWP.B3Frameworks;
using BWP.Web.Pages.B3Sale.Bills.GoodsApply_;
namespace BWP.Web.Pages.TypeIOCs
{
[TypeIOC(typeof(GoodsApplyEdit), typeof(GoodsApplyEdit.BaseDmoEditPageIOCs.BeforeBasePropertiesApplyLayout))]
public class GoodsApplyBasePropertiesIOC : GoodsApplyEdit.BaseDmoEditPageIOCs.BeforeBasePropertiesApplyLayout
{
public void Invoke(System.Web.UI.Page page, Web.Layout.LayoutManager manager, Web.Layout.AutoLayoutConfig config, Web.CustomPageLayout.PageLayoutSection section)
{
config.AddBefore("IsStandard", "Remark");
config.AddAfter("StandardGoods_ID", "IsStandard");
config.AddAfter("Diff", "StandardGoods_ID");
}
}
}

Loading…
Cancel
Save