설걔의뢰 검색 팝업 검색조건 제거 및 필드 제거

This commit is contained in:
basssy 2025-01-10 09:16:17 +09:00
parent 7b7ba41fd4
commit d9e5196bc5
2 changed files with 17 additions and 17 deletions

View File

@ -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 === 'Ⅲ・Ⅳ') {

View File

@ -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>