sysLocalDataSource.js
643 Bytes
let sysLocalDataSource = {
libraryOptions: [
{
value: 'SRM11,Truss31',
label: '原料區立庫',
},
{
value: 'SRM21,Truss32',
label: '成品倉立庫',
},
],
libraryAGVOptions: [
{
value: 'A001,A002,A003,A004',
label: '原料區AGV',
},
{
value: 'A005,A006',
label: '成品區AGV',
},
],
areaOptions: [
{
value: 'L',
label: '立體倉庫',
},
{
value: 'A',
label: 'AGV',
}
]
}