fix : 모델 및 자재관리 수정

This commit is contained in:
2025-08-27 18:13:49 +09:00
parent 58016ea662
commit 028af8fbfa
4 changed files with 28 additions and 4 deletions

View File

@@ -7,6 +7,7 @@
use App\Models\Qualitys\Lot;
use App\Traits\ModelTrait;
use App\Traits\BelongsToTenant;
use Filament\Forms\Components\Hidden;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\SoftDeletes;
@@ -22,6 +23,10 @@ class Material extends Model
'options' => 'array',
];
protected $hidden = [
'deleted_at',
];
// 자재 입고 내역
public function receipts()
{