Authored by dongjunjie

代销变价

... ... @@ -20,7 +20,7 @@ module.exports={
{name: 'size', type: 'Number'}
]
},
getPrice:{
getProductPrice:{
title:'获得单个变价详情',
url: '/product/getProductPrice',
params: [
... ... @@ -29,7 +29,7 @@ module.exports={
},
updatePrice:{
title:'单个变价接口',
url: '/product/updateProductPrice',
url: '/product/getProductPrice',
params: [
{name: 'product_skn', type: 'number'},
{name: 'sales_price', type: 'number'},
... ... @@ -48,7 +48,7 @@ module.exports={
{name: 'param', type: 'Number'}
]
},
batchUpdatePrice:{
batchUpdateProductPrice:{
title:'批量变价接口',
url: '/product/batchUpdateProductPrice',
params: [
... ...
... ... @@ -153,7 +153,7 @@
<th style="border-top: 0">进货价</th>
<th style="border-top: 0">进货折扣</th>
<th style="border-top: 0">成本</th>
<th style="border-top: 0">操作</th>
<th style="border-top: 0; border-right: 0">操作</th>
</tr>
<tr>
<td style="border-bottom: 0; border-left: 0">
... ... @@ -188,7 +188,7 @@
<td style="border-bottom: 0">{purchase_price}</td>
<td style="border-bottom: 0">{purchase_discount}</td>
<td style="border-bottom: 0">{cost_price}</td>
<td style="border-bottom: 0">
<td style="border-bottom: 0; border-right: 0">
<a href="javascript:;" class="btn btn-success btn-xs sure-modify">保存</a>
</td>
</tr>
... ...