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
You need to sign in or sign up before continuing.
Commit
070cb964
authored
Mar 16, 2022
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修复bug
parent
a9b20556
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletions
app/Http/Controllers/Filter/SupplierFilter.php
resources/views/web/BatchApplyInReviewSupplier.blade.php
storage/exports/supplier_level.xls
app/Http/Controllers/Filter/SupplierFilter.php
View file @
070cb964
...
@@ -41,6 +41,9 @@ class SupplierFilter
...
@@ -41,6 +41,9 @@ class SupplierFilter
if
(
!
empty
(
$map
[
'purchase_uid'
]))
{
if
(
!
empty
(
$map
[
'purchase_uid'
]))
{
$query
->
where
(
'purchase_uid'
,
$map
[
'purchase_uid'
]);
$query
->
where
(
'purchase_uid'
,
$map
[
'purchase_uid'
]);
}
}
if
(
!
empty
(
$map
[
'uploaded_sku'
]))
{
$query
->
where
(
'uploaded_sku'
,
$map
[
'uploaded_sku'
]);
}
if
(
!
empty
(
$map
[
'channel_uid'
]))
{
if
(
!
empty
(
$map
[
'channel_uid'
]))
{
$query
->
where
(
'channel_uid'
,
'like'
,
"%
{
$map
[
'channel_uid'
]
}
%"
);
$query
->
where
(
'channel_uid'
,
'like'
,
"%
{
$map
[
'channel_uid'
]
}
%"
);
}
}
...
...
resources/views/web/BatchApplyInReviewSupplier.blade.php
View file @
070cb964
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
{{--
</button>
--}}
{{--
</button>
--}}
<button
type=
"button"
class=
"layui-btn layui-btn-sm submit-loading"
lay-submit
<button
type=
"button"
class=
"layui-btn layui-btn-sm submit-loading"
lay-submit
lay-filter=
"batch_apply_in_review_supplier"
>
确认
lay-filter=
"batch_apply_in_review_supplier"
>
确认
<button
type=
"button"
class=
"layui-btn layui-btn-sm layui-btn-primary"
id=
"cancel"
>
取消
<button
type=
"button"
class=
"layui-btn layui-btn-sm layui-btn-primary"
lay-submit
lay-filter=
"cancel"
id=
"cancel"
>
取消
</button>
</button>
</div>
</div>
</form>
</form>
...
...
storage/exports/supplier_level.xls
0 → 100644
View file @
070cb964
No preview for this file type
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