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
3b29bfa1
authored
Jul 22, 2021
by
mushishixian
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
筛选
parent
1af7f9a1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
app/Http/Controllers/Filter/SupplierFilter.php
app/Http/Services/SupplierStatisticsService.php
config/fixed.php
resources/views/web/supplier/SupplierListCommon.blade.php
app/Http/Controllers/Filter/SupplierFilter.php
View file @
3b29bfa1
...
...
@@ -221,8 +221,8 @@ class SupplierFilter
case
"block"
:
$query
->
where
(
'status'
,
SupplierChannelModel
::
STATUS_BLOCK
);
break
;
case
"has_
tag_supplier
"
:
$query
->
where
(
'has_tag'
,
1
);
case
"has_
supplier_tag
"
:
$query
->
where
(
'has_
supplier_
tag'
,
1
);
break
;
//附件里面缺少品质协议的
// case "no_quality_assurance_agreement":
...
...
app/Http/Services/SupplierStatisticsService.php
View file @
3b29bfa1
...
...
@@ -68,7 +68,7 @@ class SupplierStatisticsService
'to_follow_up'
=>
$toFollowUp
,
'no_sku'
=>
$noSku
,
'no_quality_assurance_agreement'
=>
$noQualityAssuranceAgreement
,
'has_
tag_supplier
'
=>
$hasTagSupplier
,
'has_
supplier_tag
'
=>
$hasTagSupplier
,
'contact_no_complete'
=>
$concatNoComplete
,
];
$result
=
array_map
(
function
(
$value
)
{
...
...
config/fixed.php
View file @
3b29bfa1
...
...
@@ -221,7 +221,7 @@ return [
'to_follow_up'
=>
'待跟进'
,
'no_sku'
=>
'无sku'
,
'no_quality_assurance_agreement'
=>
'无品质协议'
,
'has_
tag_supplier
'
=>
'客户指定供应商'
,
'has_
supplier_tag
'
=>
'客户指定供应商'
,
],
//Sku列表的罗盘对应菜单id
'SkuListCompassMenuMap'
=>
[
...
...
resources/views/web/supplier/SupplierListCommon.blade.php
View file @
3b29bfa1
...
...
@@ -113,7 +113,7 @@
@endif
<div
class=
"layui-row"
>
<a
class=
"main_filter"
id=
"has_
tag_supplier
"
>
<a
class=
"main_filter"
id=
"has_
supplier_tag
"
>
</a>
</div>
</div>
...
...
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