Merge Q-CAST-III-MR-106: 물건현황 설계의뢰 팝업 조회 초기화 버튼 추가

This commit is contained in:
상연 정 2024-10-15 07:40:55 +00:00 committed by Space Cloud
commit 7da045d397
No known key found for this signature in database
GPG Key ID: 2F4D45726235F749
3 changed files with 20 additions and 6 deletions

View File

@ -130,6 +130,13 @@ export default function PlanRequestPop(props) {
</div>
<div className="modal-body">
<div className="modal-body-inner">
<div className="design-tit-wrap">
<h3>{getMessage('stuff.planReqPopup.popTitle')}</h3>
<div className="design-search-wrap">
<button className="btn-origin grey mr5">{getMessage('stuff.planReqPopup.btn1')}</button>
<button className="btn-origin navy ">{getMessage('stuff.planReqPopup.btn2')}</button>
</div>
</div>
<div className="design-request-table">
<div className="common-table">
<table>
@ -284,9 +291,9 @@ export default function PlanRequestPop(props) {
</div>
<div className="footer-btn-wrap">
<button className="btn-origin grey mr5" onClick={() => props.setShowDesignRequestButtonValid(false)}>
{getMessage('stuff.planReqPopup.btn1')}
{getMessage('stuff.planReqPopup.btn3')}
</button>
<button className="btn-origin navy ">{getMessage('stuff.planReqPopup.btn2')}</button>
<button className="btn-origin navy ">{getMessage('stuff.planReqPopup.btn4')}</button>
</div>
</div>
</div>

View File

@ -417,6 +417,11 @@
"stuff.detail.conType0": "余剰",
"stuff.detail.conType1": "全量",
"stuff.detail.remarks": "メモ",
"stuff.planReqPopup.popTitle": "設計依頼検索",
"stuff.planReqPopup.btn1": "検索",
"stuff.planReqPopup.btn2": "初期化",
"stuff.planReqPopup.btn3": "閉じる",
"stuff.planReqPopup.btn4": "選択の適用",
"stuff.planReqPopup.gridHeader.planStatName": "상태",
"stuff.planReqPopup.gridHeader.planReqNo": "설계의뢰 번호",
"stuff.planReqPopup.gridHeader.saleStoreId": "판매대리점ID",
@ -435,8 +440,6 @@
"stuff.planReqPopup.search.period": "期間検索",
"stuff.planReqPopup.search.schDateGbnS": "提出日",
"stuff.planReqPopup.search.schDateGbnR": "受付日",
"stuff.planReqPopup.btn1": "閉じる",
"stuff.planReqPopup.btn2": "選択の適用",
"stuff.search.title": "物件状況",
"stuff.search.btn1": "物件登録",
"stuff.search.btn2": "照会",

View File

@ -420,6 +420,12 @@
"stuff.detail.conType": "계약조건",
"stuff.detail.conType0": "잉여",
"stuff.detail.conType1": "전량",
"stuff.detail.remarks": "메모",
"stuff.planReqPopup.popTitle": "설계 요청 검색",
"stuff.planReqPopup.btn1": "검색",
"stuff.planReqPopup.btn2": "초기화",
"stuff.planReqPopup.btn3": "닫기",
"stuff.planReqPopup.btn4": "선택적용",
"stuff.planReqPopup.gridHeader.planStatName": "상태",
"stuff.planReqPopup.gridHeader.planReqNo": "설계의뢰 번호",
"stuff.planReqPopup.gridHeader.saleStoreId": "판매대리점ID",
@ -438,8 +444,6 @@
"stuff.planReqPopup.search.period": "기간검색",
"stuff.planReqPopup.search.schDateGbnS": "제출일",
"stuff.planReqPopup.search.schDateGbnR": "접수일",
"stuff.planReqPopup.btn1": "닫기",
"stuff.planReqPopup.btn2": "선택적용",
"stuff.search.title": "물건현황",
"stuff.search.btn1": "신규등록",
"stuff.search.btn2": "조회",