|
@@ -159,7 +159,27 @@ const fwjg = [
|
|
|
meta: { title: '高企申报-申报确认' },
|
|
|
component: () => import('../views/adminCenter/declare/check.vue'),
|
|
|
},
|
|
|
+ // 服务机构-研发补贴,奖励兑现
|
|
|
+ {
|
|
|
+ path: '/adminCenter/reward',
|
|
|
+ name: 'admin_reward_index',
|
|
|
+ meta: { title: '政策服务' },
|
|
|
+ component: () => import('../views/adminCenter/reward/index.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/adminCenter/reward/detail',
|
|
|
+ name: 'admin_reward_detail',
|
|
|
+ meta: { title: '政策服务-审核管理' },
|
|
|
+ component: () => import('../views/adminCenter/reward/detail.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/adminCenter/reward/result',
|
|
|
+ name: 'admin_reward_result',
|
|
|
+ meta: { title: '政策服务-审核结果查看' },
|
|
|
+ component: () => import('../views/adminCenter/reward/result.vue'),
|
|
|
+ },
|
|
|
// 服务机构-兑付管理
|
|
|
+ // 创新券
|
|
|
{
|
|
|
path: '/adminCenter/cashing/coupons',
|
|
|
name: 'admin_cashing_coupons',
|
|
@@ -178,38 +198,25 @@ const fwjg = [
|
|
|
meta: { title: '创新券兑付-审核结果查看' },
|
|
|
component: () => import('../views/adminCenter/cashing/coupons/result.vue'),
|
|
|
},
|
|
|
- // 服务机构-订单
|
|
|
- // {
|
|
|
- // path: '/adminCenter/order/list',
|
|
|
- // name: 'admin_order_list',
|
|
|
- // meta: { title: '服务订单' },
|
|
|
- // component: () => import('../views/adminCenter/order/list.vue'),
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: '/adminCenter/order/update',
|
|
|
- // name: 'admin_order_update',
|
|
|
- // meta: { title: '修改服务订单' },
|
|
|
- // component: () => import('../views/adminCenter/order/update.vue'),
|
|
|
- // },
|
|
|
- // 服务机构-高企申报
|
|
|
- // {
|
|
|
- // path: '/adminCenter/ticket',
|
|
|
- // name: 'admin_ticket',
|
|
|
- // meta: { title: '高企申报' },
|
|
|
- // component: () => import('../views/adminCenter/ticket/index.vue'),
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: '/adminCenter/ticket/detail',
|
|
|
- // name: 'admin_ticket_detail',
|
|
|
- // meta: { title: '高企申报-信息管理' },
|
|
|
- // component: () => import('../views/adminCenter/ticket/detail.vue'),
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: '/adminCenter/ticket/toGrant',
|
|
|
- // name: 'admin_ticket_toGrant',
|
|
|
- // meta: { title: '高企申报认定' },
|
|
|
- // component: () => import('../views/adminCenter/ticket/toGrant.vue'),
|
|
|
- // },
|
|
|
+ // 研发补贴,奖励兑现
|
|
|
+ {
|
|
|
+ path: '/adminCenter/cashing/reward',
|
|
|
+ name: 'admin_cashing_reward',
|
|
|
+ meta: { title: '政策服务兑付' },
|
|
|
+ component: () => import('../views/adminCenter/cashing/reward/index.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/adminCenter/cashing/reward/detail',
|
|
|
+ name: 'admin_cashing_reward_detail',
|
|
|
+ meta: { title: '政策服务兑付-审核管理' },
|
|
|
+ component: () => import('../views/adminCenter/cashing/reward/detail.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/adminCenter/cashing/reward/result',
|
|
|
+ name: 'admin_cashing_reward_result',
|
|
|
+ meta: { title: '政策服务兑付-审核结果查看' },
|
|
|
+ component: () => import('../views/adminCenter/cashing/reward/result.vue'),
|
|
|
+ },
|
|
|
];
|
|
|
// 企业
|
|
|
const qy = [
|
|
@@ -277,6 +284,31 @@ const qy = [
|
|
|
meta: { title: '高企申报-审核结果' },
|
|
|
component: () => import('../views/adminCenter/company/declare/info.vue'),
|
|
|
},
|
|
|
+ // 企业-研发补贴,奖励兑现
|
|
|
+ {
|
|
|
+ path: '/adminCenter/company/reward',
|
|
|
+ name: 'company_reward_index',
|
|
|
+ meta: { title: '政策服务' },
|
|
|
+ component: () => import('../views/adminCenter/company/reward/index.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/adminCenter/company/reward/detail',
|
|
|
+ name: 'company_reward_detail',
|
|
|
+ meta: { title: '政策服务-信息管理' },
|
|
|
+ component: () => import('../views/adminCenter/company/reward/detail.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/adminCenter/company/reward/result',
|
|
|
+ name: 'company_reward_result',
|
|
|
+ meta: { title: '政策服务-审核结果' },
|
|
|
+ component: () => import('../views/adminCenter/company/reward/result.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/adminCenter/company/reward/order',
|
|
|
+ name: 'company_reward_order',
|
|
|
+ meta: { title: '政策服务-我要兑付' },
|
|
|
+ component: () => import('../views/adminCenter/company/reward/order.vue'),
|
|
|
+ },
|
|
|
// 企业-兑付管理
|
|
|
{
|
|
|
path: '/adminCenter/company/cashing/coupons',
|
|
@@ -302,44 +334,18 @@ const qy = [
|
|
|
meta: { title: '创新券兑付-审核结果' },
|
|
|
component: () => import('../views/adminCenter/company/cashing/coupons/couponsResult_info.vue'),
|
|
|
},
|
|
|
- // // 企业-创新券申领
|
|
|
- // {
|
|
|
- // path: '/adminCenter/company/coupons',
|
|
|
- // name: 'company_coupons_index',
|
|
|
- // meta: { title: '创新券申领' },
|
|
|
- // component: () => import('../views/adminCenter/company/coupons/index.vue'),
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: '/adminCenter/company/coupons/detail',
|
|
|
- // name: 'company_coupons_detail',
|
|
|
- // meta: { title: '创新券申领-信息管理' },
|
|
|
- // component: () => import('../views/adminCenter/company/coupons/detail.vue'),
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: '/adminCenter/company/policyApply/index',
|
|
|
- // name: 'company_policyApply_index',
|
|
|
- // meta: { title: '创新券申领-审核结果' },
|
|
|
- // component: () => import('../views/adminCenter/company/policy_apply/index.vue'),
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: '/adminCenter/company/policyApply/info',
|
|
|
- // name: 'company_policyApply_info',
|
|
|
- // meta: { title: '创新券申领-审核信息结果' },
|
|
|
- // component: () => import('../views/adminCenter/company/policy_apply/apply_info.vue'),
|
|
|
- // },
|
|
|
- // // 企业-服务订单
|
|
|
- // {
|
|
|
- // path: '/adminCenter/company/policyApply/order',
|
|
|
- // name: 'company_policyApply_order',
|
|
|
- // meta: { title: '服务订单' },
|
|
|
- // component: () => import('../views/adminCenter/company/policy_apply/order_apply.vue'),
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: '/adminCenter/company/policyApply/orderIndex',
|
|
|
- // name: 'company_policyApply_orderIndex',
|
|
|
- // meta: { title: '服务订单-审核结果' },
|
|
|
- // component: () => import('../views/adminCenter/company/policy_apply/order_index.vue'),
|
|
|
- // },
|
|
|
+ {
|
|
|
+ path: '/adminCenter/company/cashing/rewardResult',
|
|
|
+ name: 'company_cashing_rewardResult',
|
|
|
+ meta: { title: '政策服务兑付' },
|
|
|
+ component: () => import('../views/adminCenter/company/cashing/coupons/rewardResult.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/adminCenter/company/cashing/rewardResult_info',
|
|
|
+ name: 'company_cashing_rewardResult_info',
|
|
|
+ meta: { title: '政策服务兑付-审核结果' },
|
|
|
+ component: () => import('../views/adminCenter/company/cashing/coupons/rewardResult_info.vue'),
|
|
|
+ },
|
|
|
];
|
|
|
// 机构
|
|
|
const jg = [
|