Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TDS_Myshop_Detail
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
김정순_이모션
TDS_Myshop_Detail
Commits
b02f3abe
Commit
b02f3abe
authored
Dec 09, 2021
by
jiyunlim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[임지연/이모션] [상품상세] 자급제/쓰던폰 작업-input란 숫자제한 추가
parent
0526eeab
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
seller_phone_registration1.html
src/assets/html/seller_phone_registration1.html
+2
-2
seller_phone_registration2.html
src/assets/html/seller_phone_registration2.html
+2
-1
No files found.
src/assets/html/seller_phone_registration1.html
View file @
b02f3abe
...
@@ -88,7 +88,7 @@ process : 자급제폰 정보
...
@@ -88,7 +88,7 @@ process : 자급제폰 정보
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<span
class=
"c-input"
>
<span
class=
"c-input"
>
<!-- [D] 검색어 입력시 btn-delete 호출 -->
<!-- [D] 검색어 입력시 btn-delete 호출 -->
<input
type=
"text"
placeholder=
"휴대폰 식별번호(IMEI) 15자리를 입력해 주세요."
title=
"휴대폰 식별번호(IMEI) 15자리를 입력해 주세요."
class=
"input"
>
<input
type=
"text"
placeholder=
"휴대폰 식별번호(IMEI) 15자리를 입력해 주세요."
title=
"휴대폰 식별번호(IMEI) 15자리를 입력해 주세요."
maxlength=
"15"
class=
"input"
>
</span>
</span>
</div>
</div>
</div>
</div>
...
@@ -104,7 +104,7 @@ process : 자급제폰 정보
...
@@ -104,7 +104,7 @@ process : 자급제폰 정보
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<span
class=
"c-input"
>
<span
class=
"c-input"
>
<!-- [D] 검색어 입력시 btn-delete 호출 -->
<!-- [D] 검색어 입력시 btn-delete 호출 -->
<input
type=
"text"
placeholder=
"Wi-Fi MAC 주소 12자리를 입려해주세요."
title=
"Wi-Fi MAC 주소 12자리를 입려해주세요."
class=
"input"
>
<input
type=
"text"
placeholder=
"Wi-Fi MAC 주소 12자리를 입려해주세요."
title=
"Wi-Fi MAC 주소 12자리를 입려해주세요."
maxlength=
"12"
class=
"input"
>
</span>
</span>
</div>
</div>
<div
class=
"dsc-list-wrap"
>
<div
class=
"dsc-list-wrap"
>
...
...
src/assets/html/seller_phone_registration2.html
View file @
b02f3abe
...
@@ -158,7 +158,8 @@ process : 옵션/혜택
...
@@ -158,7 +158,8 @@ process : 옵션/혜택
<div
class=
"opt-group-con"
>
<div
class=
"opt-group-con"
>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<span
class=
"c-input"
>
<span
class=
"c-input"
>
<input
type=
"text"
placeholder=
"- 없이 숫자만 입력해 주세요"
title=
"휴대폰 번호입력"
class=
"input"
>
<!-- [D] input 영역 숫자만 입력 해야 할 경우 numberOnly 추가 -->
<input
type=
"text"
placeholder=
"- 없이 숫자만 입력해 주세요"
numberOnly
maxlength=
"11"
title=
"휴대폰 번호입력"
class=
"input"
>
</span>
</span>
<button
type=
"button"
class=
"btn-extra"
>
인증
</button>
<button
type=
"button"
class=
"btn-extra"
>
인증
</button>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment