Browse Source

Merge remote-tracking branch 'origin/master'

master
God 8 months ago
parent
commit
347deedbf6
  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) => { req.pagelist(this.listQuery).then((response) => {
console.log('列表查询结果:', response) console.log('列表查询结果:', response)
this.listLoading = false this.listLoading = false
if (response.success && response.data && response.data.total > 0) { if (response.success) {
this.list = response.data.records this.list = response.data.records
this.listQuery.total = response.data.total this.listQuery.total = response.data.total
} else { } else {
@ -275,7 +275,7 @@ export default {
size: 5, size: 5,
total: 0 total: 0
} }
this.getList() this.init()
}, },
handleClick() { handleClick() {
this.$parent.resetState() this.$parent.resetState()

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

@ -457,7 +457,7 @@ export default {
size: 5, size: 5,
total: 0 total: 0
} }
this.getList() this.init()
}, },
getNumber(val, limit) { getNumber(val, limit) {
val = val.replace(/[^0-9.]/g, '') // 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, size: 5,
total: 0 total: 0
} }
this.getList() this.init()
}, },
getNumber(val, limit) { getNumber(val, limit) {
val = val.replace(/[^0-9.]/g, '') // 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, size: 5,
total: 0 total: 0
} }
this.getList() this.init()
}, },
handleClick() { handleClick() {
this.viewState = 2 this.viewState = 2

Loading…
Cancel
Save