Browse Source

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

master
yunuo970428 3 months ago
parent
commit
dbe13e1141
  1. 2
      anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/relation/bicyclerebatetobecheckedInfo.vue
  2. 2
      anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatecheck/relation/specialrebatetobecheckedInfo.vue
  3. 2
      anrui-scm/anrui-scm-ui/src/views/workFlow/danchefanliheduiFlow/relation/bicyclerebatetobecheckedInfo.vue
  4. 2
      anrui-scm/anrui-scm-ui/src/views/workFlow/zhuanxiangfanliheduiFlow/relation/specialrebatetobecheckedInfo.vue

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

@ -80,7 +80,7 @@ export default {
this.$refs['form_obj'].clearValidate()
})
this.viewTitle = '单车返利核对审核申请明细'
req.vehRebateGroupDetails({ appleSid: sid, vehRebateSids: vehRebateSids }).then((resp) => {
req.vehRebateGroupDetails({ applySid: sid, vehRebateSids: vehRebateSids }).then((resp) => {
if (resp.success) {
this.list = resp.data
}

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

@ -77,7 +77,7 @@ export default {
this.$refs['form_obj'].clearValidate()
})
this.viewTitle = '专项返利核对审核申请明细'
req.specialRebateGroupDetails({ appleSid: sid, specialRebateSids: specialRebateSids }).then((resp) => {
req.specialRebateGroupDetails({ applySid: sid, specialRebateSids: specialRebateSids }).then((resp) => {
if (resp.success) {
this.list = resp.data
}

2
anrui-scm/anrui-scm-ui/src/views/workFlow/danchefanliheduiFlow/relation/bicyclerebatetobecheckedInfo.vue

@ -80,7 +80,7 @@ export default {
this.$refs['form_obj'].clearValidate()
})
this.viewTitle = '单车返利核对审核申请明细'
req.vehRebateGroupDetails({ appleSid: sid, vehRebateSids: vehRebateSids }).then((resp) => {
req.vehRebateGroupDetails({ applySid: sid, vehRebateSids: vehRebateSids }).then((resp) => {
if (resp.success) {
this.list = resp.data
}

2
anrui-scm/anrui-scm-ui/src/views/workFlow/zhuanxiangfanliheduiFlow/relation/specialrebatetobecheckedInfo.vue

@ -77,7 +77,7 @@ export default {
this.$refs['form_obj'].clearValidate()
})
this.viewTitle = '专项返利核对审核申请明细'
req.specialRebateGroupDetails({ appleSid: sid, specialRebateSids: specialRebateSids }).then((resp) => {
req.specialRebateGroupDetails({ applySid: sid, specialRebateSids: specialRebateSids }).then((resp) => {
if (resp.success) {
this.list = resp.data
}

Loading…
Cancel
Save