zhou zhou
17 小时以前 2dae7a77781f4ef123a673893a9a7ffb34285f8f
rsf-admin/src/i18n/zh.js
@@ -236,9 +236,85 @@
        freeze: '库存冻结',
        transferPoces: '调拨管理',
        menuPda: 'PDA菜单',
        taskPathTemplate: '任务路径模板',
        taskPathTemplateNode: '任务路径模板节点',
        subsystemFlowTemplate: '子系统流程模板',
        flowStepTemplate: '流程步骤模板',
    },
    table: {
        field: {
            flowStepTemplate: {
                flowId: "流程ID",
                flowCode: "流程编码",
                stepOrder: "步骤顺序",
                stepCode: "步骤编码",
                stepName: "步骤名称",
                stepType: "步骤类型",
                actionType: "动作类型",
                actionConfig: "动作配置",
                inputMapping: "输入映射",
                outputMapping: "输出映射",
                conditionExpression: "条件表达式",
                skipOnFail: "失败跳过",
                retryEnabled: "重试启用",
                retryConfig: "重试配置",
                timeoutSeconds: "超时秒数",
            },
            subsystemFlowTemplate: {
                flowCode: "流程编码",
                flowName: "流程名称",
                systemCode: "系统编码",
                systemName: "系统名称",
                nodeType: "节点类型",
                version: "版本",
                isCurrent: "是否当前",
                effectiveTime: "生效时间",
                timeoutStrategy: "超时策略",
                timeoutSeconds: "超时秒数",
                maxRetryTimes: "最大重试次数",
                needNotify: "是否通知",
                notifyTemplate: "通知模板",
                remark: "备注",
            },
            taskPathTemplateNode: {
                templateId: "模板ID",
                templateCode: "模板编码",
                nodeOrder: "节点顺序",
                nodeCode: "节点编码",
                nodeName: "节点名称",
                nodeType: "节点类型",
                systemCode: "系统编码",
                systemName: "系统名称",
                executeParams: "执行参数",
                resultSchema: "结果Schema",
                timeoutMinutes: "超时时间",
                mandatory: "是否必填",
                parallelExecutable: "是否并行执行",
                preCondition: "前置条件",
                postCondition: "后置条件",
                nextNodeRules: "节点规则",
            },
            taskPathTemplate: {
                templateCode: "模板编码",
                templateName: "模板名称",
                sourceType: "源类型",
                targetType: "目标类型",
                conditionExpression: "条件表达式",
                conditionDesc: "条件描述",
                version: "版本",
                isCurrent: "是否当前",
                effectiveTime: "生效时间",
                expireTime: "过期时间",
                priority: "优先级",
                timeoutMinutes: "超时时间",
                maxRetryTimes: "最大重试次数",
                retryIntervalSeconds: "重试间隔",
                remark: "备注",
                createdBy: "创建人",
                updatedBy: "更新人",
                createdTime: "创建时间",
                updatedTime: "更新时间",
            },
            stockTransfer: {
                orgLoc: '源库位',
                tarLoc: '目标库位',