项目总数
{{ stats.project_count }}
进行中 {{ stats.active_projects }}
报价单
{{ stats.quote_count }}
本月 {{ stats.month_quotes }} 份
AI剩余额度
{{ userInfo.ai_quota_monthly - userInfo.ai_used_monthly }}
共 {{ userInfo.ai_quota_monthly }} 次/月
米粒余额
{{ userInfo.points_balance || 0 }}
签到+1米粒
最近报价单
查看全部 →| 报价单号 | 项目 | 金额 | 状态 | 时间 |
|---|---|---|---|---|
| {{ q.quote_no }} | {{ q.project_name }} | ¥{{ formatMoney(q.total_amount) }} | {{ statusLabels[q.status] }} | {{ formatDate(q.created_at) }} |
还没有报价单,创建项目后自动生成
项目列表
| 项目编号 | 项目名称 | 客户 | 面积 | 报价数 | 状态 | 操作 |
|---|---|---|---|---|---|---|
| {{ p.project_no }} | {{ p.project_name }} | {{ p.client_name || '-' }} | {{ p.total_area ? p.total_area+'㎡' : '-' }} | {{ p.quote_count }} | {{ statusLabels[p.status] }} |
暂无项目,点击上方按钮创建第一个项目
报价单列表
| 报价单号 | 项目 | 客户 | 材料费 | 人工费 | 总金额 | 状态 | 时间 |
|---|---|---|---|---|---|---|---|
| {{ q.quote_no }} | {{ q.project_name }} | {{ q.client_name || '-' }} | ¥{{ formatMoney(q.total_material_cost) }} | ¥{{ formatMoney(q.total_labor_cost) }} | ¥{{ formatMoney(q.total_amount) }} | {{ statusLabels[q.status] }} | {{ formatDate(q.created_at) }} |
暂无报价单
{{ quoteDetail.title || '报价详情' }}
报价单号:{{ quoteDetail.quote_no }}
项目:{{ quoteDetail.project_name }}
客户:{{ quoteDetail.client_name || '-' }}
状态:{{ statusLabels[quoteDetail.status] }}
| 序号 | 分类 | 项目名称 | 规格 | 单位 | 数量 | 单价 | 材料费 | 人工费 | 合计 |
|---|---|---|---|---|---|---|---|---|---|
| {{ i+1 }} | {{ item.category }} | {{ item.item_name }} | {{ item.specification || '-' }} | {{ item.unit }} | {{ item.quantity }} | ¥{{ formatMoney(item.unit_price) }} | ¥{{ formatMoney(item.material_cost) }} | ¥{{ formatMoney(item.labor_cost) }} | ¥{{ formatMoney(item.total_price) }} |
合计:¥{{ formatMoney(quoteDetail.total_amount) }}(含税{{ quoteDetail.tax_rate }}%)
{{ editingProject ? '编辑项目' : '新建项目' }}
新建报价单
已加载 {{ templateItems.length }} 项模板明细
材料价格参考
| 分类 | 名称 | 规格 | 品牌 | 单位 | 材料单价 | 人工单价 | 综合单价 |
|---|---|---|---|---|---|---|---|
| {{ p.category }} | {{ p.item_name }} | {{ p.specification || '-' }} | {{ p.brand || '-' }} | {{ p.unit }} | ¥{{ formatMoney(p.material_price) }} | ¥{{ formatMoney(p.labor_price) }} | ¥{{ formatMoney(p.unit_price) }} |
系统模板 & 自定义模板
{{ t.template_name }}
系统
{{ t.description || '暂无描述' }}
适用:{{ t.template_type || '通用' }}
| 文件名 | 类型 | 大小 | OCR状态 | 上传时间 |
|---|---|---|---|---|
| {{ f.file_name }} | {{ f.file_type }} | {{ formatSize(f.file_size) }} | {{ f.ocr_status }} | {{ formatDate(f.created_at) }} |
暂无文件,上传图纸/Excel自动识别
基本信息
手机号:{{ userInfo.phone }}
昵称:{{ profileForm.nickname }}
公司:{{ profileForm.company }}
邮箱:{{ profileForm.email || '未设置' }}
套餐:{{ planName }}
套餐到期:{{ userInfo.plan_expire_at ? formatDate(userInfo.plan_expire_at) : '长期' }}
存储:{{ formatSize(userInfo.quota_used) }} / {{ formatSize(userInfo.quota_limit) }}
AI额度:{{ userInfo.ai_used_monthly }} / {{ userInfo.ai_quota_monthly }} 次/月