Browse Source

批量审核

master
luanhui 8 years ago
parent
commit
7df64514e3
2 changed files with 6 additions and 0 deletions
  1. +5
    -0
      B3SubstituteKill.Web/Pages/B3SubstituteKill/Bills/SubKillButcherOrder_/SubKillButcherOrderList.cs
  2. +1
    -0
      WebFolder/config/Plugins/B3SubstituteKill.plugin

+ 5
- 0
B3SubstituteKill.Web/Pages/B3SubstituteKill/Bills/SubKillButcherOrder_/SubKillButcherOrderList.cs View File

@ -36,6 +36,11 @@ namespace BWP.Web.Pages.B3SubstituteKill.Bills.SubKillButcherOrder_
} }
} }
public override bool EnableBatchCheck
{
get { return CheckDefaultRole("批量审核", false); }
}
protected override void InitToolBar(HLayoutPanel toolbar) protected override void InitToolBar(HLayoutPanel toolbar)
{ {
base.InitToolBar(toolbar); base.InitToolBar(toolbar);


+ 1
- 0
WebFolder/config/Plugins/B3SubstituteKill.plugin View File

@ -108,6 +108,7 @@
<Function index="12" name="编辑头数"/> <Function index="12" name="编辑头数"/>
<Function index="13" name="编辑重量"/> <Function index="13" name="编辑重量"/>
<Function index="14" name="数据分析"/> <Function index="14" name="数据分析"/>
<Function index="15" name="批量审核"/>
</FunctionGroup> </FunctionGroup>
<FunctionGroup name="代宰结算" roleSchemas="employee"> <FunctionGroup name="代宰结算" roleSchemas="employee">


Loading…
Cancel
Save