guhongwei 4 年之前
父節點
當前提交
9af2eaf09f
共有 2 個文件被更改,包括 45 次插入39 次删除
  1. 5 0
      dict/index.js
  2. 40 39
      src/components/adminCommon/menu.js

+ 5 - 0
dict/index.js

@@ -108,6 +108,11 @@ export const declareapplyStatus = [
   { label: '通过', value: '1' },
   { label: '通过', value: '1' },
   { label: '拒绝', value: '-1' },
   { label: '拒绝', value: '-1' },
 ];
 ];
+export const rewardStatus = [
+  { label: '待处理', value: '0' },
+  { label: '通过', value: '1' },
+  { label: '拒绝', value: '-1' },
+];
 // 兑付管理
 // 兑付管理
 export const cashingispay = [
 export const cashingispay = [
   { label: '待提交', value: '0' },
   { label: '待提交', value: '0' },

+ 40 - 39
src/components/adminCommon/menu.js

@@ -92,6 +92,16 @@ export const fwjg = [
         index: '/adminCenter/declare',
         index: '/adminCenter/declare',
         title: '高企申报确认',
         title: '高企申报确认',
       },
       },
+      {
+        icon: 'el-icon-s-home',
+        index: '/adminCenter/reward?type=研发补贴',
+        title: '研发补贴',
+      },
+      {
+        icon: 'el-icon-s-home',
+        index: '/adminCenter/reward?type=奖励兑现',
+        title: '奖励兑现',
+      },
     ],
     ],
   },
   },
   {
   {
@@ -104,47 +114,18 @@ export const fwjg = [
         index: '/adminCenter/cashing/coupons',
         index: '/adminCenter/cashing/coupons',
         title: '创新券兑付管理',
         title: '创新券兑付管理',
       },
       },
+      {
+        icon: 'el-icon-s-home',
+        index: '/adminCenter/cashing/reward?type=研发补贴',
+        title: '研发补贴兑付管理',
+      },
+      {
+        icon: 'el-icon-s-home',
+        index: '/adminCenter/cashing/reward?type=奖励兑现',
+        title: '奖励兑现兑付管理',
+      },
     ],
     ],
   },
   },
-  // {
-  //   icon: 'iconzhengce1',
-  //   index: '6',
-  //   title: '订单管理',
-  //   subs: [
-  //     {
-  //       icon: 'el-icon-s-home',
-  //       index: '/adminCenter/order/list',
-  //       title: '服务订单',
-  //     },
-  //   ],
-  // },
-  // {
-  //   icon: 'iconzhengce1',
-  //   index: '7',
-  //   title: '高企申报管理',
-  //   subs: [
-  //     {
-  //       icon: 'el-icon-s-home',
-  //       index: '/adminCenter/ticket?status=0',
-  //       title: '企业信息审查中',
-  //     },
-  //     {
-  //       icon: 'el-icon-s-home',
-  //       index: '/adminCenter/ticket?status=-1',
-  //       title: '企业信息审查失败',
-  //     },
-  //     {
-  //       icon: 'el-icon-s-home',
-  //       index: '/adminCenter/ticket?status=1',
-  //       title: '合同待上传',
-  //     },
-  //     {
-  //       icon: 'el-icon-s-home',
-  //       index: '/adminCenter/ticket?status=2',
-  //       title: '高企申报成功',
-  //     },
-  //   ],
-  // },
 ];
 ];
 export const qy = [
 export const qy = [
   {
   {
@@ -184,6 +165,16 @@ export const qy = [
         index: '/adminCenter/company/declare',
         index: '/adminCenter/company/declare',
         title: '高企申报',
         title: '高企申报',
       },
       },
+      {
+        icon: 'el-icon-s-home',
+        index: '/adminCenter/company/reward?type=研发补贴',
+        title: '研发补贴',
+      },
+      {
+        icon: 'el-icon-s-home',
+        index: '/adminCenter/company/reward?type=奖励兑现',
+        title: '奖励兑现',
+      },
     ],
     ],
   },
   },
   {
   {
@@ -201,6 +192,16 @@ export const qy = [
         index: '/adminCenter/company/cashing/couponsResult',
         index: '/adminCenter/company/cashing/couponsResult',
         title: '创新券兑付结果',
         title: '创新券兑付结果',
       },
       },
+      {
+        icon: 'el-icon-s-home',
+        index: '/adminCenter/company/cashing/rewardResult?type=研发补贴',
+        title: '研发补贴兑付结果',
+      },
+      {
+        icon: 'el-icon-s-home',
+        index: '/adminCenter/company/cashing/rewardResult?type=奖励兑现',
+        title: '奖励兑现兑付结果',
+      },
     ],
     ],
   },
   },
 ];
 ];