|
|
@ -676,7 +676,7 @@ |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="8"> |
|
|
<el-col :span="8"> |
|
|
<div class="grid-content bg-purple"> |
|
|
<div class="grid-content bg-purple"> |
|
|
<el-form-item label="关键客户"> |
|
|
|
|
|
|
|
|
<el-form-item label="重要程度"> |
|
|
<el-input v-model="customerInformationData.importantCustomer" readonly></el-input> |
|
|
<el-input v-model="customerInformationData.importantCustomer" readonly></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</div> |
|
|
</div> |
|
|
@ -754,20 +754,11 @@ |
|
|
<el-row :gutter="20"> |
|
|
<el-row :gutter="20"> |
|
|
<el-col :span="12"> |
|
|
<el-col :span="12"> |
|
|
<div class="grid-content bg-purple"> |
|
|
<div class="grid-content bg-purple"> |
|
|
<el-form-item label="岗位描述"> |
|
|
|
|
|
<el-input v-model="customerInformationData.jobDescription" readonly></el-input> |
|
|
|
|
|
|
|
|
<el-form-item label="客户描述"> |
|
|
|
|
|
<el-input v-model="customerInformationData.customerDescription" readonly></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</div> |
|
|
</div> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="12"> |
|
|
|
|
|
<div class="grid-content bg-purple"> |
|
|
|
|
|
<el-form-item label="备注信息"> |
|
|
|
|
|
<el-input v-model="customerInformationData.remark" readonly></el-input> |
|
|
|
|
|
</el-form-item> |
|
|
|
|
|
</div> |
|
|
|
|
|
</el-col> |
|
|
|
|
|
</el-row> |
|
|
|
|
|
<el-row :gutter="20"> |
|
|
|
|
|
<el-col :span="12"> |
|
|
<el-col :span="12"> |
|
|
<div class="grid-content bg-purple"> |
|
|
<div class="grid-content bg-purple"> |
|
|
<el-form-item label="客户联系地址"> |
|
|
<el-form-item label="客户联系地址"> |
|
|
@ -1028,7 +1019,7 @@ |
|
|
customerIndustry: '', |
|
|
customerIndustry: '', |
|
|
companyName: '', |
|
|
companyName: '', |
|
|
jobDescription: '', |
|
|
jobDescription: '', |
|
|
remark: '', |
|
|
|
|
|
|
|
|
customerDescription: '', |
|
|
contactName: '', |
|
|
contactName: '', |
|
|
contactPhoneNumber1: '', |
|
|
contactPhoneNumber1: '', |
|
|
position: '', |
|
|
position: '', |
|
|
|