| | |
| | | const { isLoading } = useListContext(); |
| | | const { boxMaxWidth, boxMaxHeight } = useTableLayout(drawerVal); |
| | | |
| | | const omittedFields = ['id', 'code', 'createTime', 'createBy$', 'memo', 'rleStatus$', 'logisNo', 'updateBy$', 'workQty', 'updateTime', 'type$']; |
| | | const omittedFields = ['id', 'code', 'createTime', 'createBy$', 'memo', 'rleStatus$', 'logisNo', 'updateBy$', 'workQty', 'updateTime', 'type$', |
| | | 'saleOrgName', 'saleUserName', 'businessTime', 'customerId', 'customerName', 'stockOrgName']; |
| | | |
| | | return ( |
| | | <Box sx={{ |