2022-12-01 16:18 내부결재목록 결재상태 기본값 수정
결재대기,결재진행=>결재대기
This commit is contained in:
parent
4eff4fc90d
commit
0739d38f04
@ -140,8 +140,10 @@ public class InternalApprovManageController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//내부결재 목록 페이지 접근시 결재상태 - 결재대기(01), 결재진행중(02) 상태가 기본값으로 해달라는 요청_220225_이준호수정
|
//내부결재 목록 페이지 접근시 결재상태 - 결재대기(01), 결재진행중(02) 상태가 기본값으로 해달라는 요청_220225_이준호수정
|
||||||
|
//내부결재 목록 페이지 접근시 결재상태 - 결재대기(01) 상태가 기본값으로 해달라는 요청_221201_조용준수정
|
||||||
if("".equals(internalApprovManageVO.getSearchStatusArr()) || internalApprovManageVO.getSearchStatusArr() == null){
|
if("".equals(internalApprovManageVO.getSearchStatusArr()) || internalApprovManageVO.getSearchStatusArr() == null){
|
||||||
String[] defaultSearchStatusArr = {"01", "02"};
|
//String[] defaultSearchStatusArr = {"01", "02"};
|
||||||
|
String[] defaultSearchStatusArr = {"01"};
|
||||||
internalApprovManageVO.setSearchStatusArr(defaultSearchStatusArr);
|
internalApprovManageVO.setSearchStatusArr(defaultSearchStatusArr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1125,12 +1125,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="btn_wrap btn_layout01">
|
|
||||||
<div class="area_left"></div>
|
|
||||||
<div class="area_right">
|
|
||||||
<button type="button" class="btnType03" onclick="fn_viewMore(); return false;">더보기</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="tbType02 type01">
|
<div class="tbType02 type01">
|
||||||
<table>
|
<table>
|
||||||
@ -1156,6 +1151,13 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="btn_wrap btn_layout01">
|
||||||
|
<div class="area_left"></div>
|
||||||
|
<div class="area_right">
|
||||||
|
<button type="button" class="btnType03" onclick="fn_viewMore(); return false;">더보기</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- //list_상세 -->
|
<!-- //list_상세 -->
|
||||||
<div class="btn_wrap">
|
<div class="btn_wrap">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user