diff --git a/api/admin.js b/api/admin.js index fd3f912..988502c 100644 --- a/api/admin.js +++ b/api/admin.js @@ -363,4 +363,22 @@ export function getSubsidyRecord(merId, data) { return request.get(`server/${merId}/subsidyRecord`, data, { login: true }); +} + +/* + 领取补贴 +*/ +export function couponReceive(id, data) { + return request.post(`coupon/receive/${id}`, data, { + login: true + }); +} + +/* + 领取补贴 +*/ +export function couponRefuse(id, data) { + return request.post(`coupon/refuse/{id}`, data, { + login: true + }); } \ No newline at end of file diff --git a/config/app.js b/config/app.js index d94b1a2..4f7918e 100644 --- a/config/app.js +++ b/config/app.js @@ -10,8 +10,8 @@ let wsApi // 在打包之前请检查当前环境是否正确 // const env = 'dev'; // 开发 -const env = 'prod'; // 生产 -// const env = 'prew'; // 预上线 +// const env = 'prod'; // 生产 +const env = 'prew'; // 预上线 switch (env) { case 'prod': diff --git a/pages/activeCode/subsidy.vue b/pages/activeCode/subsidy.vue index 2ed42a0..b5a668a 100644 --- a/pages/activeCode/subsidy.vue +++ b/pages/activeCode/subsidy.vue @@ -30,7 +30,7 @@ - 春耕采购金额{{info.spring_subsidy_amount}}元 + 春耕采购金额{{info.spring_subsidy}}元 剩余金额{{info.balance}}元 @@ -98,7 +98,7 @@ *春耕采购余额使用完,采购金额和销售金额达到后才可获取补贴 - + @@ -112,9 +112,9 @@ ¥{{ item.extra.sale_target }} ¥{{ cPrice(item.coupon_price) }} ¥{{ item.coupon_price }} - + - {{item.send_status_cn}} + {{item.send_status_cn}} {{item.send_status_cn}} @@ -123,13 +123,50 @@ + + + + + + + + + + 补贴未激活 + 补贴审核中 + 补贴待领取 + 请填写错误内容 + + + 当前采购目标金额、销售目标金额未完成,无法提交报审。 + 你的补贴申请已提交报审,审核周期为3个月内,审核完成后,将会以短信形式通知。 + + 请核对补贴金额是否正确,如有疑问,请联系工作人员。 + 电话:13627640188 + + + +