You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

141 lines
2.0 KiB

export const AREA_SECOND_STATIONS = ['30', '31']
export const END_NUM = 65535
// 1集中2组串
export const FIRST_STATIONS = [
'1052758019', '1052758018', '1052758020', '1052758021', '1052758022'
]
// 不需要显示采集器的电站,分组
export const UN_SHOW_STATIONS = [
'23', '22', '2'
]
export const STATION_LIST = {
'1052758018': [
{
id: '1',
stationName: '伟创力北厂1区'
}, {
id: '3',
stationName: '伟创力北厂2区'
},
{
id: '4',
stationName: '伟创力南厂区'
},
{
id: '5',
stationName: '伟创力超毅厂区'
},
{
id: '30',
stationName: '三期中央车棚'
},
{
id: '31',
stationName: '三期B9'
}
],
'1052758019': [
{
id: '6',
stationName: '7# 厂房'
},
],
'1052758020': [
{
id: '25',
stationName: '总装车间'
},
],
'1052758021': [
{
id: '11',
stationName: '红塔二期电房'
},],
'1052758024': [
{
id: '32',
stationName: ' 分区1'
},
{
id: '33',
stationName: '分区2'
},
{
id: '34',
stationName: '分区3'
},
],
'1052758022': [
{
id: '27',
stationName: '林殷厂区'
},],
'1052758023': [
{
id: '18',
stationName: 'A栋'
},
{
id: '19',
stationName: 'C2'
},
{
id: '20',
stationName: 'C3'
},
{
id: '21',
stationName: '食堂'
},],
'1052758025': [
{
id: '12',
stationName: 'A16'
}, {
id: '13',
stationName: 'D3'
}, {
id: '14',
stationName: 'A20'
}, {
id: '15',
stationName: 'A7'
}],
'1052758026': [
{
id: '16',
stationName: 'A3'
},{
id: '17',
stationName: 'C3'
}],
'1052758027': [
{
id: '2',
stationName: '堂悠口园区'
},],
'1052758028': [
{
id: '22',
stationName: '枫泾总厂1、2号楼'
},
{
id: '23',
stationName: '枫泾总厂5号楼'
},
],
'1052758029': [ {
id: '24',
stationName: '汉钟兴塔厂'
}],
'1052758031': [ {
id: '28',
stationName: '组装车间'
},
{
id: '29',
stationName: '冲压车间'
}
],
}