From fd20a4bf1261457aabd4688c88f57bf5d23bec3b Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Thu, 16 Jun 2022 11:30:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E4=B8=AD=E7=9A=84=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E4=B8=80=E4=B8=AA=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/router/modules/codemenu.js | 78 ++++++++----------- 1 file changed, 34 insertions(+), 44 deletions(-) diff --git a/anrui-scm/anrui-scm-ui/src/router/modules/codemenu.js b/anrui-scm/anrui-scm-ui/src/router/modules/codemenu.js index 95cf5090d6..ba1a710368 100644 --- a/anrui-scm/anrui-scm-ui/src/router/modules/codemenu.js +++ b/anrui-scm/anrui-scm-ui/src/router/modules/codemenu.js @@ -12,7 +12,7 @@ const codemenu = [ path: '/scminbound/index', component: () => import('@/views/anruiscm/scminbound/scminbound.vue'), name: 'ScmInboundIndex', - meta: { title: '销售入库单' } + meta: { title: '销售入库单', noCache: true } }] }, { @@ -26,7 +26,7 @@ const codemenu = [ path: '/scmotherinbound/index', component: () => import('@/views/anruiscm/scmotherinbound/scmotherinbound.vue'), name: 'ScmOtherInboundIndex', - meta: { title: '其他入库单' } + meta: { title: '其他入库单', noCache: true } }] }, { @@ -40,7 +40,7 @@ const codemenu = [ path: '/scmotheroutbound/index', component: () => import('@/views/anruiscm/scmotheroutbound/scmotheroutbound.vue'), name: 'ScmOtherOutboundIndex', - meta: { title: '其他出库单' } + meta: { title: '其他出库单', noCache: true } }] }, { @@ -54,7 +54,7 @@ const codemenu = [ path: '/scmoutbound/index', component: () => import('@/views/anruiscm/scmoutbound/scmoutbound.vue'), name: 'ScmOutboundIndex', - meta: { title: '销售出库单' } + meta: { title: '销售出库单', noCache: true } }] }, { @@ -68,7 +68,7 @@ const codemenu = [ path: '/scmrealtimeinventory/index', component: () => import('@/views/anruiscm/scmrealtimeinventory/scmrealtimeinventory.vue'), name: 'ScmRealTimeInventoryIndex', - meta: { title: '即时库存表' } + meta: { title: '即时库存表', noCache: true } }] }, { @@ -82,7 +82,7 @@ const codemenu = [ path: '/scmrejected/index', component: () => import('@/views/anruiscm/scmrejected/scmrejected.vue'), name: 'ScmRejectedIndex', - meta: { title: '采购退料单' } + meta: { title: '采购退料单', noCache: true } }] }, { @@ -96,7 +96,7 @@ const codemenu = [ path: '/scmreturn/index', component: () => import('@/views/anruiscm/scmreturn/scmreturn.vue'), name: 'ScmReturnIndex', - meta: { title: '销售退货单' } + meta: { title: '销售退货单', noCache: true } }] }, @@ -111,7 +111,7 @@ const codemenu = [ path: '/scmmaterial/index', component: () => import('@/views/anruiscm/scmmaterial/scmmaterial.vue'), name: 'ScmMaterialIndex', - meta: { title: '物料管理' } + meta: { title: '物料管理', noCache: true } }] }, // 存放地点 @@ -126,7 +126,7 @@ const codemenu = [ path: '/scmwarehouse/index', component: () => import('@/views/anruiscm/scmwarehouse/scmwarehouse.vue'), name: 'ScmWarehouseIndex', - meta: { title: '存放地点' } + meta: { title: '存放地点', noCache: true } }] }, { @@ -140,13 +140,13 @@ const codemenu = [ path: '/shangzhuang/shangzhuangguanli', component: () => import('@/views/shangzhuang/shangzhuangguanli/shangzhuangguanli.vue'), name: 'ShangZhuangGuanLi', - meta: { title: '上装管理' } + meta: { title: '上装管理', noCache: true } }, { path: '/shangzhuang/shangzhuangjiansuo', component: () => import('@/views/shangzhuang/shangzhuangjiansuo/shangzhuangjiansuoguanli.vue'), name: 'ShangZhuangJianSuoGuanLi', - meta: { title: '上装管理' } + meta: { title: '上装管理', noCache: true } }] }, // 合格证台账 @@ -161,7 +161,7 @@ const codemenu = [ path: '/hegezheng/hegezhengtaizhang', component: () => import('@/views/cheliang/hegezhengtaizhang/hegezhengtaizhang.vue'), name: 'hegezhengtaizhang', - meta: { title: '合格证台账' } + meta: { title: '合格证台账', noCache: true } }] }, @@ -177,7 +177,7 @@ const codemenu = [ path: '/caigoudingdan/index', component: () => import('@/views/cheliang/cheliangcaigou/cheliangcaigou.vue'), name: 'cheliangcaigou', - meta: { title: '采购订单管理' } + meta: { title: '采购订单管理', noCache: true } }] }, @@ -192,13 +192,13 @@ const codemenu = [ path: '/guache/guacheguanli', component: () => import('@/views/guache/guacheguanli/guacheguanli.vue'), name: 'GuaCheJianSuoGuanLi', - meta: { title: '挂车管理' } + meta: { title: '挂车管理', noCache: true } }, { path: '/guache/guachejiansuo', component: () => import('@/views/guache/guachejiansuo/guachejiansuoguanli.vue'), name: 'guachejiansuoguanli', - meta: { title: '挂车管理' } + meta: { title: '挂车管理', noCache: true } } ] }, @@ -217,18 +217,14 @@ const codemenu = [ component: () => import('@/views/cheliang/chexing/chexing.vue'), name: 'chexing', - meta: { - title: '车型管理' - } + meta: { title: '车型管理', noCache: true } }, { path: '/cheliang/changyongpeizhi', component: () => import('@/views/cheliang/chexingpeizhi/changyongpeizhi.vue'), name: 'chexingpeizhi', - meta: { - title: '常用配置管理' - } + meta: { title: '常用配置管理', noCache: true } }, // 车辆台账 { @@ -236,18 +232,14 @@ const codemenu = [ component: () => import('@/views/cheliang/cheliangtaizhang/cheliangtaizhang.vue'), name: 'cheliangtaizhang', - meta: { - title: '车辆台账' - } + meta: { title: '车辆台账', noCache: true } }, { path: '/cheliang/chexingbaojia', component: () => import('@/views/cheliang/chexingbaojia/daibaojiaguanli/daibaojia.vue'), name: 'daibaojia', - meta: { - title: '车型报价' - } + meta: { title: '车型报价', noCache: true } }, // 车辆信息 @@ -256,9 +248,7 @@ const codemenu = [ component: () => import('@/views/cheliang/cheliangtaizhang/cheliangtaizhangInfo.vue'), name: 'CheliangtaizhangInfo', - meta: { - title: '车辆信息' - } + meta: { title: '车辆信息', noCache: true } } ] }, @@ -274,7 +264,7 @@ const codemenu = [ path: '/caigoutuiku/index', component: () => import('@/views/supplychain/caigoutuiku/caigoutuiku.vue'), name: 'caigoutuiku', - meta: { title: '采购退库' } + meta: { title: '采购退库', noCache: true } }] }, { @@ -289,7 +279,7 @@ const codemenu = [ path: '/vehicle/cheliangpaichan', component: () => import('@/views/supplychain/cheliangpaichan/cheliangpaichan.vue'), name: 'cheliangpaichan', - meta: { title: '车辆排产管理' } + meta: { title: '车辆排产管理', noCache: true } } ] }, @@ -305,7 +295,7 @@ const codemenu = [ path: '/supplychain/changjiaxitong', component: () => import('@/views/supplychain/changjiaxitong/manufacturers.vue'), name: 'changjiaxitongrenkuan', - meta: { title: '厂家系统认款' } + meta: { title: '厂家系统认款', noCache: true } } ] }, @@ -321,7 +311,7 @@ const codemenu = [ path: '/supplychain/cheliangneigou', component: () => import('@/views/supplychain/cheliangneigou/cheliangneigouguanli.vue'), name: 'cheliangneigouguanli', - meta: { title: '内购申请管理' } + meta: { title: '内购申请管理', noCache: true } } ] }, @@ -337,7 +327,7 @@ const codemenu = [ path: '/baseoutsourcingapplication/index', component: () => import('@/views/baseoutsourcingapplication/baseoutsourcingapplication.vue'), name: 'baseoutsourcingapplication', - meta: { title: '车辆外采' } + meta: { title: '车辆外采', noCache: true } } ] }, @@ -353,7 +343,7 @@ const codemenu = [ path: '/examine/chukushenhe', component: () => import('@/views/examinePage/chukushenhe/chukushenhe.vue'), name: 'chukushenhe', - meta: { title: '出库审核' } + meta: { title: '出库审核', noCache: true } } ] }, @@ -369,31 +359,31 @@ const codemenu = [ path: '/kucunguanli/tiaojiaguanli', component: () => import('@/views/kucunguanli/tiaojiaguanli/priceguanli.vue'), name: 'priceguanli', - meta: { title: '调价申请管理' } + meta: { title: '调价申请管理', noCache: true } }, { path: '/kucunguanli/panku', component: () => import('@/views/kucunguanli/panku/pankuguanli.vue'), name: 'pankuguanli', - meta: { title: '盘库管理' } + meta: { title: '盘库管理', noCache: true } }, { path: '/kucunguanli/cheliangweihu/richangxunjian', component: () => import('@/views/kucunguanli/cheliangweihu/richangxunjian/cheliangxunjian.vue'), name: 'cheliangxunjianjiluchaxun', - meta: { title: '日常巡检' } + meta: { title: '日常巡检', noCache: true } }, { path: '/kucunguanli/yancheguanli', component: () => import('@/views/supplychain/yancheguanli/yancheguanli.vue'), name: 'yancheguanli', - meta: { title: '验车管理' } + meta: { title: '验车管理', noCache: true } }, { path: '/kucunguanli/rukuguanli', component: () => import('@/views/supplychain/rukuguanli/rukuguanliAwait.vue'), name: 'rukuguanliawait', - meta: { title: '入库车辆管理' } + meta: { title: '入库车辆管理', noCache: true } } ] }, @@ -409,7 +399,7 @@ const codemenu = [ path: '/ruzhang/ruzhangguanli', component: () => import('@/views/ruzhang/ruzhangguanli/ruzhangguanli.vue'), name: 'ruzhangguanli', - meta: { title: '入账管理' } + meta: { title: '入账管理', noCache: true } }] }, // 未售买断管理 @@ -424,7 +414,7 @@ const codemenu = [ path: '/weishoumaiduan/weishoumaiduanguanli', component: () => import('@/views/weishoumaiduan/weishoumaiduanguanli/unsoldguanli.vue'), name: 'unsoldguanli', - meta: { title: '未售买断申请管理' } + meta: { title: '未售买断申请管理', noCache: true } }] }, // 验车管理 @@ -469,7 +459,7 @@ const codemenu = [ path: '/cunfangdidianbiangengguanli/cunfangdidianbiangeng', component: () => import('@/views/supplychain/cunfangdidianbiangeng/cunfangdidianbiangeng.vue'), name: 'cunfangdidianbiangeng', - meta: { title: '存放地点变更申请管理' } + meta: { title: '存放地点变更申请管理', noCache: true } }] }, // 流程审批