浏览代码

update

CR013B2
Jason Chuang 4 天前
父节点
当前提交
d54e3aceb5
共有 6 个文件被更改,包括 3 次插入14 次删除
  1. +0
    -5
      src/pages/DemandNote/Search/SearchForm.js
  2. +0
    -5
      src/pages/Organization/SearchPage/OrganizationSearchForm.js
  3. +0
    -2
      src/pages/Proof/Create_FromApp/ProofForm.js
  4. +1
    -1
      src/pages/PublicNotice/Search_GLD/SearchForm.js
  5. +1
    -1
      src/pages/PublicNotice/Search_Mark_As_Paid_GLD/SearchForm.js
  6. +1
    -0
      src/pages/authentication/AuthWrapper.js

+ 0
- 5
src/pages/DemandNote/Search/SearchForm.js 查看文件

@@ -436,11 +436,6 @@ const SearchDemandNoteForm = ({ applySearch, orgComboData, searchCriteria, issue
'& .MuiOutlinedInput-root': { height: 40 }
}}
getOptionLabel={(option) => option.label}
sx={{
'& .MuiInputBase-root': { alignItems: 'center' },
'& .MuiAutocomplete-endAdornment': { top: '50%', transform: 'translateY(-50%)' },
'& .MuiOutlinedInput-root': { height: 40 }
}}
renderInput={(params) => (
<TextField
{...params}


+ 0
- 5
src/pages/Organization/SearchPage/OrganizationSearchForm.js 查看文件

@@ -155,11 +155,6 @@ const OrganizationSearchForm = ({ applySearch, onGridReady, searchCriteria }) =>
'& .MuiOutlinedInput-root': { height: 40 }
}}
getOptionLabel={(option) => option.label}
sx={{
'& .MuiInputBase-root': { alignItems: 'center' },
'& .MuiAutocomplete-endAdornment': { top: '50%', transform: 'translateY(-50%)' },
'& .MuiOutlinedInput-root': { height: 40 }
}}
renderInput={(params) => (
<TextField
{...params}


+ 0
- 2
src/pages/Proof/Create_FromApp/ProofForm.js 查看文件

@@ -202,8 +202,6 @@ const FormPanel = ({ formData }) => {
}
}

const maxUploadsForType = (groupType) => (groupType === "Private Bill" ? 2 : 1);

return (
<MainCard xs={12} md={12} lg={12}
border={false}


+ 1
- 1
src/pages/PublicNotice/Search_GLD/SearchForm.js 查看文件

@@ -327,7 +327,7 @@ const SearchPublicNoticeForm = ({ applySearch, orgComboData, searchCriteria, iss
}}
/>
)}
/>
/> */}
</Grid>

{


+ 1
- 1
src/pages/PublicNotice/Search_Mark_As_Paid_GLD/SearchForm.js 查看文件

@@ -314,7 +314,7 @@ const SearchPublicNoticeForm = ({ applySearch, orgComboData, searchCriteria, iss
}}
/>
)}
/>
/>*/}
</Grid>

{


+ 1
- 0
src/pages/authentication/AuthWrapper.js 查看文件

@@ -149,6 +149,7 @@ const AuthWrapper = ({ children }) => {
<AuthCard>{children}</AuthCard>
</Grid>
</Grid>
</Grid>
</Grid>
</div>
</Box>


正在加载...
取消
保存