diff --git a/src/pages/Payment/Search_GLD/SearchForm.js b/src/pages/Payment/Search_GLD/SearchForm.js index f9620c4..505c814 100644 --- a/src/pages/Payment/Search_GLD/SearchForm.js +++ b/src/pages/Payment/Search_GLD/SearchForm.js @@ -41,6 +41,7 @@ const SearchPublicNoticeForm = ({ applySearch, searchCriteria }) => { const onSubmit = (data) => { const temp = { code: data.code, + transNo: data.transNo, dateFrom: data.dateFrom, dateTo: data.dateTo, status : (status?.type && status?.type != 'all') ? status?.type : "", @@ -120,6 +121,19 @@ const SearchPublicNoticeForm = ({ applySearch, searchCriteria }) => { /> + + + + { const onSubmit = (data) => { const temp = { code: data.code, + tarnsNo: data.tarnsNo, dateFrom: data.dateFrom, dateTo: data.dateTo, status : (status?.type && status?.type != 'all') ? status?.type : "", @@ -76,7 +77,7 @@ const SearchPublicNoticeForm = ({ applySearch, searchCriteria }) => { fullWidth {...register("code")} id='code' - label="申請/付款編號:" + label="申請編號:" defaultValue={searchCriteria.code} InputLabelProps={{ shrink: true @@ -120,6 +121,19 @@ const SearchPublicNoticeForm = ({ applySearch, searchCriteria }) => { /> + + + +