Browse Source

完善单车返利预提 -- 重推功能

master
yunuo970428 5 months ago
parent
commit
fbf6dd153d
  1. 4
      anrui-scm/anrui-scm-ui/src/api/bikerebate/bicyclerebatewithholding.js
  2. 2
      anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholding.vue

4
anrui-scm/anrui-scm-ui/src/api/bikerebate/bicyclerebatewithholding.js

@ -20,9 +20,9 @@ export default {
})
},
// 重推
rePushVouche: function(data) {
rePushVoucher: function(data) {
return request({
url: '/scm/v1/scmvehrebatewithapply/rePushVouche',
url: '/scm/v1/scmvehrebatewithapply/rePushVoucher',
method: 'post',
params: data
})

2
anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholding.vue

@ -335,7 +335,7 @@ export default {
spinner: 'el-icon-loading',
background: 'rgba(0, 0, 0, 0.7)'
})
req.rePushVouche({ sid: this.sids[0] }).then((resp) => {
req.rePushVoucher({ sid: this.sids[0] }).then((resp) => {
if (resp.success) {
loading.close()
this.$message({ showClose: true, type: 'success', message: '重推成功' })

Loading…
Cancel
Save