chen.lin
1 天以前 79edfec1f6e6789d3f6cc57db3cb0cfdffd64c32
rsf-admin/src/page/work/outBound/OutBoundList.jsx
@@ -57,6 +57,7 @@
import AddIcon from '@mui/icons-material/Add';
import DeleteIcon from '@mui/icons-material/Delete';
import request from '@/utils/request';
import { formatQuantity } from '@/utils/common';
import LocItemInfoModal from "../components/locItemInfoModal";
import { Delete } from '@mui/icons-material';
import StaSelect from "../components/StaSelect";
@@ -219,8 +220,8 @@
            width: 100,
            type: 'number',
            editable: true,
            headerClassName: "custom",
            headerClassName: "custom",
            valueFormatter: (v) => formatQuantity(v),
        },
        {
            field: 'anfme',
@@ -228,6 +229,7 @@
            type: 'number',
            width: 100,
            editable: false,
            valueFormatter: (v) => formatQuantity(v),
        },
        // {
        //     field: 'workQty',