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
3845bcc5
authored
Mar 23, 2026
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fix
parent
439a80ca
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
app/Http/Controllers/Api/SupplierShareApplyApiController.php
resources/views/script/AuditSupplierShareApplyScript.blade.php
app/Http/Controllers/Api/SupplierShareApplyApiController.php
View file @
3845bcc5
...
@@ -124,10 +124,11 @@ class SupplierShareApplyApiController extends Controller
...
@@ -124,10 +124,11 @@ class SupplierShareApplyApiController extends Controller
//获取共用审核列表
//获取共用审核列表
//1.审核分初审和复审
//1.审核分初审和复审
//2.有审核权限都可以看到这个列表
//2.有审核权限都可以看到这个列表
public
function
GetAuditSupplierShareApplyList
2
(
$request
)
public
function
GetAuditSupplierShareApplyList
(
$request
)
{
{
$applyService
=
new
SupplierShareApplyService
();
$applyService
=
new
SupplierShareApplyService
();
$userId
=
$request
->
user
->
userId
;
$userId
=
$request
->
user
->
userId
;
$userId
=
1000
;
$list
=
$applyService
->
getAuditSupplierShareApplyList
(
$userId
);
$list
=
$applyService
->
getAuditSupplierShareApplyList
(
$userId
);
return
$this
->
response
(
0
,
'ok'
,
$list
[
'data'
],
$list
[
'total'
]);
return
$this
->
response
(
0
,
'ok'
,
$list
[
'data'
],
$list
[
'total'
]);
}
}
...
...
resources/views/script/AuditSupplierShareApplyScript.blade.php
View file @
3845bcc5
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
let
table
=
layui
.
table
let
table
=
layui
.
table
table
.
render
({
table
.
render
({
elem
:
'#auditList'
elem
:
'#auditList'
,
url
:
'/api/supplier_share_apply/GetAuditSupplierShareApplyList
2
'
,
url
:
'/api/supplier_share_apply/GetAuditSupplierShareApplyList'
,
method
:
'post'
,
method
:
'post'
,
size
:
'sm'
,
size
:
'sm'
,
limit
:
10
,
limit
:
10
...
...
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