|
|
@ -252,7 +252,7 @@ export default { |
|
|
id: '8', t: 'way', v: true, |
|
|
id: '8', t: 'way', v: true, |
|
|
tf: [[2.7, 0, 7.75], [90, 0, 0], [0.25, 0.25, 0.1]], |
|
|
tf: [[2.7, 0, 7.75], [90, 0, 0], [0.25, 0.25, 0.1]], |
|
|
dt: { |
|
|
dt: { |
|
|
in: ['7'], out: ['7'], center: [], |
|
|
in: ['7', 'charger1'], out: ['7', 'charger1'], center: [], |
|
|
linkStore: [{ item: 'rack1', bay: 0, level: 2, cell: 0 }] |
|
|
linkStore: [{ item: 'rack1', bay: 0, level: 2, cell: 0 }] |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
@ -319,7 +319,7 @@ export default { |
|
|
id: '27', t: 'way', v: true, |
|
|
id: '27', t: 'way', v: true, |
|
|
tf: [[5.65, 0, 7.75], [90, 0, 0], [0.25, 0.25, 0.1]], |
|
|
tf: [[5.65, 0, 7.75], [90, 0, 0], [0.25, 0.25, 0.1]], |
|
|
dt: { |
|
|
dt: { |
|
|
in: ['26'], out: ['26'], center: [], |
|
|
in: ['26', 'charger2'], out: ['26', 'charger2'], center: [], |
|
|
linkStore: [{ item: 'rack1', bay: 0, level: 1, cell: 0 }] |
|
|
linkStore: [{ item: 'rack1', bay: 0, level: 1, cell: 0 }] |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
@ -378,12 +378,12 @@ export default { |
|
|
{ |
|
|
{ |
|
|
id: 'charger1', t: 'charger', v: true, |
|
|
id: 'charger1', t: 'charger', v: true, |
|
|
tf: [[2.696, 0, 8.75], [0, 0, 0], [1, 1, 1]], |
|
|
tf: [[2.696, 0, 8.75], [0, 0, 0], [1, 1, 1]], |
|
|
dt: { in: [], out: [], center: [], chargerWidth: 0.53, chargerDepth: 0.275, clxHeight: 0.3 } |
|
|
dt: { in: ['8'], out: ['8'], center: [], chargerWidth: 0.53, chargerDepth: 0.275, clxHeight: 0.3 } |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
id: 'charger2', t: 'charger', v: true, |
|
|
id: 'charger2', t: 'charger', v: true, |
|
|
tf: [[5.655, 0, 8.75], [0, 0, 0], [1, 1, 1]], |
|
|
tf: [[5.655, 0, 8.75], [0, 0, 0], [1, 1, 1]], |
|
|
dt: { in: [], out: [], center: [], chargerWidth: 0.53, chargerDepth: 0.275, clxHeight: 0.3 } |
|
|
dt: { in: ['27'], out: ['27'], center: [], chargerWidth: 0.53, chargerDepth: 0.275, clxHeight: 0.3 } |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
id: 'pallet1122', // 托盘唯一编码
|
|
|
id: 'pallet1122', // 托盘唯一编码
|
|
|
|