|
|
|
@ -13,6 +13,7 @@ using TSingSoft.WebPluginFramework; |
|
|
|
using TSingSoft.WebPluginFramework.Pages; |
|
|
|
using TSingSoft.WebPluginFramework.TimerTasks; |
|
|
|
using BWP.Web.Pages.B3ButcherManage.Bills.WeighBill_; |
|
|
|
using BWP.B3ProduceUnitedInfos; |
|
|
|
|
|
|
|
namespace BWP.B3QingDaoWanFu |
|
|
|
{ |
|
|
|
@ -35,6 +36,7 @@ namespace BWP.B3QingDaoWanFu |
|
|
|
GlobalFlags.On(B3SaleConsts.Flags.CustAcceptAnalyseHasFactoryPrice); |
|
|
|
GlobalFlags.On(B3ButcherManageConsts.GlobalFlags.预付款单不关联过磅单); |
|
|
|
GlobalFlags.On(B3SaleConsts.Flags.EnableABCPay); |
|
|
|
GlobalFlags.On(B3ProduceUnitedInfosConsts.GlobalFlags.Car_UseDriver); |
|
|
|
|
|
|
|
TimerConfig.Register(() => "* * * * *", new QueryTrustPayTask()); |
|
|
|
TimerConfig.Register(() => "*/5 * * * *", new QueryNoGatheringTrustPayTask()); |
|
|
|
|