whycq
2025-02-17 5ca031f91c59152392ee69974f2d986cd1e88fdb
rsf-admin/src/i18n/zh.js
@@ -120,6 +120,11 @@
        config: '配置参数',
        tenant: '租户管理',
        userLogin: '登录日志',
        customer: '客户表',
        shipper: '货主信息',
        matnr: '物料表',
        matnrGroup: '物料分组',
    },
    table: {
        field: {
@@ -220,6 +225,39 @@
                result: "result",
                userId: "操作用户",
            },
            customer: {
                uuid: "编号",
                name: "客户名",
            },
            shipper: {
                uuid: "编码",
                name: "名称",
            },
            matnr: {
                uuid: "编码",
                shipperId: "货主ID",
                name: "名称",
                code: "物料编码",
                groupId: "分类标识",
                erpCode: "ERP编码",
                spec: "规格",
                model: "型号",
                weight: "重量",
                color: "颜色",
                size: "尺寸",
                desc: "描述",
                nromNum: "标包数量",
                unit: "单位",
                purchaseUnit: "采购单位",
                stockUnit: "库存单位",
                stockLeval: "ABC分类",
                isLabelMange: "是否标签管理",
            },
            matnrGroup: {
                name: "名称",
                code: "编码",
                parentId: "父类标识",
            },
        }
    },
    page: {