| | |
| | | <col width="80"> |
| | | <col width="80"> |
| | | <col width="80"> |
| | | <col width="80"> |
| | | <col width="80"> |
| | | <col width="80"> |
| | | <col width="80"> |
| | | <col width="100"> |
| | | <col width="100"> |
| | | <col width="100"> |
| | | <col width="100"> |
| | | </colgroup> |
| | | <thead> |
| | | <tr> |
| | |
| | | <th>图片</th> |
| | | <th>货号</th> |
| | | <th>SKU</th> |
| | | <th>冻结库存</th> |
| | | |
| | | <th>重量(克)</th> |
| | | <th>库存</th> |
| | | <th><i class="required-color">*</i>销售价</th> |
| | | <th>成本价</th> |
| | | <th>指导零售价</th> |
| | | <th>一级返现</th> |
| | | <th>二级返现</th> |
| | | <th>三级返现</th> |
| | | <!-- <th>赠送积分</th> |
| | | <th>积分最大<br />可抵金额</th> --> |
| | | <th>库存数量</th> |
| | | <th>冻结库存</th> |
| | | <th style="width: 60px;">建议零售价</th> |
| | | <th><i class="required-color">*</i>销售价</th> |
| | | <th>经销商价</th> |
| | | <th>成本价</th> |
| | | |
| | | <th style="width: 60px;">推广经销商采购返现</th> |
| | | <th>推广用户购买返现</th> |
| | | <!-- <th>二级返现</th> |
| | | <!-- <th>三级返现</th> --> --> |
| | | </tr> |
| | | </thead> |
| | | <tbody id="productsTbody"> |
| | |
| | | <td> |
| | | {{item.spesDesc}} |
| | | </td> |
| | | <td> |
| | | {{item.freezeStock}} |
| | | </td> |
| | | |
| | | <td> |
| | | {{item.weight}} |
| | | </td> |
| | |
| | | {{item.stock}} |
| | | </td> |
| | | <td> |
| | | {{item.price}} |
| | | </td> |
| | | <td> |
| | | {{item.costprice}} |
| | | {{item.freezeStock}} |
| | | </td> |
| | | <td> |
| | | {{item.mktprice}} |
| | | </td> |
| | | <td> |
| | | {{item.price}} |
| | | </td> |
| | | |
| | | <td> |
| | | {{item.distributionPrice}} |
| | | </td> |
| | | <td> |
| | | {{item.costprice}} |
| | | </td> |
| | | <td> |
| | | {{item.distributionCutMoney}} |
| | | </td> |
| | | <td> |
| | | {{item.cutMoney}} |
| | | </td> |
| | | <!-- <td> |
| | | {{item.levelOne}} |
| | | </td> |
| | | <td> |
| | |
| | | </td> |
| | | <td> |
| | | {{item.levelThree}} |
| | | </td> |
| | | </td> --> |
| | | </tr> |
| | | {{# }); }} |
| | | </tbody> |