Commit 0e46a9f2 authored by 季圣华's avatar 季圣华
Browse files

解决‘订单转销售’跳转的时候的状态栏显示的bug

parent 513b1880
......@@ -482,7 +482,7 @@
}
];
//如果允许的按钮列表中存在就显示,3-代表审核|反审核的权限
if(btnEnableList && btnEnableList.indexOf(3)>-1){
if(btnEnableList && btnEnableList.indexOf(3)>-1 && listTitle.indexOf("订单")>-1){
isHiddenStatus = false; //显示
tableToolBar.push({
id:'okDepotHead',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment