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