|
|
@ -55,8 +55,10 @@ export default { |
|
|
|
// 查看明细
|
|
|
|
vehRebateWithDetails: function(data) { |
|
|
|
return request({ |
|
|
|
url: '/scm/v1/scmspecialrebatewith/specialRebateWithDetails/' + data, |
|
|
|
method: 'get' |
|
|
|
url: '/scm/v1/scmspecialrebatewith/specialRebateWithDetails', |
|
|
|
method: 'post', |
|
|
|
data: data, |
|
|
|
headers: { 'Content-Type': 'application/json' } |
|
|
|
}) |
|
|
|
}, |
|
|
|
// 导出
|
|
|
|