Sfoglia il codice sorgente

采购退货报表

chenrui 2 anni fa
parent
commit
7ede01592c

+ 47 - 22
src/config/router.config.js

@@ -358,7 +358,7 @@ export const asyncRouterMap = [
                   hidden: true,
                   replaceTab: true
                 }
-              },
+              }
             ]
           },
           {
@@ -464,7 +464,7 @@ export const asyncRouterMap = [
                 meta: {
                   title: '货架订单详情',
                   icon: 'monitor',
-                  hidden: true,
+                  hidden: true
                   // permission: 'M_shelfOrderDetail'
                 }
               }
@@ -652,7 +652,7 @@ export const asyncRouterMap = [
                   icon: 'monitor',
                   hidden: true
                 }
-              },
+              }
             ]
           },
           {
@@ -676,9 +676,9 @@ export const asyncRouterMap = [
                   icon: 'monitor',
                   hidden: true
                 }
-              },
+              }
             ]
-          },
+          }
           // {
           //   path: '/numsGoodsShelves/accountManagement',
           //   redirect: '/numsGoodsShelves/accountManagement/list',
@@ -844,7 +844,7 @@ export const asyncRouterMap = [
             component: BlankLayout,
             meta: {
               title: '采购退货申请单',
-              icon: 'money-collect',
+              icon: 'money-collect'
               // permission: 'M_purchaseReturnApplyFormList'
             },
             hideChildrenInMenu: true,
@@ -856,7 +856,7 @@ export const asyncRouterMap = [
                 meta: {
                   title: '采购退货申请单列表',
                   icon: 'money-collect',
-                  hidden: true,
+                  hidden: true
                   // permission: 'M_purchaseReturnApplyFormList'
                 }
               },
@@ -867,7 +867,7 @@ export const asyncRouterMap = [
                 meta: {
                   title: '编辑采购退货申请单',
                   icon: 'money-collect',
-                  hidden: true,
+                  hidden: true
                 }
               },
               {
@@ -877,7 +877,7 @@ export const asyncRouterMap = [
                 meta: {
                   title: '采购退货申请单详情',
                   icon: 'money-collect',
-                  hidden: true,
+                  hidden: true
                 }
               }
             ]
@@ -1322,7 +1322,7 @@ export const asyncRouterMap = [
                 }
               }
             ]
-          },
+          }
         ]
       },
       // 调拨管理
@@ -2051,7 +2051,7 @@ export const asyncRouterMap = [
                   hidden: true,
                   permission: 'M_salesReturnReportList'
                 }
-              },
+              }
             ]
           },
           {
@@ -2061,7 +2061,7 @@ export const asyncRouterMap = [
             component: BlankLayout,
             meta: {
               title: '急件冲减报表',
-              icon: 'profile',
+              icon: 'profile'
               // permission: 'M_urgentItemsOffsetReportList'
             },
             hideChildrenInMenu: true,
@@ -2073,9 +2073,9 @@ export const asyncRouterMap = [
                 meta: {
                   title: '急件冲减报表列表',
                   icon: 'profile',
-                  hidden: true,
+                  hidden: true
                 }
-              },
+              }
             ]
           },
           {
@@ -2150,7 +2150,7 @@ export const asyncRouterMap = [
                   hidden: true,
                   permission: 'M_stockImportReportList'
                 }
-              },
+              }
             ]
           },
           {
@@ -2253,6 +2253,31 @@ export const asyncRouterMap = [
               }
             ]
           },
+          {
+            path: '/reportData/purchaseReturnReport',
+            redirect: '/reportData/purchaseReturnReport/list',
+            name: 'purchaseReturnReport',
+            component: BlankLayout,
+            meta: {
+              title: '采购退货报表',
+              icon: 'profile'
+              // permission: 'M_purchaseReturnReportList'
+            },
+            hideChildrenInMenu: true,
+            children: [
+              {
+                path: 'list',
+                name: 'purchaseReturnReportList',
+                component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/purchaseReturnReport/list.vue'),
+                meta: {
+                  title: '采购退货报表列表',
+                  icon: 'profile',
+                  hidden: true
+                  // permission: 'M_purchaseReturnReportList'
+                }
+              }
+            ]
+          },
           {
             path: '/reportData/bulkWarehousingReport',
             redirect: '/reportData/bulkWarehousingReport/index',
@@ -2275,7 +2300,7 @@ export const asyncRouterMap = [
                   hidden: true,
                   permission: 'M_bulkWarehousingReportList'
                 }
-              },
+              }
             ]
           },
           {
@@ -2300,7 +2325,7 @@ export const asyncRouterMap = [
                   hidden: true,
                   permission: 'M_bulkReturnReportList'
                 }
-              },
+              }
             ]
           },
           {
@@ -2327,7 +2352,7 @@ export const asyncRouterMap = [
                 }
               }
             ]
-          },
+          }
         ]
       },
       // 连锁报表
@@ -2595,7 +2620,7 @@ export const asyncRouterMap = [
             component: BlankLayout,
             meta: {
               title: '连锁调入报表',
-              icon: 'profile',
+              icon: 'profile'
               // permission: 'M_chainTransferReportList'
             },
             hideChildrenInMenu: true,
@@ -2607,7 +2632,7 @@ export const asyncRouterMap = [
                 meta: {
                   title: '连锁调入报表列表',
                   icon: 'profile',
-                  hidden: true,
+                  hidden: true
                 }
               }
             ]
@@ -2619,7 +2644,7 @@ export const asyncRouterMap = [
             component: BlankLayout,
             meta: {
               title: '连锁调出报表',
-              icon: 'profile',
+              icon: 'profile'
               // permission: 'M_chainCallReportList'
             },
             hideChildrenInMenu: true,
@@ -2631,7 +2656,7 @@ export const asyncRouterMap = [
                 meta: {
                   title: '连锁调出报表列表',
                   icon: 'profile',
-                  hidden: true,
+                  hidden: true
                 }
               }
             ]

+ 8 - 0
src/views/reportData/purchaseReturnReport/list.vue

@@ -0,0 +1,8 @@
+<template>
+</template>
+
+<script>
+</script>
+
+<style>
+</style>