|
@@ -25,7 +25,7 @@
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :md="6" :sm="24">
|
|
<a-col :md="6" :sm="24">
|
|
<a-form-item label="客户类型">
|
|
<a-form-item label="客户类型">
|
|
- <custType v-model="queryParam.customerTypeSn" allowClear placeholder="请选择客户类型" style="max-width: 240px;"></custType>
|
|
|
|
|
|
+ <custType v-model="queryParam.customerTypeSn" allowClear placeholder="请选择客户类型"></custType>
|
|
</a-form-item>
|
|
</a-form-item>
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :md="6" :sm="24">
|
|
<a-col :md="6" :sm="24">
|
|
@@ -215,7 +215,7 @@ export default {
|
|
custSatelliteChange (v, row) {
|
|
custSatelliteChange (v, row) {
|
|
if (row && row.customerSn) {
|
|
if (row && row.customerSn) {
|
|
this.queryParam.customerSn = row.customerSn
|
|
this.queryParam.customerSn = row.customerSn
|
|
- this.queryParam.customerName = undefined
|
|
|
|
|
|
+ this.queryParam.customerName = row.customerName
|
|
} else {
|
|
} else {
|
|
this.queryParam.customerName = v
|
|
this.queryParam.customerName = v
|
|
this.queryParam.customerSn = undefined
|
|
this.queryParam.customerSn = undefined
|