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
8107c0a4
Commit
8107c0a4
authored
Jun 02, 2022
by
季圣华
Browse files
解决销售订单审核按钮权限的bug
parent
ce1af496
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/SaleOrderList.vue
View file @
8107c0a4
...
...
@@ -241,21 +241,6 @@
computed
:
{
},
methods
:
{
myHandleEdit
(
record
)
{
if
(
record
.
status
===
'
0
'
)
{
this
.
$refs
.
modalForm
.
action
=
"
edit
"
;
this
.
handleEdit
(
record
);
}
else
{
this
.
$message
.
warning
(
"
抱歉,只有未审核的单据才能编辑!
"
)
}
},
myHandleDelete
(
record
)
{
if
(
record
.
status
===
'
0
'
)
{
this
.
handleDelete
(
record
.
id
)
}
else
{
this
.
$message
.
warning
(
"
抱歉,只有未审核的单据才能删除!
"
)
}
},
getSystemConfig
()
{
getCurrentSystemConfig
().
then
((
res
)
=>
{
if
(
res
.
code
===
200
&&
res
.
data
){
...
...
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