sysLocalDataSource.js 634 Bytes
let sysLocalDataSource = {
    libraryOptions: [
        {
            value: 'SRM11,Truss31',
            label: '銅箔倉立庫',
        },
        {
            value: 'SRM21,Truss32',
            label: 'RCC倉立庫',
        },
    ],
    libraryAGVOptions: [
        {
            value: 'A001,A002,A003,A004',
            label: '上佈AGV',
        },
        {
            value: 'A005,A006',
            label: '下卷AGV',
        },
    ],
    areaOptions: [
        {
            value: 'L',
            label: '立體倉庫',
        },
        {
            value: 'A',
            label: 'AGV',
        }
    ]
}