Browse Source

完善单车返利核对、专项返利核对

master
yunuo970428 6 months ago
parent
commit
794d88b017
  1. 4
      anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/bicyclerebatecheck.vue
  2. 2
      anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/bicyclerebatetobechecked.vue
  3. 2
      anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatecheck/specialrebatetobechecked.vue
  4. 2
      anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatedistribution/specialrebatetobeallocated.vue

4
anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/bicyclerebatecheck.vue

@ -245,7 +245,7 @@ export default {
req.pagelist(this.listQuery).then((response) => {
console.log('列表查询结果:', response)
this.listLoading = false
if (response.success && response.data && response.data.total > 0) {
if (response.success) {
this.list = response.data.records
this.listQuery.total = response.data.total
} else {
@ -275,7 +275,7 @@ export default {
size: 5,
total: 0
}
this.getList()
this.init()
},
handleClick() {
this.$parent.resetState()

2
anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/bicyclerebatetobechecked.vue

@ -457,7 +457,7 @@ export default {
size: 5,
total: 0
}
this.getList()
this.init()
},
getNumber(val, limit) {
val = val.replace(/[^0-9.]/g, '') //

2
anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatecheck/specialrebatetobechecked.vue

@ -466,7 +466,7 @@ export default {
size: 5,
total: 0
}
this.getList()
this.init()
},
getNumber(val, limit) {
val = val.replace(/[^0-9.]/g, '') //

2
anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatedistribution/specialrebatetobeallocated.vue

@ -267,7 +267,7 @@ export default {
size: 5,
total: 0
}
this.getList()
this.init()
},
handleClick() {
this.viewState = 2

Loading…
Cancel
Save