skyouc
2025-02-17 5759945b04971efd8496d7544e6c666861b3c449
rsf-admin/src/i18n/en.js
@@ -120,6 +120,9 @@
        config: 'Config',
        tenant: 'Tenant',
        userLogin: 'Token',
        customer: 'Customer',
        shipper: 'shipper',
        matnr: 'Matnr',
    },
    table: {
        field: {
@@ -220,6 +223,39 @@
                result: "result",
                userId: "user",
            },
            customer: {
                uuid: "uuid",
                name: "name",
            },
            shipper: {
                uuid: "uuid",
                name: "name",
            },
            matnr: {
                uuid: "uuid",
                shipperId: "shipperId",
                name: "name",
                code: "code",
                groupId: "groupId",
                erpCode: "erpCode",
                spec: "spec",
                model: "model",
                weight: "weight",
                color: "color",
                size: "size",
                desc: "desc",
                nromNum: "nromNum",
                unit: "unit",
                purchaseUnit: "purchaseUnit",
                stockUnit: "stockUnit",
                stockLeval: "stockLeval",
                isLabelMange: "isLabelMange",
            },
            matnrGroup: {
                name: "name",
                code: "code",
                parentId: "parentId",
            },
        }
    },
    page: {