批量修改在售库存

This commit is contained in:
杨建炊 2024-10-29 17:00:10 +08:00
parent 2e96bc6cdd
commit 44163c5c5c
2 changed files with 2 additions and 2 deletions

View File

@ -90,11 +90,11 @@ class GoodsController extends Controller
public function download()
{
$file = resource_path('templates/goods_skus_import.xlsx');
$file = resource_path('templates/sale_stock_import.xlsx');
$headers = [
'Content-Type: application/xlsx',
];
return response()->download($file, 'goods_skus_import.xlsx', $headers);
return response()->download($file, 'sale_stock_import.xlsx', $headers);
}
}

Binary file not shown.