|
|
|
@ -1,14 +1,20 @@ |
|
|
|
using System; |
|
|
|
using System.Collections.Generic; |
|
|
|
using System.Web.UI; |
|
|
|
using System.Web.UI.WebControls; |
|
|
|
using BWP.B3ButcherManage.BO; |
|
|
|
using BWP.B3ButcherManageExport.BL; |
|
|
|
using BWP.B3ExportBase; |
|
|
|
using BWP.B3ExportBase.BO; |
|
|
|
using BWP.B3ExportBase.Utils; |
|
|
|
using BWP.B3Frameworks; |
|
|
|
using BWP.Web.Pages.B3ExportBase; |
|
|
|
using Forks.EnterpriseServices.BusinessInterfaces; |
|
|
|
using Forks.EnterpriseServices.DataForm; |
|
|
|
using Forks.EnterpriseServices.DomainObjects2; |
|
|
|
using Forks.EnterpriseServices.DomainObjects2.DQuery; |
|
|
|
using TSingSoft.WebControls2; |
|
|
|
using TSingSoft.WebPluginFramework; |
|
|
|
|
|
|
|
namespace BWP.Web.Pages.B3ButcherManageExport.NC_.PayToNc_ |
|
|
|
{ |
|
|
|
@ -98,7 +104,6 @@ namespace BWP.Web.Pages.B3ButcherManageExport.NC_.PayToNc_ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
public override string Url |
|
|
|
{ |
|
|
|
get { return "~/B3ButcherManageExport/NC_/PayToNc_/PayToNcList.aspx"; } |
|
|
|
|