feat(inventory): 優化盤點顯示與權限設定
This commit is contained in:
@@ -137,7 +137,7 @@ class CountDocController extends Controller
|
||||
if ($request->input('action') === 'complete') {
|
||||
$this->countService->complete($doc, auth()->id());
|
||||
return redirect()->route('inventory.count.index')
|
||||
->with('success', '盤點已完成並過帳');
|
||||
->with('success', '盤點單已完成');
|
||||
}
|
||||
|
||||
return redirect()->back()->with('success', '暫存成功');
|
||||
|
||||
Reference in New Issue
Block a user