|
|
@@ -51,6 +51,13 @@ const SearchDemandNoteForm = ({ applySearch, orgComboData, searchCriteria, issue |
|
|
|
applySearch(temp); |
|
|
|
}; |
|
|
|
|
|
|
|
const findReadyToSend=()=>{ |
|
|
|
const temp = { |
|
|
|
status: 'pending', |
|
|
|
}; |
|
|
|
applySearch(temp); |
|
|
|
} |
|
|
|
|
|
|
|
React.useEffect(() => { |
|
|
|
if (orgComboData && orgComboData.length > 0) { |
|
|
|
setOrgCombo(orgComboData); |
|
|
@@ -262,7 +269,7 @@ const SearchDemandNoteForm = ({ applySearch, orgComboData, searchCriteria, issue |
|
|
|
<Button |
|
|
|
size="large" |
|
|
|
variant="contained" |
|
|
|
onClick={resetForm} |
|
|
|
onClick={findReadyToSend} |
|
|
|
sx={{ |
|
|
|
textTransform: 'capitalize', |
|
|
|
alignItems: 'end' |
|
|
|