|
|
@ -12,6 +12,13 @@ namespace BWP.Web.Pages.B3YunKen.Overlays |
|
|
{ |
|
|
{ |
|
|
public class OrderEdit_Ext:OrderEdit |
|
|
public class OrderEdit_Ext:OrderEdit |
|
|
{ |
|
|
{ |
|
|
|
|
|
|
|
|
|
|
|
public override void AppToUI() |
|
|
|
|
|
{ |
|
|
|
|
|
base.AppToUI(); |
|
|
|
|
|
if (MinDmo.ID != 0) |
|
|
|
|
|
mDFContainer.MakeReadonly("AccountingUnit_ID"); |
|
|
|
|
|
} |
|
|
protected override void AddCarDriverInfoConfig(LayoutManager layOutManager, AutoLayoutConfig config) |
|
|
protected override void AddCarDriverInfoConfig(LayoutManager layOutManager, AutoLayoutConfig config) |
|
|
{ |
|
|
{ |
|
|
layOutManager.Add("Driver_Name", new DFValueLabel()); |
|
|
layOutManager.Add("Driver_Name", new DFValueLabel()); |
|
|
|