guhongwei 4 years ago
parent
commit
21e0c124ef
2 changed files with 120 additions and 44 deletions
  1. 38 5
      dict/index.js
  2. 82 39
      src/components/adminCommon/menu.js

+ 38 - 5
dict/index.js

@@ -72,11 +72,6 @@ export const usetype = ['服务类型1', '服务类型2', '服务类型3'];
 // 所属分类
 export const classify = ['分类1', '分类2', '分类3'];
 
-export const policyStatus = [
-  { label: '待处理', value: '0' },
-  { label: '已通过', value: '1' },
-  { label: '已拒绝', value: '2' },
-];
 // 6-高企申报状态
 export const ticketType = [
   { label: '企业信息待审中', value: '0' },
@@ -86,3 +81,41 @@ export const ticketType = [
 ];
 // 7-长春辖区
 export const juris = ['长春新区', '净月区', '汽开区', '经开区', '高新区', '南关区', '朝阳区', '宽城区', '二道区', '绿园区', '双阳区', '九台区'];
+
+// 创新券
+// 1 - applyStatus
+export const applyStatus = [
+  { label: '待处理', value: '0' },
+  { label: '已通过', value: '1' },
+  { label: '已拒绝', value: '2' },
+];
+// 2 - couponsStatus
+export const couponsStatus = [
+  { label: '待上架', value: '0' },
+  { label: '上架', value: '1' },
+  { label: '下架', value: '-1' },
+];
+
+// 高企申报状态
+export const declareStatus = [
+  { label: '企业信息待审中', value: '0' },
+  { label: '企业信息审核成功', value: '1' },
+  { label: '企业信息审核失败', value: '-1' },
+  { label: '高企申报成功', value: '2' },
+];
+export const declareapplyStatus = [
+  { label: '待处理', value: '0' },
+  { label: '通过', value: '1' },
+  { label: '拒绝', value: '-1' },
+];
+// 兑付管理
+export const cashingispay = [
+  { label: '待提交', value: '0' },
+  { label: '已提交', value: '1' },
+];
+// 兑付审核状态
+export const cashingresult = [
+  { label: '待审核', value: '0' },
+  { label: '审核通过', value: '1' },
+  { label: '审核拒绝', value: '-1' },
+];

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

@@ -72,61 +72,85 @@ export const fwjg = [
     subs: [
       {
         icon: 'el-icon-s-home',
-        index: '/adminCenter/policy/list',
+        index: '/adminCenter/coupons',
         title: '创新券管理',
       },
       {
         icon: 'el-icon-s-home',
-        index: '/adminCenter/policy/apply',
+        index: '/adminCenter/coupons/apply',
         title: '创新券申领管理',
       },
     ],
   },
   {
     icon: 'iconzhengce1',
-    index: '6',
-    title: '订单管理',
+    index: '7',
+    title: '政策服务',
     subs: [
       {
         icon: 'el-icon-s-home',
-        index: '/adminCenter/order/list',
-        title: '服务订单',
+        index: '/adminCenter/declare',
+        title: '高企申报确认',
       },
     ],
   },
   {
     icon: 'iconzhengce1',
-    index: '7',
-    title: '高企申报管理',
+    index: '6',
+    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: '高企申报成功',
+        index: '/adminCenter/cashing/coupons',
+        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 = [
   {
     icon: 'iconjibenxinxi',
     index: '/adminCenter/company/basic',
-    title: '专家基本信息',
+    title: '企业基本信息',
   },
   {
     icon: 'iconchaoshi1',
@@ -136,13 +160,8 @@ export const qy = [
   {
     icon: 'iconzhengce1',
     index: '3',
-    title: '政策服务',
+    title: '创新券管理',
     subs: [
-      {
-        icon: 'iconzhengce1',
-        index: '/adminCenter/company/cognizance',
-        title: '高企申报',
-      },
       {
         icon: 'iconzhengce1',
         index: '/adminCenter/company/coupons',
@@ -150,13 +169,37 @@ export const qy = [
       },
       {
         icon: 'iconzhengce1',
-        index: '/adminCenter/company/policyApply/index',
+        index: '/adminCenter/company/coupons/couponsResult',
         title: '创新券申领结果',
       },
+    ],
+  },
+  {
+    icon: 'iconzhengce1',
+    index: '7',
+    title: '政策服务',
+    subs: [
       {
-        icon: 'iconzhengce1',
-        index: '/adminCenter/company/policyApply/orderIndex',
-        title: '服务订单结果',
+        icon: 'el-icon-s-home',
+        index: '/adminCenter/company/declare',
+        title: '高企申报',
+      },
+    ],
+  },
+  {
+    icon: 'iconzhengce1',
+    index: '8',
+    title: '兑付管理',
+    subs: [
+      {
+        icon: 'el-icon-s-home',
+        index: '/adminCenter/company/cashing/coupons',
+        title: '创新券兑付',
+      },
+      {
+        icon: 'el-icon-s-home',
+        index: '/adminCenter/company/cashing/couponsResult',
+        title: '创新券兑付结果',
       },
     ],
   },
@@ -170,16 +213,16 @@ export const zjjg = [
   {
     icon: 'iconzhengce1',
     index: '2',
-    title: '高企申报管理',
+    title: '政策服务',
     subs: [
       {
         icon: 'el-icon-s-home',
-        index: '/adminCenter/inter/ticket?status=0',
+        index: '/adminCenter/inter/declare?status=0',
         title: '企业信息待审中',
       },
       {
         icon: 'el-icon-s-home',
-        index: '/adminCenter/inter/ticket?status=1',
+        index: '/adminCenter/inter/declare?status=1',
         title: '合同上传',
       },
     ],