|
|
|
@ -17,12 +17,13 @@ namespace BWP.Web.Pages.B3YunKen.Overlays |
|
|
|
{ |
|
|
|
public class CustomerApplyEdit_Ext : CustomerApplyEdit |
|
|
|
{ |
|
|
|
public override void AddConfig(Layout.AutoLayoutConfig config) |
|
|
|
public override void AddConfig(Layout.AutoLayoutConfig config, Layout.LayoutManager manager) |
|
|
|
{ |
|
|
|
base.AddConfig(config); |
|
|
|
base.AddConfig(config, manager); |
|
|
|
config.AddBefore("SalePeople_ID", "Remark"); |
|
|
|
config.AddAfter("Dealer_ID", "SalePeople_ID"); |
|
|
|
config.AddAfter("OfficeAddress", "Dealer_ID"); |
|
|
|
manager.Add("Employee_ID", new SimpleLabel("销售人员"), InputCreator.DFChoiceBox("授权员工", "Employee_Name")); |
|
|
|
} |
|
|
|
|
|
|
|
protected override void InitNewDmo(CustomerApply dmo) |
|
|
|
|