| | |
| | | import outStock from "./orders/outStock"; |
| | | import deviceBind from "./deviceBind"; |
| | | import wave from "./orders/wave"; |
| | | import locItem from "./locItem"; |
| | | import locPreview from "./locPreview"; |
| | | import basStation from "./basicInfo/basStation"; |
| | | import warehouseStock from "./statistics/stockManage"; |
| | | import basContainer from "./basicInfo/basContainer"; |
| | |
| | | return deviceBind; |
| | | case "wave": |
| | | return wave; |
| | | case "locItem": |
| | | return locItem; |
| | | case "locPreview": |
| | | return locPreview; |
| | | case "basStation": |
| | | return basStation; |
| | | case "basContainer": |