優化公共事業費:修正日期顯示、改善發票號碼輸入UX與調整介面欄位順序
All checks were successful
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 44s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped

This commit is contained in:
2026-01-20 13:02:05 +08:00
parent 7bf892db19
commit b2a63bd1ed
4 changed files with 98 additions and 66 deletions

View File

@@ -20,7 +20,7 @@ class UtilityFee extends Model
];
protected $casts = [
'transaction_date' => 'date',
'transaction_date' => 'date:Y-m-d',
'amount' => 'decimal:2',
];