| | |
| | | > |
| | | {translate('page.map.settings.map.more.title')} |
| | | </Button> |
| | | <ConfirmButton |
| | | <Button |
| | | color="primary" // inherit |
| | | variant="contained" |
| | | onClick={() => { |
| | | redirect('edit', 'loc', selectedLoc?.id); |
| | | }} |
| | | > |
| | | {translate('page.map.insight.shelf.updateStatus')} |
| | | </Button> |
| | | {/* <ConfirmButton |
| | | label="page.map.insight.shelf.updateStatus" |
| | | color="primary" // inherit |
| | | variant="contained" |
| | | onConfirm={() => { |
| | | redirect('edit', 'loc', selectedLoc?.id); |
| | | }} |
| | | /> |
| | | /> */} |
| | | <Button variant="contained" color="error" disabled={selectedLoc?.locStsEl !== 'STOCK'} fullWidth> |
| | | {translate('page.map.insight.shelf.outbound')} |
| | | </Button> |