설걔의뢰 검색 팝업 검색조건 제거 및 필드 제거
This commit is contained in:
parent
7b7ba41fd4
commit
d9e5196bc5
@ -331,7 +331,7 @@ export default function StuffDetail() {
|
||||
//createUser가 T01인데 로그인사용자가 T01이 아니면 버튼숨기기
|
||||
setShowButton('none')
|
||||
}
|
||||
console.log('상세::', res.data)
|
||||
// console.log('상세::', res.data)
|
||||
if (isObjectNotEmpty(res.data)) {
|
||||
let surfaceTypeValue
|
||||
if (res.data.surfaceType === 'Ⅲ・Ⅳ') {
|
||||
|
||||
@ -19,7 +19,7 @@ export default function PlanRequestPop(props) {
|
||||
//공통코드
|
||||
const { commonCode, findCommonCode } = useCommonCode()
|
||||
|
||||
const [planStatCdList, setPlanStatCdList] = useState([])
|
||||
// const [planStatCdList, setPlanStatCdList] = useState([])
|
||||
|
||||
const globalLocaleState = useRecoilValue(globalLocaleStore)
|
||||
|
||||
@ -169,13 +169,13 @@ export default function PlanRequestPop(props) {
|
||||
gridData: [],
|
||||
isPageable: false,
|
||||
gridColumns: [
|
||||
{
|
||||
field: 'planStatName',
|
||||
headerName: getMessage('stuff.planReqPopup.gridHeader.planStatName'),
|
||||
minWidth: 150,
|
||||
checkboxSelection: true,
|
||||
showDisabledCheckboxes: true,
|
||||
},
|
||||
// {
|
||||
// field: 'planStatName',
|
||||
// headerName: getMessage('stuff.planReqPopup.gridHeader.planStatName'),
|
||||
// minWidth: 150,
|
||||
// checkboxSelection: true,
|
||||
// showDisabledCheckboxes: true,
|
||||
// },
|
||||
{
|
||||
field: 'planReqNo',
|
||||
headerName: getMessage('stuff.planReqPopup.gridHeader.planReqNo'),
|
||||
@ -234,12 +234,12 @@ export default function PlanRequestPop(props) {
|
||||
}
|
||||
}
|
||||
|
||||
useEffect(() => {
|
||||
const code1 = findCommonCode(115800) //상태
|
||||
if (code1 != null) {
|
||||
setPlanStatCdList(code1)
|
||||
}
|
||||
}, [commonCode])
|
||||
// useEffect(() => {
|
||||
// const code1 = findCommonCode(115800) //상태
|
||||
// if (code1 != null) {
|
||||
// setPlanStatCdList(code1)
|
||||
// }
|
||||
// }, [commonCode])
|
||||
|
||||
useEffect(() => {
|
||||
onSubmit(pageNo, 'S')
|
||||
@ -380,7 +380,7 @@ export default function PlanRequestPop(props) {
|
||||
/>
|
||||
</div>
|
||||
</td>
|
||||
<th>{getMessage('stuff.planReqPopup.search.planStatName')}</th>
|
||||
{/* <th>{getMessage('stuff.planReqPopup.search.planStatName')}</th>
|
||||
<td>
|
||||
<div className="select-wrap">
|
||||
<Select
|
||||
@ -398,7 +398,7 @@ export default function PlanRequestPop(props) {
|
||||
isClearable={true}
|
||||
/>
|
||||
</div>
|
||||
</td>
|
||||
</td> */}
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{getMessage('stuff.planReqPopup.search.period')}</th>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user