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
4d50abbb
authored
Jun 15, 2023
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修改展示文字
parent
d28c0603
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
app/Http/Services/DataService.php
app/Http/Services/DataService.php
View file @
4d50abbb
...
...
@@ -1270,11 +1270,11 @@ class DataService
//找出哪些是芯链上传的
$yunxinUploadSupplierCodes
=
SkuUploadLogModel
::
whereIn
(
'supplier_code'
,
$yunxinSupplierCodes
)
->
where
(
'source'
,
2
)
->
pluck
(
'supplier_code'
)
->
unique
()
->
toArray
();
$skuNumYunxin
=
SupplierChannelModel
::
whereIn
(
'supplier_code'
,
$yunxinUploadSupplierCodes
)
->
sum
(
'sku_num'
);
echo
(
"<p>上架供应商数(
不含代购,原厂
):"
.
$supplierCount
.
'</p>'
);
echo
(
"<p>上架
芯链供应商数
:"
.
count
(
$yunxinUploadSupplierCodes
)
.
'</p>'
);
echo
(
"<p>SKU
上架总条数(含API接口
):"
.
$skuNum1
.
'</p>'
);
echo
(
"<p>SKU上架总条数(
只含
芯链):"
.
$skuNumYunxin
.
'</p>'
);
echo
(
"<p>SKU 上架条数(不含API接口):"
.
$skuNum2
.
'</p>'
);
echo
(
"<p>上架供应商数(
全部
):"
.
$supplierCount
.
'</p>'
);
echo
(
"<p>上架
供应商数(仅芯链)
:"
.
count
(
$yunxinUploadSupplierCodes
)
.
'</p>'
);
echo
(
"<p>SKU
上架总条数(全部
):"
.
$skuNum1
.
'</p>'
);
echo
(
"<p>SKU上架总条数(
仅
芯链):"
.
$skuNumYunxin
.
'</p>'
);
//
echo("<p>SKU 上架条数(不含API接口):" . $skuNum2 . '</p>');
}
//获取采购系统24号作废的深圳入库明细
...
...
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