|
@@ -20,7 +20,7 @@
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :md="6" :sm="24">
|
|
<a-col :md="6" :sm="24">
|
|
<a-form-model-item label="客户名称">
|
|
<a-form-model-item label="客户名称">
|
|
- <custList id="salesOutofStockReport-buyerName" ref="custSatelliteList" @change="custSatelliteChange"></custList>
|
|
|
|
|
|
+ <custList :isDealerFlag="true" id="salesOutofStockReport-buyerName" ref="custSatelliteList" @change="custSatelliteChange"></custList>
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :md="6" :sm="24" style="margin-bottom: 10px;">
|
|
<a-col :md="6" :sm="24" style="margin-bottom: 10px;">
|
|
@@ -163,7 +163,7 @@ export default {
|
|
},
|
|
},
|
|
custSatelliteChange (v, row) {
|
|
custSatelliteChange (v, row) {
|
|
if (row && row.customerSn) {
|
|
if (row && row.customerSn) {
|
|
- this.queryParam.targetSn = row.customerSn
|
|
|
|
|
|
+ this.queryParam.targetSn = row.dealerSn
|
|
this.queryParam.targetName = row.customerName
|
|
this.queryParam.targetName = row.customerName
|
|
} else {
|
|
} else {
|
|
this.queryParam.targetName = v
|
|
this.queryParam.targetName = v
|