|
@@ -69,7 +69,7 @@
|
|
|
class="dateStyle"
|
|
|
@change="changeCustomerNumber($event,0)"
|
|
|
filterable
|
|
|
- v-model="scope.row.customerNumber"
|
|
|
+ v-model.trim="scope.row.customerNumber"
|
|
|
placeholder="请选择"
|
|
|
>
|
|
|
<el-option v-for="item in customerData" :key="item.id" :label="item.number" :value="item.number"> </el-option>
|
|
@@ -282,9 +282,10 @@ export default {
|
|
|
v.bz = ''
|
|
|
v.name = ''
|
|
|
})
|
|
|
- this.searchForm.customerNumber = ''
|
|
|
+ this.searchForm.customerName = ''
|
|
|
this.dataList[0].customerId = ''
|
|
|
this.dataList[0].customerNumber = ''
|
|
|
+ this.dataList[0].customerName = ''
|
|
|
this.dataList[0].allowanceAmount = ''
|
|
|
this.dataList[1].customerId = ''
|
|
|
this.dataList[1].customerNumber = ''
|