Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
liexin_supplier
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9198c236
authored
Jun 22, 2021
by
mushishixian
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fix
parent
f589affe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
resources/views/script/SupplierListScript.blade.php
resources/views/script/SupplierListScript.blade.php
View file @
9198c236
...
@@ -216,8 +216,8 @@
...
@@ -216,8 +216,8 @@
}
}
let
supplierId
=
data
[
0
].
supplier_id
;
let
supplierId
=
data
[
0
].
supplier_id
;
let
status
=
data
[
0
].
status
;
let
status
=
data
[
0
].
status
;
let
can
AuditAddSupplier
=
{{
checkPerm
(
"AuditAdd
Supplier"
)?
1
:
0
}};
let
can
ReviewSupplier
=
{{
checkPerm
(
"Review
Supplier"
)?
1
:
0
}};
if
(
can
AuditAdd
Supplier
===
0
&&
status
===
-
1
)
{
if
(
can
Review
Supplier
===
0
&&
status
===
-
1
)
{
layer
.
msg
(
'你没有复审供应商的权限'
,
{
icon
:
5
})
layer
.
msg
(
'你没有复审供应商的权限'
,
{
icon
:
5
})
return
return
}
}
...
...
Write
Preview
Markdown
is supported
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