📊 库存总览
{{item.product_name || ''}} ({{item.product_code || ''}})
批次:{{item.batch_number}} | 仓库:{{item.warehouse}} | 库位:{{item.location}}
可用: {{item.quantity - item.locked_quantity}} | 总量: {{item.quantity}}
📋 报价单
{{q.quotation_no}}
金额:¥{{q.total_amount ? Number(q.total_amount).toLocaleString() : 0}}
{{q.status}}
🧪 样品单
{{s.order_no}}
{{s.recipient_name}} | {{s.recipient_phone}}
{{s.status}}
📦 订单与交期
{{o.order_no}}
交期:{{o.delivery_date || '待定'}} | 金额:¥{{o.total_amount ? Number(o.total_amount).toLocaleString() : 0}}
{{o.status}}
📮 {{o.tracking_number}}
← 返回
🧴 产品管理 ({{products.length}}个)
{{p.name}}
{{p.code}} | {{p.category}} | {{p.capacity}}
{{p.is_private_mold?'私模':'公模'}}
🏭{{p.factories.length}}
← 返回
📊 库存管理
{{item.product_name}} ({{item.product_code}})
批次:{{item.batch_number}} | 仓库:{{item.warehouse}} | 库位:{{item.location}}
可用: {{item.quantity - item.locked_quantity}} | 总量: {{item.quantity}}
← 返回
🏭 工厂管理 ({{factories.length}}个)
{{f.name}} 合作中
📍 {{f.location}} | 👤 {{f.contact}} | 📱 {{f.phone}}
供货产品: {{f.product_count || 0}}个
← 返回
🤝 客户管理 ({{customers.length}}个)
{{c.name}}
👤 {{c.contact}} | 📱 {{c.phone}} | 等级: {{c.price_level}}
← 返回
📝 操作日志
{{log.username}} - {{log.action}}
{{log.target_type}}: {{log.target_id}}
{{(log.created_at||'').substring(0,19)}} | IP: {{log.ip_address}}