拖入 / 点击上传机械图纸 PDF

渲染高清图 → VLM 读标题栏/尺寸/材料 → 毛坯体积 → 估价 + 成本

分析中… (渲染 + VLM 推理,约 5~15s)
✗ {{ error }}

标题栏 {{ r.confidence||'—' }} 需人工复核

图号
{{ r.title.drawing_no||'—' }}
品名
{{ r.title.part_name||'—' }}
材質
{{ r.title.material_raw||'—' }} → {{ r.pricing.material.cn }}
数量
{{ r.title.quantity }}
質量
{{ r.title.mass_kg!=null? r.title.mass_kg+' kg':'—' }}
尺度
{{ r.title.scale||'—' }}
表面处理
{{ r.title.surface_treatment||'—' }}
工艺注记
{{ r.title.process_notes||'—' }}

毛坯与估价

毛坯原型
{{ primCn(r.geometry.part_class) }}
毛坯体积
{{ r.pricing.volume_mm3? (r.pricing.volume_mm3/1000).toFixed(1)+' cm³':'—' }}
毛坯重量
{{ r.pricing.weight_kg!=null? r.pricing.weight_kg+' kg':'—' }}
毛坯尺寸
{{ dimsText }} (已取标准料规)
密度/单价
{{ r.pricing.material.density }} kg/m³ · ¥{{ r.pricing.material.price }}/kg
利用率
{{ r.pricing.utilization!=null? (r.pricing.utilization*100).toFixed(0)+'%':'—' }} (成品质量÷毛坯)
单件料费
¥{{ r.pricing.unit_material_cost_cny ?? '—' }}
总料费 ×{{ r.title.quantity }}
¥{{ r.pricing.total_material_cost_cny ?? '—' }}

* 料费 = 毛坯体积×密度×料价(含切除废料);加工费(孔/工艺)未计入,后续接规则表。

孔/特征

{{ h.spec }} ×{{ h.count }}

本次成本

tokens
{{ r.cost.total_tokens.toLocaleString() }}(图{{ (r.cost.prompt_tokens-r.cost.cached_tokens).toLocaleString() }} 输出{{ r.cost.completion_tokens }})
费用
¥{{ r.cost.cny.toFixed(5) }}