|
|
|
@ -57,6 +57,10 @@ namespace BWP.Web.Pages.B3SubstituteKill.BaseInfos.SubKillFlag_ |
|
|
|
_detailGrid.Columns.EAdd(new DFEditGridColumn<DFTextBox>("Name")).InitEditControl += (sender, e) => { |
|
|
|
e.Control.Style["width"] = "400px"; |
|
|
|
}; |
|
|
|
|
|
|
|
_detailGrid.Columns.EAdd(new DFEditGridColumn<DFTextBox>("Remark")).InitEditControl += (sender, e) => { |
|
|
|
e.Control.Style["width"] = "400px"; |
|
|
|
}; |
|
|
|
var section = mPageLayoutManager.AddSection("Detail", "标识明细"); |
|
|
|
titlePanel.SetPageLayoutSetting(mPageLayoutManager, section.Name); |
|
|
|
|
|
|
|
|