Раздел "Договоры": добавлены договоры со статусом "В работе" на вкладку "Автиные"

This commit is contained in:
developer 2026-05-06 11:05:58 +08:00
parent 16cc4a4ab8
commit 8f6a5504f9

View File

@ -68,8 +68,9 @@ private function appendMode(&$query)
{
$query->whereIn('status', [
ContractStatus::NEW ,
ContractStatus::IN_WORK,
ContractStatus::RESERVATION,
ContractStatus::SUCCESS,
//ContractStatus::SUCCESS,
]);
}
if ($this->mode == 'successed')