Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
goodsshare_www_encrypt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
goodmorning
goodsshare
goodsshare_www_encrypt
Commits
c7898224
Commit
c7898224
authored
Nov 21, 2021
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- encrypted
parent
cdcc8ef3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/ptyshop/ptyshop.order.order.common.view.html
modules/ptyshop/ptyshop.order.order.common.view.html
+2
-2
No files found.
modules/ptyshop/ptyshop.order.order.common.view.html
View file @
c7898224
...
@@ -132,7 +132,7 @@
...
@@ -132,7 +132,7 @@
$
(
'
<em />
'
).
text
(
$tel
(
address
[
i
].
dtel
))
$
(
'
<em />
'
).
text
(
$tel
(
address
[
i
].
dtel
))
)
)
),
),
$
(
'
<a />
'
,
{
"
class
"
:
"
addr_set
"
}).
click
(
function
()
{
$
(
'
<a />
'
,
{
"
class
"
:
"
x_
addr_set
"
}).
click
(
function
()
{
$
(
'
#addrno
'
).
val
(
address
[
i
].
addrno
);
$
(
'
#addrno
'
).
val
(
address
[
i
].
addrno
);
$
(
'
#addrprice
'
).
val
(
address
[
i
].
price
);
$
(
'
#addrprice
'
).
val
(
address
[
i
].
price
);
$
(
'
#dname
'
).
val
(
address
[
i
].
dname
);
$
(
'
#dname
'
).
val
(
address
[
i
].
dname
);
...
@@ -143,7 +143,7 @@
...
@@ -143,7 +143,7 @@
$
(
"
.tab.order_form
"
).
addClass
(
'
set
'
);
$
(
"
.tab.order_form
"
).
addClass
(
'
set
'
);
$
(
"
#duplarea
"
).
hide
();
$
(
"
#duplarea
"
).
hide
();
}),
}),
$
(
'
<a />
'
,
{
"
class
"
:
"
addr_remove
"
}).
click
(
function
()
{
$
(
'
<a />
'
,
{
"
class
"
:
"
x_
addr_remove
"
}).
click
(
function
()
{
if
(
!
confirm
(
"
삭제 하시겠습니까?
"
))
{
if
(
!
confirm
(
"
삭제 하시겠습니까?
"
))
{
return
false
;
return
false
;
}
}
...
...
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