skyouc
2025-08-05 a6991a33e18f69264f93a63459a4b64ea799295a
rsf-admin/src/i18n/zh.js
@@ -192,7 +192,7 @@
        taskItemLog: '任务明细历史档',
        stock: '入出库历史',
        stockItem: '单据明细',
        locItem: '库位明细',
        locPreview: '库位明细',
        histories: '历史档',
        wareWork: '仓库作业',
        statistics: '库存查询',
@@ -217,6 +217,8 @@
        checkOrder: '盘点单',
        checkDiff: '盘点差异单',
        transfer: '调拔单',
        transferItem: '调拔单明细',
        locRevise: '库存调整',
    },
    table: {
        field: {
@@ -700,6 +702,37 @@
                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: "盘点单号",
@@ -905,6 +938,16 @@
                flagDefect: "不良品",
                anfme: "数量",
                ioStatus: "状态",
            },
            locRevise: {
                code: "调整单",
                type: "调整类型",
                anfme: "库存数量",
                reviseQty: "实际数量",
                exceStatus: "执行状态",
                areaId: "库区ID",
                areaName: "库区",
                exceTime: "调整时间",
            },
            waitPakinItem: {
                pakinId: "组托Id",
@@ -1260,6 +1303,8 @@
        quality: "质检",
        complete: "完结",
        close: "关闭",
        createTransfer: '创建调拔单',
        createLocRevise: '创建库存调整单',
        asnCreate: "通过单据创建",
        poCreate: "通过PO单创建",
        orderPrint: '打印单据',