|
@@ -7,7 +7,7 @@
|
|
<div style="padding-top: 30px;">
|
|
<div style="padding-top: 30px;">
|
|
<el-tabs v-model="activeName">
|
|
<el-tabs v-model="activeName">
|
|
<el-tab-pane label="拜访详情" name="first">
|
|
<el-tab-pane label="拜访详情" name="first">
|
|
- <el-form ref="postForm" :model="postForm" class="form-container" style="padding-left: 500px">
|
|
|
|
|
|
+ <el-form ref="postForm" :model="postForm" class="form-container" style="padding-left: 200px;">
|
|
<div>
|
|
<div>
|
|
<div class="postInfo-container">
|
|
<div class="postInfo-container">
|
|
<el-row>
|
|
<el-row>
|
|
@@ -25,7 +25,7 @@
|
|
clearable
|
|
clearable
|
|
filterable
|
|
filterable
|
|
class="filter-item"
|
|
class="filter-item"
|
|
- style=" width: 100%"
|
|
|
|
|
|
+ style="width:360px"
|
|
@change="getCustomerDetail"
|
|
@change="getCustomerDetail"
|
|
|
|
|
|
>
|
|
>
|
|
@@ -47,7 +47,7 @@
|
|
label-width="180px"
|
|
label-width="180px"
|
|
class="postInfo-container-item"
|
|
class="postInfo-container-item"
|
|
>
|
|
>
|
|
- <el-input style="width: 100%" :value="postForm.customerLevel" readonly disabled/>
|
|
|
|
|
|
+ <el-input style="width:360px" :value="postForm.customerLevel" readonly disabled/>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
@@ -59,7 +59,7 @@
|
|
label-width="180px"
|
|
label-width="180px"
|
|
class="postInfo-container-item"
|
|
class="postInfo-container-item"
|
|
>
|
|
>
|
|
- <el-input style="width: 100%" :value="postForm.customerDepartment" readonly disabled/>
|
|
|
|
|
|
+ <el-input style="width:360px" :value="postForm.customerDepartment" readonly disabled/>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
@@ -71,7 +71,7 @@
|
|
label-width="180px"
|
|
label-width="180px"
|
|
class="postInfo-container-item"
|
|
class="postInfo-container-item"
|
|
>
|
|
>
|
|
- <el-input style="width: 100%" :value="postForm.customerSection" readonly disabled/>
|
|
|
|
|
|
+ <el-input style="width:360px" :value="postForm.customerSection" readonly disabled/>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
@@ -83,7 +83,7 @@
|
|
label-width="180px"
|
|
label-width="180px"
|
|
class="postInfo-container-item"
|
|
class="postInfo-container-item"
|
|
>
|
|
>
|
|
- <el-input style="width: 100%" :value="postForm.customerPosition" readonly disabled/>
|
|
|
|
|
|
+ <el-input style="width:360px" :value="postForm.customerPosition" readonly disabled/>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
@@ -101,7 +101,7 @@
|
|
class="postInfo-container-item"
|
|
class="postInfo-container-item"
|
|
:rules="{required: true, message: '选择拜访类型', trigger: 'blur'}"
|
|
:rules="{required: true, message: '选择拜访类型', trigger: 'blur'}"
|
|
>
|
|
>
|
|
- <el-select clearable style="width: 100%" v-model="postForm.visitType" placeholder="拜访类型">
|
|
|
|
|
|
+ <el-select clearable style="width:360px" v-model="postForm.visitType" placeholder="拜访类型">
|
|
<el-option key="0" label="初访" value="初访"/>
|
|
<el-option key="0" label="初访" value="初访"/>
|
|
<el-option key="1" label="回访" value="回访"/>
|
|
<el-option key="1" label="回访" value="回访"/>
|
|
</el-select>
|
|
</el-select>
|
|
@@ -125,7 +125,7 @@
|
|
v-model="postForm.visitTime"
|
|
v-model="postForm.visitTime"
|
|
type="date"
|
|
type="date"
|
|
value-format="yyyy-MM-dd"
|
|
value-format="yyyy-MM-dd"
|
|
- style="width: 100%"
|
|
|
|
|
|
+ style="width:360px"
|
|
placeholder="选择日期"
|
|
placeholder="选择日期"
|
|
/>
|
|
/>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
@@ -143,7 +143,7 @@
|
|
label-width="180px"
|
|
label-width="180px"
|
|
class="postInfo-container-item"
|
|
class="postInfo-container-item"
|
|
>
|
|
>
|
|
- <el-input v-model="postForm.spot" class="filter-item"/>
|
|
|
|
|
|
+ <el-input v-model="postForm.spot" style="width:360px" class="filter-item"/>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
@@ -159,7 +159,7 @@
|
|
label-width="180px"
|
|
label-width="180px"
|
|
class="postInfo-container-item"
|
|
class="postInfo-container-item"
|
|
>
|
|
>
|
|
- <el-input type="textarea" v-model="postForm.content" class="filter-item" placeholder="200字符" :autosize="{ minRows: 8, maxRows: 8}"/>
|
|
|
|
|
|
+ <el-input type="textarea" style="width:360px" v-model="postForm.content" class="filter-item" placeholder="200字符" :autosize="{ minRows: 8, maxRows: 8}"/>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|