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
409707f3
authored
Aug 11, 2021
by
mushishixian
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fix
parent
53be7c77
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
app/Http/Controllers/SupplierController.php
resources/views/web/supplier/SupplierListCommon.blade.php
app/Http/Controllers/SupplierController.php
View file @
409707f3
...
...
@@ -61,9 +61,9 @@ class SupplierController extends Controller
$intracodeModel
=
new
IntracodeModel
();
$this
->
data
[
'userCodes'
]
=
$intracodeModel
->
getChannelUsersEncode
();
$this
->
data
[
'users'
]
=
$intracodeModel
->
getAdminUserAndCode
();
$supplierStatisticsService
=
new
SupplierStatisticsService
();
$statistics
=
$supplierStatisticsService
->
getSupplierListStatistics
();
$this
->
data
[
'statistics'
]
=
$statistics
;
//
$supplierStatisticsService = new SupplierStatisticsService();
//
$statistics = $supplierStatisticsService->getSupplierListStatistics();
//
$this->data['statistics'] = $statistics;
$this
->
data
[
'validPerms'
]
=
[];
//获取共用审核的条数
$applyService
=
new
SupplierShareApplyService
();
...
...
resources/views/web/supplier/SupplierListCommon.blade.php
View file @
409707f3
...
...
@@ -13,7 +13,8 @@
<div
class=
"split-group"
style=
"height: 130px;"
>
<div
class=
"split-item"
id=
"s1"
>
<div
class=
"layui-row"
>
<a
class=
"main_filter layui-badge layui-bg-green"
id=
"all"
>
全部({{$statistics['total']}})
</a>
{{--
<a
class=
"main_filter layui-badge layui-bg-green"
id=
"all"
>
全部({{$statistics['total']}})
</a>
--}}
<a
class=
"main_filter layui-badge layui-bg-green"
id=
"all"
>
全部(999+)
</a>
</div>
</div>
<div
class=
"split-item"
id=
"s2"
style=
"text-align: center"
>
...
...
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