+ {(auth.user as any)?.display_name || auth.user?.username || '用户'} +
++ {auth.company?.name || theme.defaultCompanyName} +
+ + {auth.user?.is_master ? '主账号' : '子账号'} + ++ 目标:错误率 ≤ 0.01% (万分之一) | 财务数据 100% 准确 +
+加载失败
+{error}
++ 最后检查时间: {lastCheck} +
+异常项目:
+| 时间 | +表名 | +操作 | +错误信息 | +
|---|---|---|---|
| + {new Date(record.changed_at).toLocaleString('zh-CN')} + | +{record.table_name} | ++ {record.operation} + | ++ {record.error_message || '-'} + | +
+ 已完成: {quantity}米 × ¥{pricePerMeter}/米 +
++ ¥{amount.toLocaleString()} +
+待结款总额
+¥{totalAmount.toLocaleString()}
++ {(auth.user as any)?.display_name || auth.user?.username || '用户'},欢迎回来 +
+{message}
+{description}
} + {actionLabel && onAction && ( + + )} +{subtitle}
} +{label}
+{value}
+{trend}
} +数据完整性监控
+查看系统数据一致性与错误率
+库存米数
-{stats.totalStockMeters.toFixed(2)}
+{stats.totalStockMeters.toFixed(2)}
库存匹/件数
@@ -137,7 +137,7 @@ export function FinishedWarehouse() { placeholder="搜索成品名称、坯布码、颜色..." value={searchQuery} onChange={e => setSearchQuery(e.target.value)} - className="w-full pl-10 pr-4 py-2 border border-gray-200 rounded-lg focus:ring-2 focus:ring-emerald-500 focus:border-transparent" + className="w-full pl-10 pr-4 py-2 border border-gray-200 rounded-lg focus:ring-2 focus:ring-amber-500 focus:border-transparent" />{stat.value}
{stat.sublabel}
- +