stock.html · 约 2258 字符
1<!doctype html><html lang="zh-CN"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover"><title>简库 · 库存清单</title><link rel="stylesheet" href="css/style.css"></head><body><div class="app"><div class="topbar"><h1>🟢 简库 · 库存清单</h1><div class="sub">清爽高效的仓库记账本</div></div><div class="tabs"><a class="" href="dash.html">总览</a><a class="on" href="stock.html">库存</a><a class="" href="inbound.html">入库</a><a class="" href="detail.html">详情</a><a class="" href="adjust.html">盘点</a><a class="" href="stats.html">统计</a></div><div class="wrap"><div id="view" data-page="stock"></div></div></div><script>window.SYS_KEY="inv01";window.SEED=[{"id": "I1001", "name": "A4 打印纸 70g", "sku": "PAP-A4", "cat": "办公文具", "unit": "包", "qty": 120, "price": 25, "loc": "A区3排", "sup": "晨光办公", "min": 30, "note": "", "upd": "2026-07-15"}, {"id": "I1002", "name": "中性笔 0.5mm", "sku": "PEN-05", "cat": "办公文具", "unit": "盒", "qty": 8, "price": 18, "loc": "A区1排", "sup": "得力", "min": 20, "note": "临期补货", "upd": "2026-07-14"}, {"id": "I1003", "name": "文件夹 双夹", "sku": "FLD-2", "cat": "办公文具", "unit": "个", "qty": 60, "price": 6.5, "loc": "A区2排", "sup": "得力", "min": 25, "note": "", "upd": "2026-07-12"}, {"id": "I1004", "name": "抽纸 3层", "sku": "TISSUE-3", "cat": "日用品", "unit": "提", "qty": 45, "price": 12, "loc": "B区1排", "sup": "心相印", "min": 15, "note": "", "upd": "2026-07-10"}, {"id": "I1005", "name": "一次性杯 200只", "sku": "CUP-200", "cat": "日用品", "unit": "袋", "qty": 5, "price": 9.9, "loc": "B区2排", "sup": "超市供货", "min": 10, "note": "", "upd": "2026-07-09"}, {"id": "I1006", "name": "订书机 重型", "sku": "STA-H", "cat": "办公文具", "unit": "个", "qty": 14, "price": 35, "loc": "A区3排", "sup": "得力", "min": 5, "note": "", "upd": "2026-07-08"}, {"id": "I1007", "name": "白板笔 套装", "sku": "MWK-4", "cat": "办公文具", "unit": "套", "qty": 22, "price": 15, "loc": "A区1排", "sup": "晨光", "min": 8, "note": "", "upd": "2026-07-07"}];</script><script src="js/main.js"></script></body></html>