설걔의뢰 검색 팝업 검색조건 제거 및 필드 제거
This commit is contained in:
parent
7b7ba41fd4
commit
d9e5196bc5
@ -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 === 'Ⅲ・Ⅳ') {
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user