|
@@ -95,10 +95,10 @@
|
|
|
</el-col>
|
|
|
<el-col :xs="24" :sm="12" :lg="6" :span="6">
|
|
|
<el-form-item label="业务来源:" prop="clienteleSubId" label-width="170px"
|
|
|
- class="postInfo-container-item" v-if="itemHideStatus" style=" width: 100%">
|
|
|
+ class="postInfo-container-item" v-if="itemHideStatus">
|
|
|
<el-select v-model="assetsForm.clienteleSubId" placeholder="请选择(可搜索)"
|
|
|
@change="getCustomerContract(), assetsForm.clienteleContactId = null"
|
|
|
- clearable filterable>
|
|
|
+ clearable filterable style=" width: 100%">
|
|
|
<el-option v-for="(s, id) in subCustomerCompany" :label="s.name"
|
|
|
:value="s.id"></el-option>
|
|
|
</el-select>
|