feat: #10000 电子面单打印

This commit is contained in:
赵世界 2023-07-31 14:00:49 +08:00
parent e92c460ad0
commit 622304ebf0

View File

@ -52,7 +52,7 @@ class GoodsSkusController extends Controller
}])
->where('is_combination', 0)
->orderBy('stock', 'desc')
->paginate(1);
->paginate($request->get('per_page'));
$fields = implode(',', [
'shop_id',
'external_sku_id',