| | |
| | | |
| | | import { Box, Card, Grid, LinearProgress, Select, MenuItem, ListItemText, TextField } from "@mui/material"; |
| | | import { DataGrid, useGridApiContext, GridActionsCellItem, useGridApiRef } from '@mui/x-data-grid'; |
| | | import React, { useState, useRef, useEffect, useMemo } from "react"; |
| | | import QueryStatsIcon from '@mui/icons-material/QueryStats'; |
| | | import request from '@/utils/request'; |
| | | import { DataGrid, useGridApiContext, GridActionsCellItem, useGridApiRef } from '@mui/x-data-grid'; |
| | | import { |
| | | List, |
| | | Button, |
| | |
| | | ) |
| | | }, |
| | | { |
| | | field: 'siteNo', |
| | | field: 'site', |
| | | headerName: '出库口', |
| | | width: 90, |
| | | type: 'singleSelect', |
| | | editable: true, |
| | | editable: false, |
| | | renderCell: (params) => ( |
| | | <OutStockSiteNo value={params.value} /> |
| | | ), |