mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-12-01 06:30:49 +00:00
feat: #10000 电子面单打印
This commit is contained in:
parent
e92c460ad0
commit
622304ebf0
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user