华星货位地图

master
Mr.sun 2 years ago
parent 4591cbf66c
commit 37e85a4a33
  1. 6
      src/config.js
  2. 5
      src/router/index.js

@ -228,7 +228,6 @@ var arrRe=[
] ]
console.log(arrRe);
export default{ export default{
// rowCount: 5, // 总行数,不论有几个位置,只要有就算一行 // rowCount: 5, // 总行数,不论有几个位置,只要有就算一行
rowCount: 32, // 总行数,不论有几个位置,只要有就算一行 rowCount: 32, // 总行数,不论有几个位置,只要有就算一行
@ -434,7 +433,7 @@ console.log(arrRe);
// 堆垛机仓库模拟点阵数据 // 堆垛机仓库模拟点阵数据
latticeForPiler:[ latticeForPiler:[
...arr,
[2,2,1,"020201",1,0,120,380,100], [2,2,1,"020201",1,0,120,380,100],
[2,2,2,"020202",1,0,120,380,100], [2,2,2,"020202",1,0,120,380,100],
[2,2,3,"020203",1,0,120,380,100], [2,2,3,"020203",1,0,120,380,100],
@ -522,8 +521,7 @@ console.log(arrRe);
// [2,25,5,"022505",1,0,120,100,100], // [2,25,5,"022505",1,0,120,100,100],
// [2,26,6,"022606",1,0,120,100,100], // [2,26,6,"022606",1,0,120,100,100],
// [2,27,7,"022707",1,0,120,100,100] // [2,27,7,"022707",1,0,120,100,100]
,
...arrRe
], ],
latticeForPiler1:[ latticeForPiler1:[
[13,2,1,"A01-01",1,0,120,140/2.5,57], [13,2,1,"A01-01",1,0,120,140/2.5,57],

@ -68,9 +68,10 @@ export const constantRoutes = [
children: [ children: [
{ {
path: 'index', path: 'index',
component: () => import('@/views/wcs/location/index'), // component: () => import('@/views/wcs/location/index'),
component: () => import('@/views/index'),
name: 'Index', name: 'Index',
meta: { title: '货位信息', icon: 'dashboard', affix: true } meta: { title: '首页', icon: 'dashboard', affix: true }
} }
] ]
}, },

Loading…
Cancel
Save