|
|
|
@ -42,126 +42,126 @@
|
|
|
|
|
import { inject, reactive, toRefs, watchEffect, ref } from "vue"; |
|
|
|
|
import utils from '../../utils/utils'; |
|
|
|
|
const tip = ref(null) |
|
|
|
|
// let details = reactive<listtype>({ tablist: [] }); |
|
|
|
|
let details = reactive<listtype>({ |
|
|
|
|
tablist: [ |
|
|
|
|
{ |
|
|
|
|
type: 1, |
|
|
|
|
name: '工作台', |
|
|
|
|
minilist: [ |
|
|
|
|
{ |
|
|
|
|
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
|
|
|
name: '订单查询', |
|
|
|
|
router: '/pagesHome/pages/orderInquiry/orderInquiry', |
|
|
|
|
}, |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
type: 1, |
|
|
|
|
name: '库内', |
|
|
|
|
minilist: [ |
|
|
|
|
{ |
|
|
|
|
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
|
|
|
name: '分拣打托', |
|
|
|
|
router: '/pagesHome/pages/scansorting/scansorting', |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
|
|
|
// name: '订单分拣', |
|
|
|
|
// router: '/pagesHome/pages/ordersorting/ordersorting', |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
|
|
|
// name: '库存品分拣', |
|
|
|
|
// router: '/pagesHome/pages/lnventorysorting/lnventorysorting', |
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
|
|
|
name: '扫码上架', |
|
|
|
|
router: '/pagesHome/pages/ScanUpType/ScanUpType', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
|
|
|
name: '手动上架', |
|
|
|
|
router: '/pagesHome/pages/PeopleScanUpType/PeopleScanUpType', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
|
|
|
name: '移库', |
|
|
|
|
router: '/pagesHome/pages/RelocationType/RelocationType', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
|
|
|
name: '滞留', |
|
|
|
|
router: '/pagesHome/pages/Retention/Retention', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
|
|
|
name: '合托', |
|
|
|
|
router: '/pagesHome/pages/MergeTray/MergeTray', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
|
|
|
name: '下架', |
|
|
|
|
router: '/pagesHome/pages/DownGoodsType/DownGoodsType', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
|
|
|
name: '空置托盘', |
|
|
|
|
router: '/pagesHome/pages/RemoveTray/RemoveTray', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
|
|
|
name: '复核', |
|
|
|
|
router: '/pagesHome/pages/Check/Check', |
|
|
|
|
}, |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
type: 1, |
|
|
|
|
name: '出库', |
|
|
|
|
minilist: [ |
|
|
|
|
{ |
|
|
|
|
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
|
|
|
name: '拣货扫描', |
|
|
|
|
router: '/pagesHome/pages/pickingScan/pickingScan', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
|
|
|
name: '自提扫描', |
|
|
|
|
router: '/pagesHome/pages/SelfPickupScan/SelfPickupScan', |
|
|
|
|
}, |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
type: 1, |
|
|
|
|
name: '配送', |
|
|
|
|
minilist: [ |
|
|
|
|
{ |
|
|
|
|
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
|
|
|
name: '装车扫描', |
|
|
|
|
router: '/pagesHome/pages/LoadingScan/LoadingScan', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
|
|
|
name: '签收扫描', |
|
|
|
|
router: '/pagesHome/pages/signinScan/signinScan', |
|
|
|
|
}, |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
type: 1, |
|
|
|
|
name: '离线上传', |
|
|
|
|
minilist: [ |
|
|
|
|
{ |
|
|
|
|
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
|
|
|
name: '离线上传', |
|
|
|
|
router: '/pagesHome/pages/OfflineUpload/OfflineUpload', |
|
|
|
|
}, |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
] |
|
|
|
|
}) |
|
|
|
|
let details = reactive<listtype>({ tablist: [] }); |
|
|
|
|
// let details = reactive<listtype>({ |
|
|
|
|
// tablist: [ |
|
|
|
|
// { |
|
|
|
|
// type: 1, |
|
|
|
|
// name: '工作台', |
|
|
|
|
// minilist: [ |
|
|
|
|
// { |
|
|
|
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
|
|
|
// name: '订单查询', |
|
|
|
|
// router: '/pagesHome/pages/orderInquiry/orderInquiry', |
|
|
|
|
// }, |
|
|
|
|
// ] |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// type: 1, |
|
|
|
|
// name: '库内', |
|
|
|
|
// minilist: [ |
|
|
|
|
// { |
|
|
|
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
|
|
|
// name: '分拣打托', |
|
|
|
|
// router: '/pagesHome/pages/scansorting/scansorting', |
|
|
|
|
// }, |
|
|
|
|
// // { |
|
|
|
|
// // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
|
|
|
// // name: '订单分拣', |
|
|
|
|
// // router: '/pagesHome/pages/ordersorting/ordersorting', |
|
|
|
|
// // }, |
|
|
|
|
// // { |
|
|
|
|
// // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
|
|
|
// // name: '库存品分拣', |
|
|
|
|
// // router: '/pagesHome/pages/lnventorysorting/lnventorysorting', |
|
|
|
|
// // }, |
|
|
|
|
// { |
|
|
|
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
|
|
|
// name: '扫码上架', |
|
|
|
|
// router: '/pagesHome/pages/ScanUpType/ScanUpType', |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
|
|
|
// name: '手动上架', |
|
|
|
|
// router: '/pagesHome/pages/PeopleScanUpType/PeopleScanUpType', |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
|
|
|
// name: '移库', |
|
|
|
|
// router: '/pagesHome/pages/RelocationType/RelocationType', |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
|
|
|
// name: '滞留', |
|
|
|
|
// router: '/pagesHome/pages/Retention/Retention', |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
|
|
|
// name: '合托', |
|
|
|
|
// router: '/pagesHome/pages/MergeTray/MergeTray', |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
|
|
|
// name: '下架', |
|
|
|
|
// router: '/pagesHome/pages/DownGoodsType/DownGoodsType', |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
|
|
|
// name: '空置托盘', |
|
|
|
|
// router: '/pagesHome/pages/RemoveTray/RemoveTray', |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
|
|
|
// name: '复核', |
|
|
|
|
// router: '/pagesHome/pages/Check/Check', |
|
|
|
|
// }, |
|
|
|
|
// ] |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// type: 1, |
|
|
|
|
// name: '出库', |
|
|
|
|
// minilist: [ |
|
|
|
|
// { |
|
|
|
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
|
|
|
// name: '拣货扫描', |
|
|
|
|
// router: '/pagesHome/pages/pickingScan/pickingScan', |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
|
|
|
// name: '自提扫描', |
|
|
|
|
// router: '/pagesHome/pages/SelfPickupScan/SelfPickupScan', |
|
|
|
|
// }, |
|
|
|
|
// ] |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// type: 1, |
|
|
|
|
// name: '配送', |
|
|
|
|
// minilist: [ |
|
|
|
|
// { |
|
|
|
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
|
|
|
// name: '装车扫描', |
|
|
|
|
// router: '/pagesHome/pages/LoadingScan/LoadingScan', |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
|
|
|
// name: '签收扫描', |
|
|
|
|
// router: '/pagesHome/pages/signinScan/signinScan', |
|
|
|
|
// }, |
|
|
|
|
// ] |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// type: 1, |
|
|
|
|
// name: '离线上传', |
|
|
|
|
// minilist: [ |
|
|
|
|
// { |
|
|
|
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
|
|
|
// name: '离线上传', |
|
|
|
|
// router: '/pagesHome/pages/OfflineUpload/OfflineUpload', |
|
|
|
|
// }, |
|
|
|
|
// ] |
|
|
|
|
// }, |
|
|
|
|
// ] |
|
|
|
|
// }) |
|
|
|
|
|
|
|
|
|
function gopathpage(path : string) { |
|
|
|
|
uni.navigateTo({ |
|
|
|
@ -177,6 +177,7 @@
|
|
|
|
|
} |
|
|
|
|
let res = await appMenuroutes({}) |
|
|
|
|
console.log(res, '-------------'); |
|
|
|
|
console.log('刷新后') |
|
|
|
|
if (res.code == 200) { |
|
|
|
|
//读取并处理缓存图标并把菜单写入缓存 |
|
|
|
|
getimgcache(res.data[0]) |
|
|
|
@ -376,6 +377,7 @@
|
|
|
|
|
}) |
|
|
|
|
async function getimgcache(list) { |
|
|
|
|
let maxarr = [] |
|
|
|
|
if (!list) return |
|
|
|
|
for (let item of list.children) { |
|
|
|
|
let arr = { |
|
|
|
|
type: 1, |
|
|
|
|