|
|
|
@ -27,13 +27,15 @@ namespace BWP.Web.Pages.B3_DongFangWanQi.Bills.ProductionNotification_ |
|
|
|
protected override void BuildBasePropertiesEditor(TitlePanel titlePanel, PageLayoutSection section) |
|
|
|
{ |
|
|
|
var layoutManager = new LayoutManager("main", mDFInfo, mDFContainer); |
|
|
|
layoutManager.Add("Remark", new SimpleLabel("摘要"), InputCreator.CreateTextArea(50, 600)); |
|
|
|
var config = new AutoLayoutConfig(); |
|
|
|
config.Add("AccountingUnit_ID"); |
|
|
|
config.Add("Department_ID"); |
|
|
|
config.Add("Employee_ID"); |
|
|
|
config.Add("Date"); |
|
|
|
config.Add("Remark"); |
|
|
|
config.Add("Remark").ColSpan = 8; |
|
|
|
layoutManager.Config = config; |
|
|
|
|
|
|
|
section.ApplyLayout(layoutManager, config, mPageLayoutManager, mDFInfo); |
|
|
|
titlePanel.Controls.Add(layoutManager.CreateLayout()); |
|
|
|
} |
|
|
|
|