diff --git a/frontend/src/modules/custMgt/components/PrePayRegPop.vue b/frontend/src/modules/custMgt/components/PrePayRegPop.vue
new file mode 100644
index 0000000..cf6a9d2
--- /dev/null
+++ b/frontend/src/modules/custMgt/components/PrePayRegPop.vue
@@ -0,0 +1,371 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/frontend/src/modules/custMgt/service/custMgtApi.js b/frontend/src/modules/custMgt/service/custMgtApi.js
index 852b827..1c77a83 100644
--- a/frontend/src/modules/custMgt/service/custMgtApi.js
+++ b/frontend/src/modules/custMgt/service/custMgtApi.js
@@ -78,6 +78,10 @@ const insertTestId = (params) => {
return httpClient.post('/api/v1/bo/custMgt/insertTestId', params);
}
+const insertPrePayId = (params) => {
+ return httpClient.post('/api/v1/bo/custMgt/insertPrePayId', params);
+}
+
// 메모삭제
const deleteMemo = (params) => {
return httpClient.post('/api/v1/bo/custMgt/deleteMemo', params);
@@ -153,6 +157,7 @@ export default {
updateAdminInfoTotal,
deleteMemo,
insertTestId,
+ insertPrePayId,
duplicateCheckUserId,
chrgList,
insertChrg,
diff --git a/frontend/src/modules/custMgt/views/MemberList.vue b/frontend/src/modules/custMgt/views/MemberList.vue
index 66e77e2..c6d7822 100644
--- a/frontend/src/modules/custMgt/views/MemberList.vue
+++ b/frontend/src/modules/custMgt/views/MemberList.vue
@@ -90,7 +90,8 @@
-
+
+
@@ -111,6 +112,7 @@
+
@@ -121,6 +123,7 @@