chen.lin
2 天以前 9e84e0199af37546a5fe76befdf004fae84ca921
rsf-admin/src/i18n/zh.js
@@ -202,7 +202,7 @@
        logs: '日志',
        permissions: '权限管理',
        delivery: 'DO单',
        outStock: '出库单',
        outStock: '出库通知单',
        outStockItem: '出库单明细',
        inStockPoces: '入库管理',
        outStockPoces: '出库管理',
@@ -210,8 +210,8 @@
        deviceBind: '设备绑定',
        tasks: '任务管理',
        wave: '波次管理',
        basStation: '站点信息',
        basContainer: '容器管理',
        basStation: '站点管理',
        basContainer: '容器规则',
        outBound: '出库作业',
        checkOutBound: '盘点出库',
        stockTransfer: '库位转移',
@@ -240,9 +240,28 @@
        taskPathTemplateNode: '任务路径模板节点',
        subsystemFlowTemplate: '子系统流程模板',
        flowStepTemplate: '流程步骤模板',
        taskPathTemplateMerge: '任务路径模板合并',
    },
    table: {
        field: {
            taskPathTemplateMerge: {
                templateCode: "模板编码",
                templateName: "模板名称",
                sourceType: "源类型",
                targetType: "目标类型",
                conditionExpression: "条件表达式",
                conditionDesc: "条件描述",
                version: "版本",
                isCurrent: "是否当前",
                effectiveTime: "生效时间",
                expireTime: "过期时间",
                priority: "优先级",
                timeoutMinutes: "超时时间",
                maxRetryTimes: "最大重试次数",
                retryIntervalSeconds: "重试间隔",
                remark: "备注",
                stepSize: "步长",
            },
            flowStepTemplate: {
                flowId: "流程ID",
                flowCode: "流程编码",
@@ -336,13 +355,13 @@
                containerType: '容器类型',
                startNo: '起始数值',
                endNo: '结束数值',
                code: '条码',
                codeType: '条码类型',
                code: '编码起始字符',
                codeType: '编码规则',
                areas: '可入库区',
            },
            basStation: {
                stationName: '站点编号',
                stationId: '站点名称',
                stationName: '站点名称',
                stationId: '站点编码',
                type: '站点类型',
                inAble: '能入',
                outAble: '能出',
@@ -353,8 +372,8 @@
                crossZoneArea: '可跨库区',
                isWcs: '是否WCS站站点',
                wcsData: 'wcs数据',
                containerType: '容器类型',
                barcode: '容器编码',
                containerType: '可入容器类型',
                barcode: '当前容器编码',
                autoTransfer: '自动调拨',
            },
            host: {
@@ -499,7 +518,7 @@
                nromNum: "标包数量",
                unit: "单位",
                purUnit: "采购单位",
                stockUnit: "使用组织", //"库存单位",
                stockUnit: "库存单位",
                stockLevel: "ABC分类",
                isLabelMange: "标签管理",
                safeQty: "安全值",
@@ -510,12 +529,14 @@
                validWarn: "效期预警(天)",
                flagCheck: "免检",
                tenantId: "使用组织",
                useOrgId: "使用组织编码",
                useOrgName: "使用组织",
            },
            matnrGroup: {
                name: "物料分组名称",
                code: "物料分组编码",
                parentId: "上级标识",
                parCode: "上级编码",
                parentId: "上级名称",
                parCode: "物料路径编码",
            },
            warehouse: {
                name: "仓库名称",
@@ -617,7 +638,7 @@
            },
            locType: {
                name: "库位类型",
                code: "编号",
                code: "编码",
                regex: "规则表达式",
            },
            locArea: {
@@ -760,7 +781,17 @@
                arrTime: "预计到达时间",
                rleStatus: "释放状态",
                ntyStatus: "上报状态",
                exceStatus: '单据状态'
                exceStatus: '单据状态',
                saleDate: '出库日期',
                saleOrgName: '销售组织',
                saleUserName: '销售员',
                customerId: '客户编码',
                customerName: '客户',
                purchaseOrgName: '采购组织',
                purchaseUserName: '采购员',
                businessTime: '采购日期',
                supplierId: '供应商编码',
                supplierName: '供应商',
            },
            outStock: {
                code: "出库单号",
@@ -775,7 +806,12 @@
                arrTime: "预计到达时间",
                rleStatus: "释放状态",
                ntyStatus: "上报状态",
                exceStatus: '单据状态'
                exceStatus: '单据状态',
                saleDate: '出库日期',
                saleOrgName: '销售组织',
                saleUserName: '销售员',
                customerId: '客户编码',
                customerName: '客户',
            },
            checkOrder: {
                code: "盘点单号",
@@ -945,7 +981,11 @@
                packName: "包装",
                ntyStatus: "报检状态",
                prodTime: "生产日期",
                platItemId: '行号'
                platItemId: '行号',
                unit: '单位',
                targetWarehouseId: "仓库",
                sourceWarehouseId: "调出仓",
                platWorkCode: '计划跟踪号'
            },
            asnOrderLog: {
                code: "单据编码",
@@ -1476,6 +1516,7 @@
        confirmSelect: '确认选择',
        cancel: "取消",
        delete: '删除',
        copy: '复制',
        query: "查询",
        top: "置顶",
        resort: "排序",