This repository has been archived on 2026-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
Files
RECS-WEB-MODLE-REACT/app/data/repeatable-forms.json
2026-08-27 20:15:24 +08:00

102 lines
3.6 KiB
JSON

{
"templates": ["项目交付清单", "门店巡检记录", "采购物料明细"],
"forms": [
{
"id": "FORM-202608-018",
"title": "官网改版交付资料",
"code": "DELIVERY-2026-08",
"status": "编辑中",
"updatedAt": "今天 16:42",
"createdBy": "林知夏",
"tags": ["官网改版", "产品中心"],
"items": [
{
"id": "ITEM-001",
"title": "首页视觉与响应式页面",
"category": "页面交付",
"owner": "林知夏",
"status": "已完成",
"quantity": 1,
"unit": "套",
"dueDate": "2026-08-12",
"description": "包含桌面端、平板端和移动端页面,已完成产品与设计验收。",
"images": [
{ "id": "IMG-001", "name": "首页视觉预览.png", "size": "638 KB", "url": "/og.png" }
],
"files": [
{ "id": "FILE-001", "name": "首页验收说明.pdf", "size": "1.2 MB", "type": "PDF", "url": "" },
{ "id": "FILE-002", "name": "切图资源清单.xlsx", "size": "286 KB", "type": "XLSX", "url": "" }
]
},
{
"id": "ITEM-002",
"title": "动漫作品详情页",
"category": "页面交付",
"owner": "周砚",
"status": "待确认",
"quantity": 1,
"unit": "页",
"dueDate": "2026-08-14",
"description": "作品资料、剧集、商品和评论区的完整交互页面。",
"images": [
{ "id": "IMG-002", "name": "星海回响主视觉.jpg", "size": "2.1 MB", "url": "/anime/star-echoes-hero.png" },
{ "id": "IMG-003", "name": "周边商品陈列.jpg", "size": "2.1 MB", "url": "/anime/star-echoes-merch.png" }
],
"files": [
{ "id": "FILE-003", "name": "页面字段说明.md", "size": "18 KB", "type": "MD", "url": "" }
]
},
{
"id": "ITEM-003",
"title": "前端部署与使用说明",
"category": "说明文档",
"owner": "陈默",
"status": "进行中",
"quantity": 2,
"unit": "份",
"dueDate": "2026-08-16",
"description": "整理本地启动、JSON 数据替换和页面配置方式。",
"images": [],
"files": [
{ "id": "FILE-004", "name": "本地运行说明.docx", "size": "94 KB", "type": "DOCX", "url": "" }
]
}
]
},
{
"id": "FORM-202608-012",
"title": "体验店每周巡检记录",
"code": "STORE-W32",
"status": "已提交",
"updatedAt": "昨天 18:20",
"createdBy": "唐可",
"tags": ["巡检", "第 32 周"],
"items": [
{
"id": "ITEM-101",
"title": "入口展示区域",
"category": "空间检查",
"owner": "唐可",
"status": "已完成",
"quantity": 1,
"unit": "处",
"dueDate": "2026-08-08",
"description": "灯箱、海报和入口动线均符合陈列标准。",
"images": [{ "id": "IMG-101", "name": "入口陈列.jpg", "size": "638 KB", "url": "/og.png" }],
"files": [{ "id": "FILE-101", "name": "巡检签字表.pdf", "size": "420 KB", "type": "PDF", "url": "" }]
}
]
},
{
"id": "FORM-202608-006",
"title": "秋季活动物料采购",
"code": "PURCHASE-AUTUMN",
"status": "草稿",
"updatedAt": "08-06 11:30",
"createdBy": "顾言",
"tags": ["采购", "秋季活动"],
"items": []
}
]
}