| | |
| | | import inStatisticItem from './statistics/inStockItem'; |
| | | import statisticCount from './statistics/stockStatisticNum'; |
| | | import preparation from "./orders/preparation"; |
| | | import menuPda from './menuPda'; |
| | | // import locItem from "./basicInfo/locItem"; |
| | | |
| | | const ResourceContent = (node) => { |
| | |
| | | return transfer; |
| | | case "locRevise": |
| | | return locRevise; |
| | | case "locDeadReport": |
| | | case "locDeadReport": |
| | | return locDeadReport; |
| | | case "inStatistic": |
| | | return inStatistic; |
| | | case "outStatistic": |
| | | case "outStatistic": |
| | | return outStatistic; |
| | | case "outStatisticItem": |
| | | case "outStatisticItem": |
| | | return outStatisticItem; |
| | | case "inStatisticItem": |
| | | return inStatisticItem; |
| | |
| | | return statisticCount; |
| | | case "preparation": |
| | | return preparation; |
| | | case 'menuPda': |
| | | return menuPda; |
| | | // case "locItem": |
| | | // return locItem; |
| | | default: |