|
|
|
@ -1,21 +0,0 @@ |
|
|
|
using BWP.B3Frameworks; |
|
|
|
using BWP.Web.Pages.B3ButcherManage.Bills.WeighBill_; |
|
|
|
using System; |
|
|
|
using System.Collections.Generic; |
|
|
|
using System.Linq; |
|
|
|
using System.Text; |
|
|
|
using System.Threading.Tasks; |
|
|
|
|
|
|
|
namespace BWP.Web.Pages.TypeIOCs |
|
|
|
{ |
|
|
|
[TypeIOC(typeof(WeighBillEdit), typeof(WeighBillEdit.BaseDmoEditPageIOCs.BeforeBasePropertiesApplyLayout))] |
|
|
|
class WeighBillEditTypeIoc : WeighBillEdit.BaseDmoEditPageIOCs.BeforeBasePropertiesApplyLayout |
|
|
|
{ |
|
|
|
public void Invoke(System.Web.UI.Page page, Layout.LayoutManager manager, Layout.AutoLayoutConfig config, CustomPageLayout.PageLayoutSection section) |
|
|
|
{ |
|
|
|
config.Add("PurchaseType"); |
|
|
|
config.Add("ShackWeight"); |
|
|
|
config.Add("ShackMoney"); |
|
|
|
} |
|
|
|
} |
|
|
|
} |