|  |  |  | 
|---|
|  |  |  | import check from "./orders/check"; | 
|---|
|  |  |  | import checkDiff from "./orders/check/checkDiff"; | 
|---|
|  |  |  | import transfer from "./orders/transfer"; | 
|---|
|  |  |  | import locRevise from './locRevise'; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import locRevise from './stockManage/locRevise'; | 
|---|
|  |  |  | import locDeadReport from './statistics/deadTime'; | 
|---|
|  |  |  | import inStatistic from './statistics/inStockNum'; | 
|---|
|  |  |  | import outStatistic from './statistics/outStockNum'; | 
|---|
|  |  |  | import outStatisticItem from './statistics/outStockItem'; | 
|---|
|  |  |  | import inStatisticItem from './statistics/inStockItem'; | 
|---|
|  |  |  | import statisticCount from './statistics/stockStatisticNum'; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | const ResourceContent = (node) => { | 
|---|
|  |  |  | switch (node.component) { | 
|---|
|  |  |  | 
|---|
|  |  |  | return transfer; | 
|---|
|  |  |  | case "locRevise": | 
|---|
|  |  |  | return locRevise; | 
|---|
|  |  |  | case "locDeadReport": | 
|---|
|  |  |  | return locDeadReport; | 
|---|
|  |  |  | case "inStatistic": | 
|---|
|  |  |  | return inStatistic; | 
|---|
|  |  |  | case "outStatistic": | 
|---|
|  |  |  | return outStatistic; | 
|---|
|  |  |  | case "outStatisticItem": | 
|---|
|  |  |  | return outStatisticItem; | 
|---|
|  |  |  | case "inStatisticItem": | 
|---|
|  |  |  | return inStatisticItem; | 
|---|
|  |  |  | case "statisticCount": | 
|---|
|  |  |  | return statisticCount; | 
|---|
|  |  |  | default: | 
|---|
|  |  |  | return { | 
|---|
|  |  |  | list: ListGuesser, | 
|---|