|
@@ -174,8 +174,10 @@
|
|
<el-select filterable v-model="scope.row.customerWalletId" @change="(v)=>{
|
|
<el-select filterable v-model="scope.row.customerWalletId" @change="(v)=>{
|
|
if(v && scope.row.walletList.find(d=>d.customerWalletId==v)){
|
|
if(v && scope.row.walletList.find(d=>d.customerWalletId==v)){
|
|
scope.row.customerWalletName = scope.row.walletList.find(d=>d.customerWalletId==v).customerWalletName
|
|
scope.row.customerWalletName = scope.row.walletList.find(d=>d.customerWalletId==v).customerWalletName
|
|
|
|
+ scope.row.walletId = scope.row.walletList.find(d=>d.customerWalletId==v).walletRebateId
|
|
}else{
|
|
}else{
|
|
scope.row.customerWalletName = ''
|
|
scope.row.customerWalletName = ''
|
|
|
|
+ scope.row.walletId = ''
|
|
}
|
|
}
|
|
}" placeholder="请选择">
|
|
}" placeholder="请选择">
|
|
<el-option
|
|
<el-option
|