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

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 //createUser T01 T01
setShowButton('none') setShowButton('none')
} }
console.log('상세::', res.data) // console.log('::', res.data)
if (isObjectNotEmpty(res.data)) { if (isObjectNotEmpty(res.data)) {
let surfaceTypeValue let surfaceTypeValue
if (res.data.surfaceType === 'Ⅲ・Ⅳ') { if (res.data.surfaceType === 'Ⅲ・Ⅳ') {

View File

@ -19,7 +19,7 @@ export default function PlanRequestPop(props) {
// //
const { commonCode, findCommonCode } = useCommonCode() const { commonCode, findCommonCode } = useCommonCode()
const [planStatCdList, setPlanStatCdList] = useState([]) // const [planStatCdList, setPlanStatCdList] = useState([])
const globalLocaleState = useRecoilValue(globalLocaleStore) const globalLocaleState = useRecoilValue(globalLocaleStore)
@ -169,13 +169,13 @@ export default function PlanRequestPop(props) {
gridData: [], gridData: [],
isPageable: false, isPageable: false,
gridColumns: [ gridColumns: [
{ // {
field: 'planStatName', // field: 'planStatName',
headerName: getMessage('stuff.planReqPopup.gridHeader.planStatName'), // headerName: getMessage('stuff.planReqPopup.gridHeader.planStatName'),
minWidth: 150, // minWidth: 150,
checkboxSelection: true, // checkboxSelection: true,
showDisabledCheckboxes: true, // showDisabledCheckboxes: true,
}, // },
{ {
field: 'planReqNo', field: 'planReqNo',
headerName: getMessage('stuff.planReqPopup.gridHeader.planReqNo'), headerName: getMessage('stuff.planReqPopup.gridHeader.planReqNo'),
@ -234,12 +234,12 @@ export default function PlanRequestPop(props) {
} }
} }
useEffect(() => { // useEffect(() => {
const code1 = findCommonCode(115800) // // const code1 = findCommonCode(115800) //
if (code1 != null) { // if (code1 != null) {
setPlanStatCdList(code1) // setPlanStatCdList(code1)
} // }
}, [commonCode]) // }, [commonCode])
useEffect(() => { useEffect(() => {
onSubmit(pageNo, 'S') onSubmit(pageNo, 'S')
@ -380,7 +380,7 @@ export default function PlanRequestPop(props) {
/> />
</div> </div>
</td> </td>
<th>{getMessage('stuff.planReqPopup.search.planStatName')}</th> {/* <th>{getMessage('stuff.planReqPopup.search.planStatName')}</th>
<td> <td>
<div className="select-wrap"> <div className="select-wrap">
<Select <Select
@ -398,7 +398,7 @@ export default function PlanRequestPop(props) {
isClearable={true} isClearable={true}
/> />
</div> </div>
</td> </td> */}
</tr> </tr>
<tr> <tr>
<th>{getMessage('stuff.planReqPopup.search.period')}</th> <th>{getMessage('stuff.planReqPopup.search.period')}</th>