skyouc
2025-08-05 a6991a33e18f69264f93a63459a4b64ea799295a
rsf-admin/src/i18n/zh.js
@@ -192,7 +192,7 @@
        taskItemLog: '任务明细历史档',
        stock: '入出库历史',
        stockItem: '单据明细',
        locItem: '库位明细',
        locPreview: '库位明细',
        histories: '历史档',
        wareWork: '仓库作业',
        statistics: '库存查询',
@@ -216,13 +216,18 @@
        waveRule: '波次策略',
        checkOrder: '盘点单',
        checkDiff: '盘点差异单',
        transfer: '调拔单',
        transferItem: '调拔单明细',
        locRevise: '库存调整',
    },
    table: {
        field: {
            stockTransfer: {
                orgLoc: '源库位',
                tarLoc: '目标库位',
                inputLoc: '输入库位'
                inputLoc: '输入库位',
                inputChannel: '输入巷道'
            },
            outBound: {
                stockWithdrawal: '提取库存',
@@ -641,8 +646,8 @@
                type: "单据类型",
                checkType: '盘点类型',
                wkType: "业务类型",
                anfme: "数量",
                workQty: '执行数',
                anfme: "计划盘点数量",
                workQty: '实盘数量',
                qty: "完成数",
                logisNo: "物流单号",
                arrTime: "预计到达时间",
@@ -679,10 +684,55 @@
                checkType: "盘点类型",
                areaId: "库区ID",
                areaName: "库区",
                anfme: "库面数量",
                anfme: "库存数量",
                checkQty: "盘点数量",
                exceStatus: "执行状态",
            },
            transfer: {
                code: "调拔单",
                type: "调拔类型",
                source: "单据来源",
                exceStatus: "执行状态",
                orgWareId: "原仓库ID",
                orgWareName: "原仓库",
                tarWareId: "目标仓库ID",
                tarWareName: "目标仓库",
                orgAreaId: "原库区ID",
                orgAreaName: "原库区",
                tarAreaId: "目标库区",
                tarAreaName: "目标库区",
            },
            transferItem: {
                transferId: "调拔单ID",
                transferCode: "调拔单",
                matnrId: "物料ID",
                maktx: "物料名称",
                matnrCode: "物料编码",
                unit: "单位",
                anfme: "数量",
                qty: "完成数量",
                workQty: "执行数量",
                batch: "批次",
                splrId: "供应商",
                spec: "规格",
                model: "型号",
                fieldsIndex: "字段索引",
                platOrderCode: "客单号",
                platWorkCode: "工单号",
                projectCode: "项目单号",
            },
            transferOrder: {
                code: '单号',
                poCode: '调拔单',
                type: '单据类型',
                wkType: '调拔类型',
                anfme: '调拔数量',
                workQty: '执行数量',
                qty: '完成数',
            },
            checkDiffItem: {
                checkId: "盘点单ID",
                orderCode: "盘点单号",
@@ -889,6 +939,16 @@
                anfme: "数量",
                ioStatus: "状态",
            },
            locRevise: {
                code: "调整单",
                type: "调整类型",
                anfme: "库存数量",
                reviseQty: "实际数量",
                exceStatus: "执行状态",
                areaId: "库区ID",
                areaName: "库区",
                exceTime: "调整时间",
            },
            waitPakinItem: {
                pakinId: "组托Id",
                maktx: "物料",
@@ -1012,6 +1072,7 @@
                batch: "批次",
                spec: "规格",
                model: "型号",
                sourceCode: "源单据",
            },
            taskItemLog: {
                taskItemId: "taskItemId",
@@ -1220,6 +1281,7 @@
        selectSite: '选择站点',
        confirmSelect: '确认选择',
        cancel: "取消",
        delete: '删除',
        query: "查询",
        top: "置顶",
        resort: "排序",
@@ -1241,6 +1303,8 @@
        quality: "质检",
        complete: "完结",
        close: "关闭",
        createTransfer: '创建调拔单',
        createLocRevise: '创建库存调整单',
        asnCreate: "通过单据创建",
        poCreate: "通过PO单创建",
        orderPrint: '打印单据',