zjj
2025-05-24 a4112a5d31fa3a66daafdc009ff3b3047bb98f67
rsf-admin/src/page/ResourceContent.js
@@ -49,8 +49,9 @@
import basStation from './basicInfo/basStation';
import warehouseStock from './statistics/stockManage';
import basContainer from './basicInfo/basContainer';
import outBound from "./outWork/outBound";
import checkOutBound from "./outWork/checkOutBound";
import outBound from "./work/outBound";
import checkOutBound from "./work/checkOutBound";
import stockTransfer from "./work/stockTransfer";
const ResourceContent = (node) => {
    switch (node.component) {
@@ -148,6 +149,8 @@
            return outBound;
        case 'checkOutBound':
            return checkOutBound;
        case 'stockTransfer':
            return stockTransfer;
        default:
            return {
                list: ListGuesser,