Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-shop-fe2
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
xuhongyun
2016-09-12 21:46:22 +0800
Commit
3eb1f317e06b7b8d132c8e732735d3c4ee57aa68
2 parents
853ce640
1e395090
Merge branch 'dev_2.2' into test
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
code/apps/goods/interfaces/price.js
code/apps/goods/views/netsale/Edit.html
code/static/js.jquery/module/goods/price.Change.js
code/apps/goods/interfaces/price.js
View file @
3eb1f31
...
...
@@ -28,7 +28,7 @@ module.exports={
title
:
"获得单个变价详情"
,
url
:
"/product/getProductPrice"
,
params
:
[
{
name
:
'p
aram
'
,
type
:
'Number'
}
{
name
:
'p
roduct_skn
'
,
type
:
'Number'
}
]
},
updateProductPrice
:{
...
...
code/apps/goods/views/netsale/Edit.html
View file @
3eb1f31
...
...
@@ -49,7 +49,7 @@
<div
class=
"footpanel"
style=
"text-align: center;"
>
<a
id=
"saveAllInfo"
href=
"javascript:;"
class=
"btn btn-primary btn-lg"
>
保存
</a>
<a
id=
"backBtn"
href=
"javascript:;"
onclick=
"history.go(-1)"
class=
"btn btn-default btn-lg"
>
返回
</a>
<a
id=
"backBtn"
href=
"javascript:;"
onclick=
"history.go(-1)"
class=
"btn btn-default btn-lg"
>
取消
</a>
</div>
<div
class=
"floatnav"
>
...
...
code/static/js.jquery/module/goods/price.Change.js
View file @
3eb1f31
...
...
@@ -158,7 +158,7 @@ $(document).on('click', '.modify-btn', function() {
common
.
util
.
__ajax
({
url
:
'/product/getProductPrice'
,
data
:
{
p
aram
:
skn
}
data
:
{
p
roduct_skn
:
skn
}
},
function
(
rs
){
var
data
=
rs
.
data
;
parentTr
.
next
(
'.product-detail'
).
html
(
$
(
common
.
util
.
__template
(
$
(
"#template"
).
html
(),
data
)));
...
...
Please
register
or
login
to post a comment