zhou zhou
2 天以前 d23eb6d53cb10362de2b961e77f45c27ec38196d
rsf-admin/src/i18n/en.js
@@ -126,6 +126,7 @@
    },
    create: {
        title: 'Create',
        init: 'Init',
        empty: {
            title: 'Data Empty',
            desc: 'Please Create Data First',
@@ -157,6 +158,7 @@
        warehouse: 'Warehouse',
        warehouseAreas: 'WarehouseAreas',
        loc: 'Loc',
        locItem: 'LocItem',
        locType: 'LocType',
        locArea: 'locArea',
        locAreaMat: 'Logic Areas',
@@ -212,10 +214,110 @@
        checkDiff: 'Check Diff',
        transfer: 'Transfer',
        locRevise: 'Loc Revise',
        statisticReport: 'Statistical Report',
        locDeadReport: 'Locs Dead Report',
        stockStatistic: 'Stock Statistic',
        statisticCount: 'Statistic Count',
        preparation: "备料单",
        menuPda: 'MenuPda',
        taskPathTemplate: 'TaskPathTemplate',
        taskPathTemplateNode: 'TaskPathTemplateNode',
        subsystemFlowTemplate: 'SubsystemFlowTemplate',
        flowStepTemplate: 'FlowStepTemplate',
        taskPathTemplateMerge: 'TaskPathTemplateMerge',
    },
    table: {
        field: {
            taskPathTemplateMerge: {
                templateCode: "templateCode",
                templateName: "templateName",
                sourceType: "sourceType",
                targetType: "targetType",
                conditionExpression: "conditionExpression",
                conditionDesc: "conditionDesc",
                version: "version",
                isCurrent: "isCurrent",
                effectiveTime: "effectiveTime",
                expireTime: "expireTime",
                priority: "priority",
                timeoutMinutes: "timeoutMinutes",
                maxRetryTimes: "maxRetryTimes",
                retryIntervalSeconds: "retryIntervalSeconds",
                remark: "remark",
                stepSize: "stepSize",
            },
            flowStepTemplate: {
                flowId: "flowId",
                flowCode: "flowCode",
                stepOrder: "stepOrder",
                stepCode: "stepCode",
                stepName: "stepName",
                stepType: "stepType",
                actionType: "actionType",
                actionConfig: "actionConfig",
                inputMapping: "inputMapping",
                outputMapping: "outputMapping",
                conditionExpression: "conditionExpression",
                skipOnFail: "skipOnFail",
                retryEnabled: "retryEnabled",
                retryConfig: "retryConfig",
                timeoutSeconds: "timeoutSeconds",
            },
            subsystemFlowTemplate: {
                flowCode: "flowCode",
                flowName: "flowName",
                systemCode: "systemCode",
                systemName: "systemName",
                nodeType: "nodeType",
                version: "version",
                isCurrent: "isCurrent",
                effectiveTime: "effectiveTime",
                timeoutStrategy: "timeoutStrategy",
                timeoutSeconds: "timeoutSeconds",
                maxRetryTimes: "maxRetryTimes",
                needNotify: "needNotify",
                notifyTemplate: "notifyTemplate",
                remark: "remark",
            },
            taskPathTemplateNode: {
                templateId: "templateId",
                templateCode: "templateCode",
                nodeOrder: "nodeOrder",
                nodeCode: "nodeCode",
                nodeName: "nodeName",
                nodeType: "nodeType",
                systemCode: "systemCode",
                systemName: "systemName",
                executeParams: "executeParams",
                resultSchema: "resultSchema",
                timeoutMinutes: "timeoutMinutes",
                mandatory: "mandatory",
                parallelExecutable: "parallelExecutable",
                preCondition: "preCondition",
                postCondition: "postCondition",
                nextNodeRules: "nextNodeRules",
            },
            taskPathTemplate: {
                templateCode: "templateCode",
                templateName: "templateName",
                sourceType: "sourceType",
                targetType: "targetType",
                conditionExpression: "conditionExpression",
                conditionDesc: "conditionDesc",
                version: "version",
                isCurrent: "isCurrent",
                effectiveTime: "effectiveTime",
                expireTime: "expireTime",
                priority: "priority",
                timeoutMinutes: "timeoutMinutes",
                maxRetryTimes: "maxRetryTimes",
                retryIntervalSeconds: "retryIntervalSeconds",
                remark: "remark",
                createdBy: "createdBy",
                updatedBy: "updatedBy",
                createdTime: "createdTime",
                updatedTime: "updatedTime",
            },
            outBound: {
                stockWithdrawal: 'StockWithdrawal',
                withdrawal: 'Withdrawal'
@@ -223,12 +325,17 @@
            basContainer: {
                containerType: 'containerType',
                codeType: 'codeType',
                startNo: 'Start No',
                code: 'Barcode',
                endNo: 'End No',
                areas: 'areas',
            },
            basStation: {
                stationName: 'stationName',
                stationId: 'stationId',
                inAble: 'inAble',
                outAble: 'outAble',
                type: 'Site Type',
                useStatus: 'useStatus',
                status: 'status',
                area: 'area',
@@ -282,6 +389,26 @@
                sort: "sort",
            },
            menu: {
                name: "name",
                parentId: "parent id",
                parentName: "higher",
                path: "path",
                pathName: "pathName",
                route: "route",
                component: "component",
                brief: "brief",
                code: "code",
                type: "type",
                authority: "authority",
                icon: "icon",
                sort: "sort",
                meta: "meta",
                enums: {
                    menu: 'Menu',
                    button: 'Button',
                }
            },
            menuPda: {
                name: "name",
                parentId: "parent id",
                parentName: "higher",
@@ -372,6 +499,7 @@
                valid: "validity",
                validWarn: "validityWarn",
                flagCheck: "flagCheck",
                tenantId: "tenantId",
            },
            matnrGroup: {
                name: "name",
@@ -395,6 +523,7 @@
                name: "name",
                wareId: "ware",
                code: "code",
                sort: "Sort",
                shipperId: "shipperId",
                supplierId: "supplierId",
                flagMinus: "flagMinus",
@@ -824,18 +953,24 @@
                startTime: "startTime",
                endTime: "endTime",
            },
          stockStatistic: {
            id: "id",
            dayTime: "dayTime",
            taskType: "taskType",
            taskStatus: "taskStatus",
            maktx: "maktx",
            matnrCode: "matnrCode",
            count: "count",
            batch: "batch",
            anfme: "anfme",
            unit: "unit",
          },
            stockStatistic: {
                id: "id",
                dayTime: "dayTime",
                taskType: "taskType",
                taskStatus: "taskStatus",
                maktx: "maktx",
                matnrCode: "matnrCode",
                count: "count",
                inAnfmeCount: 'In Anfme Count',
                outAnfmeCount: 'Count Anfme Count',
                inAnfme: 'In Anfme',
                outAnfme: 'Out Anfme',
                locCode: 'Loc Code',
                barcode: 'Barcode',
                batch: "batch",
                anfme: "anfme",
                unit: "unit",
            },
            delivery: {
                code: "code",
                platId: "platId",
@@ -905,6 +1040,8 @@
                deviceSite: "deviceSite",
                flagInit: "flagInit",
                channel: "channel",
                areaIdStart: "areaIdStart",
                areaIdEnd: "areaIdEnd",
            },
            waitPakin: {
                code: "code",
@@ -931,6 +1068,8 @@
            },
            waitPakinItem: {
                pakinId: "pakinId",
                type: "type",
                wkType: "wkType",
                maktx: "maktx",
                matnrId: "matnrId",
                matnrCode: "matnrCode",
@@ -1142,11 +1281,13 @@
                wareArea: 'Warehouse Areas',
                maktx: "maktx",
                matnrCode: "matnrCode",
                diffQty: 'Diff Qty',
                trackCode: "trackCode",
                unit: "unit",
                anfme: "anfme",
                outQty: 'Revise Qty',
                qty: 'Qty',
                deadTime: 'Dead (Days)',
                workQty: 'Work Qty',
                reviseQty: 'Revise Qty',
                batch: "batch",
@@ -1196,6 +1337,27 @@
        }
    },
    page: {
        dashboard: {
            welcome: {
                title: 'Welcome to the WMS website',
            },
            header: {
                inStockQty: '',
                outStockQty: '',
                taskWorkQty: '',
                planQty: 'Plan',
                realQty: 'Real Qty',
                waitQty: 'Wait Qty',
                waitOutQty: 'Wait Out Qty',
                stockUsage: 'Stock Usage',
            },
            chart: {
                histories: 'Orders Echart',
            },
            list: {
                stock: 'Stock Pie',
            }
        },
        welcome: {
            index: '    Welcome to the RSF Management System.',
            tech: '    Technology stack: Java 17, SpringBoot2.5.3, Mybatis-plus_3.4.1, Spring Security, Druid 1.2.6, Redis, Mysql5.7, Node18, ReactJs, Material UI5.16, Axios, React-Admin5.1'
@@ -1276,6 +1438,7 @@
        detail: "Detail",
        unenable: 'unenable',
        locInit: 'loc init',
        init: "Init",
        siteInit: 'site init',
        batch: 'batch',
        pick: 'Pick',
@@ -1307,6 +1470,7 @@
        orderPrint: 'Orders Print',
        quality: "quality",
        complete: "complete",
        confirmTransfer: "Comfirm Transfer",
        allComfirm: 'All Comfirm',
        createTransfer: 'Create Transfer Order',
        createLocRevise: 'Create Stock Revise Order',
@@ -1324,6 +1488,9 @@
        selectWave: 'Select Wave Rule',
    },
    placeholder: {
        warehouseAreasCode: "use for warehouse areas code prefix",
    },
    request: {
        error: {
            stock: "Insufficient inventory to deliver !!",