...
|
...
|
@@ -19,15 +19,17 @@ |
|
|
[[each goodsList as item index]]
|
|
|
<div class="form-group">
|
|
|
<div class="fm-side col-sm-2">
|
|
|
<div class="goods-img">
|
|
|
<div class="goods-img-left">
|
|
|
<p>SKC: [[item.productSkc]]</p>
|
|
|
<p>[[item.goodsName]]:</p>
|
|
|
<p>[[item.factoryGoodsName || '']]</p>
|
|
|
<table><tr>
|
|
|
<td valign='top'>SKU:</td>
|
|
|
<td>
|
|
|
[[each item.goodsSizeList as item2 index2]]
|
|
|
[[item2.productSku || '']]
|
|
|
<table ><tr>
|
|
|
<td valign='top'>SKU:</td><td></td></tr>
|
|
|
<tr><td>
|
|
|
[[each item.goodsSizeList as item2 index2]]
|
|
|
[[item2.productSku || '']]
|
|
|
[[if index2%2==0]] </td><td>[[/if]]
|
|
|
[[if index2%2==1]] </td></tr><tr><td>[[/if]]
|
|
|
[[/each]]</td>
|
|
|
</tr></table>
|
|
|
</div>
|
...
|
...
|
|