优化采购单

This commit is contained in:
liu
2026-08-13 10:53:11 +08:00
parent 79e3ed4a8a
commit 099e92b1ff
9 changed files with 221 additions and 133 deletions
+1
View File
@@ -43,6 +43,7 @@ class PurchaseOrderModel extends Model
'estimate_amount' => 'decimal:2',
'actual_amount' => 'decimal:2',
'operator_id' => 'integer',
'created_at' => 'datetime:Y-m-d H:i:s',
];
/**