|
|
using BWP.Web.Pages.B3ButcherManage.Bills.StatPay_;
|
|
|
using System;
|
|
|
using System.Collections.Generic;
|
|
|
using System.Linq;
|
|
|
using System.Text;
|
|
|
using TSingSoft.WebControls2;
|
|
|
|
|
|
namespace BWP.Web.Pages.B3QingDaoWanFu.Overlays
|
|
|
{
|
|
|
class StatPayList_Ext : StatPayList
|
|
|
{
|
|
|
protected override void InitToolBar(TSingSoft.WebControls2.HLayoutPanel toolbar)
|
|
|
{
|
|
|
base.InitToolBar(toolbar);
|
|
|
var button = new TSButton("养殖户分析") { UseSubmitBehavior = false };
|
|
|
button.OnClientClick = "preventEventDefault(event);OpenUrlInTopTab('B3QingDaoWanFu/Reports/StatPayAnalyse.aspx','养殖户分析');";
|
|
|
toolbar.Add(button);
|
|
|
}
|
|
|
}
|
|
|
}
|