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

This commit is contained in:
季圣华
2019-07-28 23:35:36 +08:00
parent 513b188071
commit 0e46a9f21d

View File

@@ -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',