|
@@ -28,7 +28,7 @@
|
|
|
<custList
|
|
|
v-if="!form.dealerUpsSn || isSpecial"
|
|
|
ref="custList"
|
|
|
- :notDealerSn="notZdDealer"
|
|
|
+ :notDealerSn="notDealer"
|
|
|
:notDealerType="['SPECIAL']"
|
|
|
@change="custSupChange"
|
|
|
placeholder="请输入经销商名称搜索"></custList>
|
|
@@ -168,9 +168,11 @@ export default {
|
|
|
isSpecial () {
|
|
|
return this.detailData && this.detailData.dealerLevel == 'SPECIAL'
|
|
|
},
|
|
|
- notZdDealer () {
|
|
|
- // ...this.checkedDealerSn
|
|
|
+ notDealer () {
|
|
|
return this.form.rebateDealerList.concat(this.zdDealearList).concat([{ 'parentDealerSn': this.form.dealerSn }])
|
|
|
+ },
|
|
|
+ notZdDealer () {
|
|
|
+ return this.form.rebateDealerList.concat(this.zdDealearList)
|
|
|
}
|
|
|
},
|
|
|
methods: {
|