|
|
|
@ -10,48 +10,57 @@ |
|
|
|
<fui-form ref="form" top="0" :model="formData" :show="false"> |
|
|
|
|
|
|
|
<view class="title" style="margin-top: 20rpx;">基础信息</view> |
|
|
|
<view class="input-style"> |
|
|
|
<fui-form-item label="跟进类型" asterisk asteriskPosition="right" labelSize='26' prop="name" background='#434544' labelColor='#fff' |
|
|
|
:bottomBorder='false'> |
|
|
|
<view class="input-title" style="margin-right:14rpx;" v-if="result_leixing == ''" |
|
|
|
@click="selectCon(2)">点击选择</view> |
|
|
|
<view class="input-title" style="margin-right:14rpx;" v-else @click="selectCon(2)">{{ result_leixing }} |
|
|
|
</view> |
|
|
|
</fui-form-item> |
|
|
|
<fui-form-item label="跟进时间" labelSize='26' asterisk asteriskPosition="right" prop="mobile" |
|
|
|
background='#434544' labelColor='#fff' :bottomBorder='false'> |
|
|
|
<view class="input-title" style="margin-right:14rpx;" @click="selectCon(1)" |
|
|
|
v-if="result_date == ''">点击选择</view> |
|
|
|
<view class="input-title" style="margin-right:14rpx;" @click="selectCon(1)" v-else>{{ result_date }} |
|
|
|
</view> |
|
|
|
</fui-form-item> |
|
|
|
<fui-form-item label="上传录音" labelSize='26' asterisk asteriskPosition="right" prop="mobile" background='#434544' labelColor='#fff' |
|
|
|
:bottomBorder='false'> |
|
|
|
<fui-input :borderBottom="false" :padding="[0]" placeholder="点击填写" v-model="formData.mobile" |
|
|
|
backgroundColor="#434544" size="26" color="#fff"></fui-input> |
|
|
|
</fui-form-item> |
|
|
|
<fui-form-item label="学员名称" labelSize='26' asterisk asteriskPosition="right" prop="mobile" |
|
|
|
background='#434544' labelColor='#fff' :bottomBorder='false'> |
|
|
|
<view class="input-title" style="margin-right:14rpx;" @click="selectCon(3)" |
|
|
|
v-if="result_student == ''">点击选择</view> |
|
|
|
<view class="input-title" style="margin-right:14rpx;" @click="selectCon(3)" v-else>{{ result_student }} |
|
|
|
</view> |
|
|
|
</fui-form-item> |
|
|
|
<fui-form-item label="客户状态" labelSize='26' asterisk asteriskPosition="right" prop="mobile" |
|
|
|
background='#434544' labelColor='#fff' :bottomBorder='false'> |
|
|
|
<view class="input-title" style="margin-right:14rpx;" @click="selectCon(4)" |
|
|
|
v-if="result_status == ''">点击选择</view> |
|
|
|
<view class="input-title" style="margin-right:14rpx;" @click="selectCon(4)" v-else>{{ result_status }} |
|
|
|
</view> |
|
|
|
</fui-form-item> |
|
|
|
<fui-form-item label="签单意向联系人" labelWidth="230" labelSize='26' asterisk asteriskPosition="right" prop="mobile" |
|
|
|
background='#434544' labelColor='#fff' :bottomBorder='false'> |
|
|
|
<view class="input-title" style="margin-right:14rpx;" @click="selectCon(5)" |
|
|
|
v-if="result_intention == ''">点击选择</view> |
|
|
|
<view class="input-title" style="margin-right:14rpx;" @click="selectCon(5)" v-else>{{ result_intention }} |
|
|
|
</view> |
|
|
|
</fui-form-item> |
|
|
|
</view> |
|
|
|
<view class="input-style"> |
|
|
|
<fui-form-item label="学员姓名" asterisk asteriskPosition="right" labelSize='26' prop="name" background='#434544' labelColor='#fff' :bottomBorder='false'> |
|
|
|
<view class="input-title" style="margin-right:14rpx;" > |
|
|
|
<fui-input :borderBottom="false" :padding="[0]" placeholder="点击填写" v-model="formData.mobile" |
|
|
|
backgroundColor="#434544" size="26" color="#fff"></fui-input> |
|
|
|
</view> |
|
|
|
</fui-form-item> |
|
|
|
|
|
|
|
<fui-form-item label="年龄" labelSize='26' asterisk asteriskPosition="right" prop="mobile" |
|
|
|
background='#434544' labelColor='#fff' :bottomBorder='false'> |
|
|
|
<view class="input-title" style="margin-right:14rpx;" @click="selectCon(1)" |
|
|
|
v-if="result_date == ''">点击选择 |
|
|
|
</view> |
|
|
|
<view class="input-title" style="margin-right:14rpx;" @click="selectCon(1)" v-else>{{ result_date }} |
|
|
|
</view> |
|
|
|
</fui-form-item> |
|
|
|
|
|
|
|
<fui-form-item label="上传录音" labelSize='26' asterisk asteriskPosition="right" prop="mobile" |
|
|
|
background='#434544' labelColor='#fff' |
|
|
|
:bottomBorder='false'> |
|
|
|
<fui-input :borderBottom="false" :padding="[0]" placeholder="点击填写" v-model="formData.mobile" |
|
|
|
backgroundColor="#434544" size="26" color="#fff"></fui-input> |
|
|
|
</fui-form-item> |
|
|
|
|
|
|
|
<fui-form-item label="学员名称" labelSize='26' asterisk asteriskPosition="right" prop="mobile" |
|
|
|
background='#434544' labelColor='#fff' :bottomBorder='false'> |
|
|
|
<view class="input-title" style="margin-right:14rpx;" @click="selectCon(3)" |
|
|
|
v-if="result_student == ''">点击选择 |
|
|
|
</view> |
|
|
|
<view class="input-title" style="margin-right:14rpx;" @click="selectCon(3)" v-else>{{ result_student }} |
|
|
|
</view> |
|
|
|
</fui-form-item> |
|
|
|
|
|
|
|
<fui-form-item label="客户状态" labelSize='26' asterisk asteriskPosition="right" prop="mobile" |
|
|
|
background='#434544' labelColor='#fff' :bottomBorder='false'> |
|
|
|
<view class="input-title" style="margin-right:14rpx;" @click="selectCon(4)" |
|
|
|
v-if="result_status == ''">点击选择 |
|
|
|
</view> |
|
|
|
<view class="input-title" style="margin-right:14rpx;" @click="selectCon(4)" v-else>{{ result_status }} |
|
|
|
</view> |
|
|
|
</fui-form-item> |
|
|
|
|
|
|
|
<fui-form-item label="签单意向联系人" labelWidth="230" labelSize='26' asterisk asteriskPosition="right" prop="mobile" |
|
|
|
background='#434544' labelColor='#fff' :bottomBorder='false'> |
|
|
|
<view class="input-title" style="margin-right:14rpx;" @click="selectCon(5)" |
|
|
|
v-if="result_intention == ''">点击选择 |
|
|
|
</view> |
|
|
|
<view class="input-title" style="margin-right:14rpx;" @click="selectCon(5)" v-else>{{ result_intention }} |
|
|
|
</view> |
|
|
|
</fui-form-item> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<view class="input-style" style="margin-top: 50rpx;"> |
|
|
|
|