chen.lin
15 小时以前 c67e3d0295858a61122354a15dec8835044bac0d
rsf-admin/src/page/orders/asnOrder/AsnOrderModal.jsx
@@ -59,6 +59,7 @@
import SaveIcon from '@mui/icons-material/Save';
import AsnWareModal from "./AsnWareModal";
import request from '@/utils/request';
import { formatQuantity } from '@/utils/common';
import _, { set } from 'lodash';
import "./asnOrder.css";
@@ -518,7 +519,7 @@
            minWidth: 100,
            flex: 1,
            editable: true,
            valueFormatter: (val) => val < 0 ? 0 : val,
            valueFormatter: (val) => formatQuantity(val != null && val >= 0 ? val : 0),
            headerClassName: "custom",
        },
        // {