Browse Source

结算单结算奖罚,如果用屠宰单,则加个标记用来区分是用重量还是用结算重

master
yibo 8 years ago
parent
commit
abd5af85f1
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      B3QingDaoWanFu.Web/PluginClass.cs

+ 3
- 1
B3QingDaoWanFu.Web/PluginClass.cs View File

@ -1,4 +1,5 @@
using BWP.Web.Pages.B3ButcherManage.Bills.StatPay_;
using BWP.B3ButcherManage;
using BWP.Web.Pages.B3ButcherManage.Bills.StatPay_;
using BWP.Web.Pages.B3QingDaoWanFu.Overlays;
using System;
using System.Collections.Generic;
@ -16,6 +17,7 @@ namespace BWP.B3QingDaoWanFu
{
WpfPageFactory.RegisterPageOverlay(typeof(StatPayEdit).FullName, typeof(StatPayEdit_Ext).FullName);
WpfPageFactory.RegisterPageOverlay(typeof(StatPayAnalyse).FullName, typeof(StatPayAnalyse_Ext).FullName);
GlobalFlags.On(B3ButcherManageConsts.GlobalFlags.StatPayAddRewardWithButcherUseWeight);
}
}
}

Loading…
Cancel
Save