| | |
| | | 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"; |
| | |
| | | width: 100, |
| | | type: 'number', |
| | | editable: true, |
| | | headerClassName: "custom", |
| | | |
| | | headerClassName: "custom", |
| | | valueFormatter: (v) => formatQuantity(v), |
| | | }, |
| | | { |
| | | field: 'anfme', |
| | |
| | | type: 'number', |
| | | width: 100, |
| | | editable: false, |
| | | valueFormatter: (v) => formatQuantity(v), |
| | | }, |
| | | // { |
| | | // field: 'workQty', |