mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-06 18:13:18 +09:00
청약고객관리 날짜 조회 세팅 변경 및 사업자 번호 조회 추가
This commit is contained in:
@@ -357,8 +357,10 @@ export default {
|
||||
}
|
||||
},
|
||||
initSetStartDate() {
|
||||
let setYear = Number(moment(new Date()).format('YYYY'));
|
||||
let initStartDate = new Date(setYear, 0, 1);
|
||||
//let setYear = Number(moment(new Date()).format('YYYY'));
|
||||
//let initStartDate = new Date(setYear, 0, 1);
|
||||
let setYear = Number(moment("2022").format('YYYY'));
|
||||
let initStartDate = new Date(setYear, 9, 1);
|
||||
this.startDate = initStartDate;
|
||||
},
|
||||
},
|
||||
|
||||
@@ -69,6 +69,7 @@
|
||||
<option value="01">고객사명</option>
|
||||
<option value="02">가입번호</option>
|
||||
<option value="03">서비스ID</option>
|
||||
<option value="04">사업자번호</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="input_box">
|
||||
@@ -426,8 +427,10 @@ export default {
|
||||
}
|
||||
},
|
||||
initSetStartDate() {
|
||||
let setYear = Number(moment(new Date()).format('YYYY'));
|
||||
let initStartDate = new Date(setYear, 0, 1);
|
||||
//let setYear = Number(moment(new Date()).format('YYYY'));
|
||||
//let initStartDate = new Date(setYear, 0, 1);
|
||||
let setYear = Number(moment("2022").format('YYYY'));
|
||||
let initStartDate = new Date(setYear, 9, 1);
|
||||
this.startDate = initStartDate;
|
||||
},
|
||||
fromHtmlEntities(str) {
|
||||
|
||||
@@ -240,6 +240,9 @@
|
||||
<if test="searchType3 == '03' and searchText1 != null and searchText1 != ''">
|
||||
AND UPPER(esu.USER_ID) LIKE UPPER(CONCAT('%', #{searchText1}, '%'))
|
||||
</if>
|
||||
<if test="searchType3 == '04' and searchText1 != null and searchText1 != ''">
|
||||
AND UPPER(eci.BIZRNO) LIKE UPPER(CONCAT('%', #{searchText1}, '%'))
|
||||
</if>
|
||||
</if>
|
||||
</sql>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user