Browse Source

摘要加大

master
luanhui 8 years ago
parent
commit
db0b1a301d
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      B3_DongFangWanQi.Web/Pages/B3_DongFangWanQi/Bills/ProductionNotification_/ProductionNotificationEdit.cs

+ 3
- 1
B3_DongFangWanQi.Web/Pages/B3_DongFangWanQi/Bills/ProductionNotification_/ProductionNotificationEdit.cs View File

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


Loading…
Cancel
Save