chen.lin
15 小时以前 c67e3d0295858a61122354a15dec8835044bac0d
rsf-admin/src/page/orders/transfer/ManualCreate.jsx
@@ -47,6 +47,7 @@
import { minHeight, padding } from "@mui/system";
import SaveIcon from '@mui/icons-material/Save';
import request from '@/utils/request';
import { formatQuantity } from '@/utils/common';
import _, { set } from 'lodash';
const ManualCreate = (props) => {
@@ -363,7 +364,7 @@
            minWidth: 100,
            flex: 1,
            editable: true,
            valueFormatter: (val) => val < 0 ? 0 : val,
            valueFormatter: (val) => formatQuantity(val != null && val >= 0 ? val : 0),
        },
        {
            field: 'splrCode',