| | |
| | | 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"; |
| | |
| | | import check from "./orders/check"; |
| | | import checkDiff from "./orders/check/checkDiff"; |
| | | import transfer from "./orders/transfer"; |
| | | import locRevise from './stockManage/locRevise'; |
| | | |
| | | |
| | | const ResourceContent = (node) => { |
| | |
| | | return deviceBind; |
| | | case "wave": |
| | | return wave; |
| | | case "locItem": |
| | | return locItem; |
| | | case "locPreview": |
| | | return locPreview; |
| | | case "basStation": |
| | | return basStation; |
| | | case "basContainer": |
| | |
| | | return checkDiff; |
| | | case "transfer": |
| | | return transfer; |
| | | case "locRevise": |
| | | return locRevise; |
| | | default: |
| | | return { |
| | | list: ListGuesser, |