This commit is contained in:
2023-06-26 14:36:23 +08:00
parent 0ffdd94afe
commit daf22ab71c
2 changed files with 2 additions and 3 deletions

View File

@@ -39,7 +39,6 @@
export default {
data() {
return {
menu: [{url: '/pages/ProductManage/SboProdProgress', name: '生箔生产进度'}, {url: '/pages/ProductManage/SboProcess', name: '生箔工序'}, {url: '/pages/ProductManage/BakeProcess', name: '烘烤工序'}, {url: '/pages/ProductManage/ManmadeBake', name: '人工烘烤'}, {url: '/pages/ProductManage/PointManage', name: '点位管理'}, {url: '/pages/ProductManage/EmptyPipeInStore', name: '空管入库'}, {url: '/pages/ProductManage/EmptyPipeOutStore', name: '空管出库'}, {url: '/pages/ProductManage/ZjCasing', name: '空轴套管'}, {url: '/pages/ProductManage/ZjDelivery', name: '空轴配送'}, {url: '/pages/ProductManage/ZjInStore', name: '空轴进站'}, {url: '/pages/ProductManage/ZjOutStore', name: '子卷出站'}, {url: '/pages/WarehouseManage/SemifinishedInStore', name: '半成品入库'}, {url: '/pages/WarehouseManage/CheckList', name: '盘点管理'}, {url: '/pages/WarehouseManage/SemifinishedOutStore', name: '半成品出库'}, {url: '/pages/WarehouseManage/ReturngoodsInStore', name: '退货入库'}, {url: '/pages/WarehouseManage/ScrapInStore', name: '报废入库'}, {url: '/pages/WarehouseManage/InStoreConfirm', name: '生产入库'}, {url: '/pages/WarehouseManage/ProdDelivery', name: '生产区发货'}, {url: '/pages/WarehouseManage/XuniDelivery', name: '虚拟区发货'}, {url: '/pages/WarehouseManage/EmptyInStore', name: '空载具入库'}, {url: '/pages/WarehouseManage/EmptyOutStore', name: '空载具出库'}, {url: '/pages/WarehouseManage/CustomerLabelPrint', name: '客户标签打印'}, {url: '/pages/WarehouseManage/ErrorOutUnlock', name: '异常出库解锁'}],
menuList: [],
show: false,
secM: []

View File

@@ -26,8 +26,8 @@ export const authority = () => {
let res = {
sonTree: [
{menu_id: '1', imgsrc: 'RF01', name: '呼叫管理', path: '/pages/modules/callmanage'},
{menu_id: '2', imgsrc: 'RF02', name: '指令管理', path: '/pages/modules/taskmanage'},
{menu_id: '3', imgsrc: 'RF03', name: '任务管理', path: '/pages/modules/zlmanage'}
{menu_id: '2', imgsrc: 'RF02', name: '指令管理', path: '/pages/modules/zlmanage'},
{menu_id: '3', imgsrc: 'RF03', name: '任务管理', path: '/pages/modules/taskmanage'}
]
}
return res