Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
0e46a9f2
Commit
0e46a9f2
authored
Jul 28, 2019
by
季圣华
Browse files
解决‘订单转销售’跳转的时候的状态栏显示的bug
parent
513b1880
Changes
1
Show whitespace changes
Inline
Side-by-side
erp_web/js/pages/materials/in_out.js
View file @
0e46a9f2
...
@@ -482,7 +482,7 @@
...
@@ -482,7 +482,7 @@
}
}
];
];
//如果允许的按钮列表中存在就显示,3-代表审核|反审核的权限
//如果允许的按钮列表中存在就显示,3-代表审核|反审核的权限
if
(
btnEnableList
&&
btnEnableList
.
indexOf
(
3
)
>-
1
){
if(btnEnableList && btnEnableList.indexOf(3)>-1
&& listTitle.indexOf("订单")>-1
){
isHiddenStatus = false; //显示
isHiddenStatus = false; //显示
tableToolBar.push({
tableToolBar.push({
id:'okDepotHead',
id:'okDepotHead',
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment