Authored by mali

恢复误删的代码

... ... @@ -89,6 +89,46 @@
</tr>
</table>
<h2>订单商品</h2>
<table class="sub-info" border="1" bordercolor="#ddd" cellspacing="0" width="100%" cellpadding="8">
<tr>
<th>商品编码</th>
<th>SKU</th>
<th>SKU-P</th>
<th>商品图片</th>
<th>商品名称</th>
<th>货号</th>
<th>颜色</th>
<th>尺码</th>
<th>销售价</th>
<th>优惠券</th>
<th>购买数量</th>
<th>运费</th>
<th>买家实付</th>
</tr>
<tr>
<td><span id="productId"></span></td>
<td><span id="sku"></span></td>
<td><span id="skup"></span></td>
<td><img id="productImage" height='78px;' width='59px;' /></td>
<td><span id="productName"></span></td>
<td><span id="productCode"></span></td>
<td><span id="colorName"></span></td>
<td><span id="sizeName"></span></td>
<td><span id="goodsPrice"></span></td>
<td><span id="couponCutAmount"></span></td>
<td><span id="productNum"></span></td>
<td><span id="shipFee"></span></td>
<td><span id="amount"></span></td>
</tr>
<tr>
<th colspan="2">销售价:<span id="salesPrice"></span></th>
<th colspan="2">平台费用:<span id="platformFee"></span></th>
<th colspan="3">银行转账费用:<span id="bankTransferfee"></span></th>
<th colspan="3">卖家实际收入:<span id="sellerIncome"></span></th>
</tr>
</table>
<h2 class="quality">查看瑕疵</h2>
<table class="sub-info quality" border="1" bordercolor="#ddd" cellspacing="0" width="100%" cellpadding="8">
<tr>
... ...