|
|
|
@ -2,6 +2,7 @@ |
|
|
|
using System.Collections.Generic; |
|
|
|
using System.Linq; |
|
|
|
using System.Text; |
|
|
|
using BWP.Web.Layout; |
|
|
|
using BWP.Web.Pages.B3Sale.Bills.SaleOutStore_; |
|
|
|
using TSingSoft.WebControls2; |
|
|
|
|
|
|
|
@ -9,6 +10,11 @@ namespace BWP.Web.Pages.B3QingDaoWanFu.Overlays |
|
|
|
{ |
|
|
|
class SaleOutStoreEdit_Ext: SaleOutStoreEdit |
|
|
|
{ |
|
|
|
protected override void AddEmpInfo(AutoLayoutConfig config) |
|
|
|
{ |
|
|
|
config.Add("BalanceMoney"); |
|
|
|
} |
|
|
|
|
|
|
|
protected override void AddCustomerDetailColumns(DFEditGrid detailGrid) |
|
|
|
{ |
|
|
|
detailGrid.Columns.Add(new DFEditGridColumn<DFValueLabel>("FactoryPrice")); |
|
|
|
|