mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-11-30 22:20:45 +00:00
批量修改在售库存
This commit is contained in:
parent
2e96bc6cdd
commit
44163c5c5c
@ -90,11 +90,11 @@ class GoodsController extends Controller
|
|||||||
|
|
||||||
public function download()
|
public function download()
|
||||||
{
|
{
|
||||||
$file = resource_path('templates/goods_skus_import.xlsx');
|
$file = resource_path('templates/sale_stock_import.xlsx');
|
||||||
$headers = [
|
$headers = [
|
||||||
'Content-Type: application/xlsx',
|
'Content-Type: application/xlsx',
|
||||||
];
|
];
|
||||||
|
|
||||||
return response()->download($file, 'goods_skus_import.xlsx', $headers);
|
return response()->download($file, 'sale_stock_import.xlsx', $headers);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
resources/templates/sale_stock_import.xlsx
Normal file
BIN
resources/templates/sale_stock_import.xlsx
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user