skyouc
2025-07-11 c73bfe563e19aee0fcf2465a0982bb307cc4c249
rsf-admin/src/page/ResourceContent.js
@@ -48,6 +48,12 @@
import locItem from './locItem'
import basStation from './basicInfo/basStation';
import warehouseStock from './statistics/stockManage';
import basContainer from './basicInfo/basContainer';
import outBound from "./work/outBound";
import checkOutBound from "./work/checkOutBound";
import stockTransfer from "./work/stockTransfer";
import waveRule from './waveRule';
import check from './orders/check';
const ResourceContent = (node) => {
    switch (node.component) {
@@ -139,6 +145,18 @@
            return locItem;
        case 'basStation':
            return basStation;
        case 'basContainer':
            return basContainer;
        case 'outBound':
            return outBound;
        case 'checkOutBound':
            return checkOutBound;
        case 'stockTransfer':
            return stockTransfer;
        case 'waveRule':
            return waveRule;
        case 'check':
            return check;
        default:
            return {
                list: ListGuesser,