chen.lin
2 天以前 c81fc5e2a4f4153be2bb8602ed14a0743e6ecd29
rsf-admin/src/page/orders/check/CheckPreviewTable.jsx
@@ -36,7 +36,7 @@
    const baseColumns = [
        { field: 'locCode', headerName: '库位', width: 110 },
        { field: 'barcode', headerName: '容器', width: 120 },
        { field: 'barcode', headerName: '料箱码', width: 120 },
        { field: 'matnrCode', headerName: '物料编码', width: 120 },
        { field: 'batch', headerName: '批次', width: 90 },
        { field: 'unit', headerName: '单位', width: 60 },
@@ -69,7 +69,7 @@
        getActions: (params) => [
            <GridActionsCellItem
                icon={<Delete />}
                label="Delete"
                label={translate('ra.action.delete')}
                onClick={() => handleDelete(params.row, rows, setRows)}
            />,
        ]