Authored by dongjunjie

代销变价

@@ -20,7 +20,7 @@ module.exports={ @@ -20,7 +20,7 @@ module.exports={
20 {name: 'size', type: 'Number'} 20 {name: 'size', type: 'Number'}
21 ] 21 ]
22 }, 22 },
23 - getPrice:{ 23 + getProductPrice:{
24 title:'获得单个变价详情', 24 title:'获得单个变价详情',
25 url: '/product/getProductPrice', 25 url: '/product/getProductPrice',
26 params: [ 26 params: [
@@ -29,7 +29,7 @@ module.exports={ @@ -29,7 +29,7 @@ module.exports={
29 }, 29 },
30 updatePrice:{ 30 updatePrice:{
31 title:'单个变价接口', 31 title:'单个变价接口',
32 - url: '/product/updateProductPrice', 32 + url: '/product/getProductPrice',
33 params: [ 33 params: [
34 {name: 'product_skn', type: 'number'}, 34 {name: 'product_skn', type: 'number'},
35 {name: 'sales_price', type: 'number'}, 35 {name: 'sales_price', type: 'number'},
@@ -48,7 +48,7 @@ module.exports={ @@ -48,7 +48,7 @@ module.exports={
48 {name: 'param', type: 'Number'} 48 {name: 'param', type: 'Number'}
49 ] 49 ]
50 }, 50 },
51 - batchUpdatePrice:{ 51 + batchUpdateProductPrice:{
52 title:'批量变价接口', 52 title:'批量变价接口',
53 url: '/product/batchUpdateProductPrice', 53 url: '/product/batchUpdateProductPrice',
54 params: [ 54 params: [
@@ -153,7 +153,7 @@ @@ -153,7 +153,7 @@
153 <th style="border-top: 0">进货价</th> 153 <th style="border-top: 0">进货价</th>
154 <th style="border-top: 0">进货折扣</th> 154 <th style="border-top: 0">进货折扣</th>
155 <th style="border-top: 0">成本</th> 155 <th style="border-top: 0">成本</th>
156 - <th style="border-top: 0">操作</th> 156 + <th style="border-top: 0; border-right: 0">操作</th>
157 </tr> 157 </tr>
158 <tr> 158 <tr>
159 <td style="border-bottom: 0; border-left: 0"> 159 <td style="border-bottom: 0; border-left: 0">
@@ -188,7 +188,7 @@ @@ -188,7 +188,7 @@
188 <td style="border-bottom: 0">{purchase_price}</td> 188 <td style="border-bottom: 0">{purchase_price}</td>
189 <td style="border-bottom: 0">{purchase_discount}</td> 189 <td style="border-bottom: 0">{purchase_discount}</td>
190 <td style="border-bottom: 0">{cost_price}</td> 190 <td style="border-bottom: 0">{cost_price}</td>
191 - <td style="border-bottom: 0"> 191 + <td style="border-bottom: 0; border-right: 0">
192 <a href="javascript:;" class="btn btn-success btn-xs sure-modify">保存</a> 192 <a href="javascript:;" class="btn btn-success btn-xs sure-modify">保存</a>
193 </td> 193 </td>
194 </tr> 194 </tr>