diff --git a/frontend/src/modules/custMgt/views/SubsDetail.vue b/frontend/src/modules/custMgt/views/SubsDetail.vue index 29e0dae..fb76557 100644 --- a/frontend/src/modules/custMgt/views/SubsDetail.vue +++ b/frontend/src/modules/custMgt/views/SubsDetail.vue @@ -12,51 +12,51 @@ - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + +
고객사명
대표자명사용자 구분
사업장 주소 -
- - - -
-
사업자등록번호 -
- - - -
-
법인등록번호 -
- - -
-
고객사명
대표자명사용자 구분
사업장 주소 +
+ + + +
+
사업자등록번호 +
+ + + +
+
법인등록번호 +
+ + +
+
@@ -67,98 +67,98 @@
- - - - - - + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +
가입일상태 - -
요금제가입번호
관리자명 -
- - - -
-
유치자명 -
- - -
-
가입일상태 + +
요금제가입번호
관리자명 +
+ + + +
+
유치자명 +
+ + +
+
-
사용자 데이터
+
담당자 데이터
- - - - - - + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +
서비스 ID이용권한
사용자명휴대폰 번호
이월누적금액 -
- - -
-
사용자ID 개수 -
- - -
-
서비스 ID이용권한
담당자명휴대폰 번호
이월누적금액 +
+ + +
+
사용자ID 개수 +
+ + +
+
- - + +
@@ -167,24 +167,21 @@ - - \ No newline at end of file + }, + fromHtmlEntities(str) { + return (str + '').replace(/&#\d+;/gm, function (s) { + return String.fromCharCode(s.match(/\d+/gm)[0]); + }); + }, + }, +}; + diff --git a/frontend/src/modules/sendNumMgt/components/ApprDetailPop.vue b/frontend/src/modules/sendNumMgt/components/ApprDetailPop.vue index 890ba95..27ce58e 100644 --- a/frontend/src/modules/sendNumMgt/components/ApprDetailPop.vue +++ b/frontend/src/modules/sendNumMgt/components/ApprDetailPop.vue @@ -1,204 +1,268 @@ \ No newline at end of file + formReset() { + Object.assign(this.$data, this.$options.data()); + }, + fromHtmlEntities(str) { + return (str + '').replace(/&#\d+;/gm, function (s) { + return String.fromCharCode(s.match(/\d+/gm)[0]); + }); + }, + }, +}; + diff --git a/frontend/src/modules/sendNumMgt/components/NumberDetailPop.vue b/frontend/src/modules/sendNumMgt/components/NumberDetailPop.vue index 30e7fb0..f3612ee 100644 --- a/frontend/src/modules/sendNumMgt/components/NumberDetailPop.vue +++ b/frontend/src/modules/sendNumMgt/components/NumberDetailPop.vue @@ -1,7 +1,7 @@ \ No newline at end of file + }, + formReset() { + Object.assign(this.$data, this.$options.data()); + }, + fromHtmlEntities(str) { + return (str + '').replace(/&#\d+;/gm, function (s) { + return String.fromCharCode(s.match(/\d+/gm)[0]); + }); + }, + }, +}; +