verou
2025-03-20 9adf42677de00fbee0655b156c10ef12aff84333
rsf-admin/src/i18n/zh.js
@@ -68,6 +68,7 @@
            deprecate: '废弃',
            resend: '重发',
            selected: '项选中',
            batch: '批量编辑'
        },
        msg: {
            confirm: {
@@ -121,11 +122,12 @@
        userLogin: '登录日志',
        customer: '客户表',
        shipper: '货主信息',
        matnr: '物料表',
        matnr: '物料数据',
        matnrGroup: '物料分组',
        warehouse: '仓库信息',
        warehouseAreas: '仓库库区',
        loc: '基础库位',
        locType: '库位类型',
        container: '容器管理',
        contract: '合同信息',
        qlyInspect: '质检信息',
@@ -280,22 +282,23 @@
            matnrGroup: {
                name: "名称",
                code: "编码",
                parentId: "父类标识",
                parentId: "上级标识",
            },
            warehouse: {
                name: "名称",
                name: "仓库名称",
                code: "编码",
                factory: "工厂",
                address: "地址",
                longitude: "经度",
                latgitude: "纬度",
                length: "长",
                width: "宽",
                height: "高",
                length: "长(m)",
                width: "宽(m)",
                height: "高(m)",
            },
            warehouseAreas: {
                uuid: "唯一编码",
                name: "名称",
                wareId: "仓库",
                code: "编码",
                shipperId: "货主",
                supplierId: "供应商",
@@ -326,13 +329,16 @@
                warehouseId: "仓库",
                areaId: "库区",
                code: "编码",
                type: "类型",
                type: "库位类型",
                name: "名称",
                flagLogic: "虚拟库位",
                fucAtrrs: "功能属性",
                barcode: "容器码",
                unit: "单位",
                size: "长/宽/高",
                length: "长",
                width: "宽",
                height: "高",
                row: "排",
                col: "列",
                lev: "层",
@@ -341,8 +347,25 @@
                maxPack: "最大包装数",
                flagLabelMange: "标签管理",
                locAttrs: "属性",
                endBay: "终止列",
                endLev: "终止层",
                endRow: "终止排",
                locType: "宽窄类型",
                startBay: "起始列",
                startLev: "起始层",
                startRow: "起始排",
                useStatus: '库位状态'
            },
            locType: {
                name: "库位类型",
                regex: "规则表达式",
            },
            locArea: {
                name: "名称",
                code: "编码",
                areaId: "库区",
                locId: "库位",
            },
            container: {
                code: "编码",
                name: "名称",
@@ -367,12 +390,25 @@
            },
            qlyInspect: {
                code: "编码",
                name: "名称",
                barcode: "标签码",
                asnItemId: "通知单明细标识",
                poItemId: "PO单明细标识",
                wkType: "wkType",
                safeQty: "合格数量",
                disQty: "不合格数量",
                dlyQty: "dlyQty",
                rcptQty: "rcptQty",
                isptQty: "isptQty",
            },
            qlyIsptItem: {
                ispectId: "ispectId",
                matnrCode: "matnrCode",
                maktx: "maktx",
                label: "label",
                splrName: "splrName",
                splrBatch: "splrBatch",
                stockBatch: "stockBatch",
                rcptQty: "rcptQty",
                dlyQty: "dlyQty",
                disQty: "disQty",
                safeQty: "safeQty",
                picPath: "picPath",
            },
            dictType: {
                code: "字典编码",
@@ -447,7 +483,7 @@
                poDetlId: "PO单标识",
                poDetlCode: "PO单编码",
                matnrId: "物料标识",
                matnk: "物料名称",
                maktx: "物料名称",
                anfme: "数量",
                stockUnit: "库存单位",
                purQty: "采购数量",
@@ -585,6 +621,10 @@
        inspection: "报检",
        creatcode: "生成条码",
        print: "打印",
        enable: '启用',
        unenable: '禁用',
        locInit: ' 库位初始化',
        batch: '批量操作',
    },
};