38 lines
1.6 KiB
HTML
38 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>单据详情</title>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700&family=Orbitron:wght@500;700&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="../css/tech-query.css">
|
|
<link rel="stylesheet" href="../css/notice-banner.css">
|
|
<script src="https://cdn.jsdelivr.net/npm/@supabase/supabase-js@2"></script>
|
|
</head>
|
|
<body>
|
|
<main class="detail-shell">
|
|
<div class="top-actions">
|
|
<a href="./index.html" class="tech-link-button secondary">返回查询页</a>
|
|
<div class="top-actions-group">
|
|
<button class="tech-button secondary" type="button" onclick="history.back()">返回上一页</button>
|
|
<button class="tech-button" type="button" onclick="goPrint()">打印单据</button>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="detailContent" class="detail-panel feedback-card">
|
|
正在加载单据详情...
|
|
</div>
|
|
</main>
|
|
|
|
<footer class="page-footer">
|
|
<p>© 2026 BI Intelligent Query Interface</p>
|
|
</footer>
|
|
|
|
<script src="../js/ticket-detail.js"></script>
|
|
<script src="https://cdn.jsdmirror.cn/gh/bishshi/wechat-detect@main/wechat-detect.js"></script>
|
|
<script src="../js/notice-banner.js"></script>
|
|
</body>
|
|
</html>
|