sc
This commit is contained in:
@@ -17,17 +17,6 @@
|
||||
/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="12" :offset="0">
|
||||
<el-form-item label="下次跟进时间" prop="nextFollowTime">
|
||||
<el-date-picker
|
||||
v-model="form.nextFollowTime"
|
||||
type="date"
|
||||
format="YYYY-MM-DD"
|
||||
valueFormat="YYYY-MM-DD"
|
||||
placeholder="下次跟进时间"
|
||||
/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="意向状态" prop="intentionState">
|
||||
<el-select v-model="form.intentionState" filterable>
|
||||
@@ -40,6 +29,21 @@
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col
|
||||
:span="12"
|
||||
:offset="0"
|
||||
v-if="form.intentionState != 74 && form.intentionState != '1956731237364404224'"
|
||||
>
|
||||
<el-form-item label="下次跟进时间" prop="nextFollowTime">
|
||||
<el-date-picker
|
||||
v-model="form.nextFollowTime"
|
||||
type="date"
|
||||
format="YYYY-MM-DD"
|
||||
valueFormat="YYYY-MM-DD"
|
||||
placeholder="下次跟进时间"
|
||||
/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="24" :offset="0">
|
||||
|
||||
Reference in New Issue
Block a user