| | |
| | | import delivery from './orders/delivery'; |
| | | import outStock from './orders/outStock'; |
| | | import deviceBind from './deviceBind'; |
| | | |
| | | import wave from './orders/wave'; |
| | | import locItem from './locItem' |
| | | import basStation from './basicInfo/basStation'; |
| | | import warehouseStock from './statistics/stockManage'; |
| | | |
| | | const ResourceContent = (node) => { |
| | | switch (node.component) { |
| | |
| | | return warehouseAreas; |
| | | case 'warehouseAreasItem': |
| | | return warehouseAreasItem; |
| | | case 'warehouseStock': |
| | | return warehouseStock; |
| | | case 'loc': |
| | | return loc; |
| | | case 'container': |
| | |
| | | return outStock; |
| | | case 'deviceBind': |
| | | return deviceBind; |
| | | case 'wave': |
| | | return wave; |
| | | case 'locItem': |
| | | return locItem; |
| | | case 'basStation': |
| | | return basStation; |
| | | default: |
| | | return { |
| | | list: ListGuesser, |