|
|
|
@ -18,6 +18,7 @@ namespace BWP.Web.Pages.B3YunKen.Overlays |
|
|
|
{ |
|
|
|
public class SaleOutStoreEdit_Ext: SaleOutStoreEdit |
|
|
|
{ |
|
|
|
|
|
|
|
protected override void AddCarDriverInfo(LayoutManager layOutManager, AutoLayoutConfig config) |
|
|
|
{ |
|
|
|
layOutManager.Add("Driver_Name", new DFValueLabel()); |
|
|
|
@ -64,6 +65,8 @@ namespace BWP.Web.Pages.B3YunKen.Overlays |
|
|
|
public override void AppToUI() |
|
|
|
{ |
|
|
|
base.AppToUI(); |
|
|
|
if (MinDmo.ID != 0) |
|
|
|
mDFContainer.MakeReadonly("AccountingUnit_ID"); |
|
|
|
mDFContainer.MakeReadonly("SaleKind_ID",!CheckDefaultRole("编辑销售类型")); |
|
|
|
} |
|
|
|
|
|
|
|
|