|
|
|
@ -53,7 +53,7 @@ class InvoiceIssuanceService |
|
|
|
$item->head_type = InvoiceHead::$typeArr[$InvoiceHead['type']]; |
|
|
|
$item->head_title = $InvoiceHead['title']; |
|
|
|
} |
|
|
|
$item->project_id = InvoiceIssuance::$projectArr[$item->project_id]; |
|
|
|
$item->project_id = InvoiceIssuance::$projectArr[$item->project_id] ?? ''; |
|
|
|
$item->status = InvoiceIssuance::$statusArr[$item->status]; |
|
|
|
}); |
|
|
|
return $data->toArray(); |
|
|
|
|