@if(!currentContact?.id){ }

项目需求调查

@if (loading) {

加载中...

} @if (error && !loading && !surveyLog?.get('isCompleted')) {
@if (isCustomerOnly) { } @else { }

{{ isCustomerOnly ? '仅限客户填写' : '加载失败' }}

{{ error }}

@if (isCustomerOnly) {

客户填写入口

请通过企微群聊中收到的问卷链接进入

}
} @if (currentState === 'welcome' && !loading && !error) {
头像

您好, {{ currentContact?.get('realname') || currentContact?.get('name') }}

欢迎参与需求调查

家装效果图服务需求调查

尊敬的伙伴,为让本次效果图服务更贴合您的工作节奏与核心需求,我们准备了简短选择式问卷。

您的偏好将直接帮我们校准服务方向,感谢支持!

3-5分钟
{{ effectiveQuestions.length }}道题
选择为主
} @if (currentState === 'questionnaire' && !loading && !error) {
{{ currentQuestionIndex + 1 }} / {{ effectiveQuestions.length }}
@if (getCurrentQuestion(); as question) {
{{ question.section }}

{{ currentQuestionIndex + 1 }}. {{ question.title }} @if (question.required) { * }

@if (question.type === 'single') {
@for (option of question.options; track option) {
{{ option }}
} @if (question.hasOther) {
其他
}
@if (showOtherInput) {
} } @if (question.type === 'multiple') {
@for (option of question.options; track option) {
{{ option }}
} @if (question.hasOther) {
其他
}
@if (showOtherInput) {
} } @if (question.type === 'text') {
} @if (question.type === 'number') {
}
}
} @if (currentState === 'result' && !loading && (!error || surveyLog?.get('isCompleted'))) {
@if(currentContact?.id){

问卷提交成功

感谢您的反馈!

我们将根据您的选择制定服务方案

}

问卷信息

核心服务
{{ getFormattedAnswer('q1') }}
空间数量
{{ getFormattedAnswer('q2') }}
价值侧重
{{ getFormattedAnswer('q3') }}
技术配合
{{ getFormattedAnswer('q4') }}
协作方式
{{ getFormattedAnswer('q5') }}
@if (answers['q6']) {
注意事项
{{ getFormattedAnswer('q6') }}
} @if (answers['q7']) {
特殊要求
{{ getFormattedAnswer('q7') }}
} @if (answers['q8']) {
参考素材
{{ getFormattedAnswer('q8') }}
}
对接人
{{ answers['contact_name'] || currentContact?.get('realname') || '-' }}
电话
{{ maskPhone(answers['contact_phone'] || currentContact?.get('mobile') || '') }}
}