客户信息
@if (project) {{{ project.customerName }}
{{ project.assigneeName }}
{{ formatDate(project.createdAt) }}
{{ formatDate(project.deadline) }}
正在加载客户信息...
制作流程进度
@for (stage of getVisibleStages(); track stage) {
}
{{ stage }}
@if (stage === '订单创建') {
} @else if (stage === '需求沟通') {
} @else if (stage === '方案确认') {
} @else if (stage === '建模') {
@if (isDesignerView()) {
} @else if (stage === '软装') {
@if (isDesignerView()) {
} @else if (stage === '渲染') {
} @else if (stage === '客户评价') {
} @else if (stage === '投诉处理') {
}
方案确认阶段
此阶段功能正在开发中...
上传白模图片
支持:JPG/PNG,不强制4K 0">
@if (whiteModelImages.length === 0) {
}
点击此处或拖拽文件到此处上传
支持 JPG、PNG 格式,单个文件最大 10MB
} @else {
@for (img of whiteModelImages; track img.id) {
}
}
添加更多
@if (isDesignerView()) {
}
@if (isTeamLeaderView()) { }
@if (isCustomerServiceView()) { 只读 }
模型差异检查清单
@for (item of modelCheckItems; track item.id) {
{{ item.isPassed ? '已通过' : '待处理' }}
}
软装清单素材
上传软装小图
建议 ≤1MB 的 JPG/PNG 小图 0">
@if (softDecorImages.length === 0) {
}
点击此处或拖拽文件到此处上传
支持 JPG、PNG 格式,建议文件大小 ≤1MB
} @else {
@for (img of softDecorImages; track img.id) {
}
}
添加更多
@if (isDesignerView()) {
}
@if (isTeamLeaderView()) { }
@if (isCustomerServiceView()) { 只读 }
@if (isLoadingRenderProgress) {
}
@if (errorLoadingRenderProgress) {
}
@if (!isLoadingRenderProgress && !errorLoadingRenderProgress && renderProgress) {
@if (isDesignerView()) {
} @else if (stage === '尾款结算') {
正在加载渲染进度...
渲染进度加载失败
状态:{{ renderProgress.status }}
完成度:{{ renderProgress.completionRate }}%
预计剩余:{{ renderProgress.estimatedTimeRemaining }} 小时
}
上传渲染大图
需满足4K标准(最长边 ≥ 4000px) 0">
@if (renderLargeImages.length === 0) {
}
点击此处或拖拽文件到此处上传
支持 JPG、PNG 格式,需满足4K标准(最长边 ≥ 4000px)
} @else {
@for (img of renderLargeImages; track img.id) {
}
}
添加更多
@if (isTeamLeaderView()) { }
@if (renderLargeImages.length>0) { 已上传 {{renderLargeImages.length}} 张 }