skyouc
1 天以前 d734647a726a0fc1e693619ad6b1b112f2ff0997
rsf-admin/src/i18n/zh.js
@@ -220,8 +220,13 @@
        transferItem: '调拔单明细',
        locRevise: '库存调整',
        statisticReport: '日志报表',
        locDeadReport : '库存停滞报表',
        stockStatistic: '日库存统计',
        locDeadReport: '库存停滞报表',
        stockStatistic: '日入库汇总查询',
        outStatistic: '日出库汇总查询',
        inStatistic: '日入库汇总查询',
        inStatisticItem: '日入库明细查询',
        outStatisticItem: '日出库明细查询',
        statisticCount: '日出入库汇总统计',
    },
    table: {
        field: {
@@ -480,18 +485,24 @@
                useStatus: '库位状态',
                locAreaId: '逻辑分区'
            },
          stockStatistic: {
            id: "id",
            dayTime: "日期",
            taskType: "任务类型",
            taskStatus: "任务状态",
            maktx: "物料名称",
            matnrCode: "物料编码",
            count: "次数",
            batch: "批次",
            anfme: "数量",
            unit: "单位",
          },
            stockStatistic: {
                id: "id",
                dayTime: "日期",
                taskType: "任务类型",
                taskStatus: "任务状态",
                inAnfmeCount: '入库次数',
                outAnfmeCount: '出库次数',
                inAnfme: '入库量',
                outAnfme: '出库量',
                maktx: "物料名称",
                matnrCode: "物料编码",
                locCode: '库位',
                barcode: '托盘码',
                count: "总次数",
                batch: "批次",
                anfme: "数量",
                unit: "单位",
            },
            locType: {
                name: "库位类型",
                code: "编号",