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
"bin.xml" did not exist on "3f1536a3a13eccdfb14e720244600a6ae90f4ddf"
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