Commit 371cbe21 by 杨树贤

修复京东商家筛选

parent 75fa973a
......@@ -79,9 +79,7 @@ class SupplierController extends Controller
];
}
$this->data['statusData'] = $statusData;
$stockupTypeData = [];
$stockupTypeList = config('fixed.StockupType');
sort($stockupTypeList, SORT_ASC);
foreach ($stockupTypeList as $key => $value) {
$stockupTypeData[] = [
'name' => $value,
......
......@@ -87,7 +87,7 @@ return [
2 => '猎芯仓库',
4 => '现货寄售',
5 => '芯链商家',
6 => '京东商家',
8 => '京东商家',
],
'SupplierPayType' => [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment