From 4b8f8beff9138491d6e46ff4e581910592e23943 Mon Sep 17 00:00:00 2001 From: kimjhjjang Date: Fri, 14 Oct 2022 09:40:57 +0900 Subject: [PATCH] =?UTF-8?q?=EC=96=B4=EB=93=9C=EB=AF=BC=20->=20=EC=B2=AD?= =?UTF-8?q?=EC=95=BD=EA=B3=A0=EA=B0=9D=EA=B4=80=EB=A6=AC=20=EC=83=81?= =?UTF-8?q?=EC=84=B8=20:=20=EC=82=AC=EC=9A=A9=EC=9E=90=20=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=84=B0=20->=20=EB=8B=B4=EB=8B=B9=EC=9E=90=20?= =?UTF-8?q?=EB=8D=B0=EC=9D=B4=ED=84=B0=20/=20=EC=82=AC=EC=9A=A9=EC=9E=90?= =?UTF-8?q?=EB=AA=85=20->=20=EB=8B=B4=EB=8B=B9=EC=9E=90=EB=AA=85=20(?= =?UTF-8?q?=EB=AC=B8=EA=B5=AC=20=EC=88=98=EC=A0=95)=20=EA=B3=A0=EA=B0=9D?= =?UTF-8?q?=EC=82=AC=EB=AA=85=20=EC=97=94=ED=8B=B0=ED=8B=B0=EC=BD=94?= =?UTF-8?q?=EB=93=9C=20=EB=85=B8=EC=B6=9C=EB=90=98=EB=8A=94=20=EB=B6=80?= =?UTF-8?q?=EB=B6=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/modules/custMgt/views/SubsDetail.vue | 325 +++++++------ .../sendNumMgt/components/ApprDetailPop.vue | 439 ++++++++++-------- .../sendNumMgt/components/NumberDetailPop.vue | 349 +++++++------- 3 files changed, 603 insertions(+), 510 deletions(-) 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]); + }); + }, + }, +}; +