feat: update report detail and verification flow

This commit is contained in:
wushumin
2026-05-22 13:31:02 +08:00
parent b98d6164a7
commit be64b8e5b7
14 changed files with 1336 additions and 282 deletions

View File

@@ -368,6 +368,52 @@ export const reportsFallback: ReportListItem[] = [
export const reportDetailFallback: ReportDetailData = {
evidence_attachments: [],
zhongjian_report_files: [],
report_media: {
images: [
{
file_id: "mock-report-image-1",
file_url: "https://dummyimage.com/1200x900/efe7df/8b1f2f&text=Appraisal+Image",
thumbnail_url: "https://dummyimage.com/480x360/efe7df/8b1f2f&text=Appraisal",
name: "鉴定图片",
file_type: "image",
mime_type: "image/jpeg",
},
],
},
product_display: {
product_name: "Rolex 腕表",
institution_name: "中检鉴定中心",
items: [
{ label: "检测结论", value: "正品", remark: "综合当前送检资料与商品特征判断,符合正品特征。" },
{ label: "品牌", value: "Rolex" },
{ label: "主体颜色", value: "银盘" },
],
},
trace_info: {
nodes: [
{
code: "inbound",
title: "入仓",
occurred_at: "2026-04-18 12:10:00",
status: "completed",
assets: [],
},
{
code: "appraisal",
title: "鉴定",
occurred_at: "2026-04-18 16:00:00",
status: "completed",
assets: [],
},
{
code: "return",
title: "寄回",
occurred_at: "",
status: "pending",
assets: [],
},
],
},
report_header: {
report_id: 1,
report_no: "AXY-R-20260420-0001",
@@ -375,7 +421,7 @@ export const reportDetailFallback: ReportDetailData = {
report_title: "中检鉴定报告",
report_status: "published",
service_provider: "zhongjian",
institution_name: "中检合作机构",
institution_name: "中检鉴定中心",
publish_time: "2026-04-18 18:26:00",
zhongjian_report_no: "ZJ-20260418-0001",
report_entry_admin_name: "王师傅",