去掉写死的演示金额与账期进度,改由 /api/admin/dashboard 的 totals 与 period_progress 填充;无数据走空态。 Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: multica-agent <github@multica.ai>
49 lines
2.7 KiB
HTML
49 lines
2.7 KiB
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>金牛实业资金往来管理系统 · 入口</title>
|
|
<script>
|
|
(function () {
|
|
try { if (localStorage.getItem("jinniu-theme") === "night") document.documentElement.setAttribute("data-theme", "night"); } catch (e) {}
|
|
document.documentElement.classList.add("v-fusion");
|
|
})();
|
|
</script>
|
|
<link rel="stylesheet" href="design-system.css?v=12" />
|
|
</head>
|
|
<body class="login-page">
|
|
<div class="portal-wrap">
|
|
<div class="portal-inner">
|
|
<div class="login-theme">
|
|
<div class="theme-seg" role="group" aria-label="主题">
|
|
<button type="button" data-theme-set="day" class="is-active" aria-pressed="true">日间</button>
|
|
<button type="button" data-theme-set="night" aria-pressed="false">夜间</button>
|
|
</div>
|
|
</div>
|
|
<img class="brand-logo brand-logo-day" src="assets/logo-day.png" width="44" height="44" alt="金牛实业" />
|
|
<img class="brand-logo brand-logo-night" src="assets/logo-night.png" width="44" height="44" alt="" />
|
|
<p class="meta" style="letter-spacing: 0.1em; margin-top: 14px;">JINNIU GROUP · INTERCOMPANY TREASURY</p>
|
|
<h1 style="font-size: 26px; font-weight: 700; letter-spacing: -0.015em; margin-top: 10px;">河南金牛实业集团有限公司 · 资金往来管理系统</h1>
|
|
<p class="muted" style="margin-top: 10px; max-width: 64ch;">集团内部公司间资金往来记账平台。银行流水导入后自动轧算往来余额,支持从集团汇总逐级穿透至银行原始流水。本系统包含管理端与公司业务端两套界面。</p>
|
|
|
|
<div class="portal-grid">
|
|
<a class="portal-card" href="login-admin.html">
|
|
<span class="pc-role">管理端 · 8 个页面</span>
|
|
<h3>管理总览 / 往来查询 / 审核中心 / 流水管理 / 公司与账号 / 结账与期初 / 审计记录 / 提醒管理</h3>
|
|
<p>面向管理员:全局监控各公司流水提交与往来余额,集中处理审核事项,执行月度结账。</p>
|
|
<span class="pc-go">去管理端登录 →</span>
|
|
</a>
|
|
<a class="portal-card" href="login-company.html">
|
|
<span class="pc-role">公司业务端 · 8 个页面</span>
|
|
<h3>工作台 / 流水导入 / 手工记录 / 流水管理 / 转账往来 / 往来确认 / 银行账户 / 通知</h3>
|
|
<p>面向成员公司出纳:上传银行流水、登记手工往来、确认单边匹配与科目,跟踪本月完成进度。</p>
|
|
<span class="pc-go">去公司端登录 →</span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script src="theme.js?v=1"></script>
|
|
</body>
|
|
</html>
|