설계의뢰 팝업 오픈시 바로검색 & 필드제거
This commit is contained in:
parent
b5ab8c803e
commit
b731e5e508
@ -211,11 +211,6 @@ export default function PlanRequestPop(props) {
|
|||||||
headerName: getMessage('stuff.planReqPopup.gridHeader.planReqName'),
|
headerName: getMessage('stuff.planReqPopup.gridHeader.planReqName'),
|
||||||
minWidth: 150,
|
minWidth: 150,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
field: 'submitDt',
|
|
||||||
headerName: getMessage('stuff.planReqPopup.gridHeader.submitDt'),
|
|
||||||
minWidth: 150,
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -246,6 +241,10 @@ export default function PlanRequestPop(props) {
|
|||||||
}
|
}
|
||||||
}, [commonCode])
|
}, [commonCode])
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
onSubmit(pageNo, 'S')
|
||||||
|
}, [])
|
||||||
|
|
||||||
// 숫자만 입력 가능
|
// 숫자만 입력 가능
|
||||||
const handleKeyUp = (e) => {
|
const handleKeyUp = (e) => {
|
||||||
let input = e.target
|
let input = e.target
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user