skyouc
2025-08-05 a6991a33e18f69264f93a63459a4b64ea799295a
rsf-admin/src/i18n/zh.js
@@ -192,7 +192,7 @@
        taskItemLog: '任务明细历史档',
        stock: '入出库历史',
        stockItem: '单据明细',
        locItem: '库位明细',
        locPreview: '库位明细',
        histories: '历史档',
        wareWork: '仓库作业',
        statistics: '库存查询',
@@ -217,7 +217,8 @@
        checkOrder: '盘点单',
        checkDiff: '盘点差异单',
        transfer: '调拔单',
        transferItem: '调拔单明细'
        transferItem: '调拔单明细',
        locRevise: '库存调整',
    },
    table: {
        field: {
@@ -722,6 +723,15 @@
                projectCode: "项目单号",
            },
            transferOrder: {
                code: '单号',
                poCode: '调拔单',
                type: '单据类型',
                wkType: '调拔类型',
                anfme: '调拔数量',
                workQty: '执行数量',
                qty: '完成数',
            },
            checkDiffItem: {
                checkId: "盘点单ID",
@@ -928,6 +938,16 @@
                flagDefect: "不良品",
                anfme: "数量",
                ioStatus: "状态",
            },
            locRevise: {
                code: "调整单",
                type: "调整类型",
                anfme: "库存数量",
                reviseQty: "实际数量",
                exceStatus: "执行状态",
                areaId: "库区ID",
                areaName: "库区",
                exceTime: "调整时间",
            },
            waitPakinItem: {
                pakinId: "组托Id",
@@ -1284,6 +1304,7 @@
        complete: "完结",
        close: "关闭",
        createTransfer: '创建调拔单',
        createLocRevise: '创建库存调整单',
        asnCreate: "通过单据创建",
        poCreate: "通过PO单创建",
        orderPrint: '打印单据',