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