|
{if item.itemType == 'package'}
{if item.tip!=""}
!
{/if}
${item.caption}
{for reward in item.rewards}
- ${reward.caption}
{/for}
|
{elseif item.itemType == 'product'||item.itemType == 'bulkBuy'}
|
{if item.tip!=""}
!
{/if}
${item.sku.productCaption}
- 规格:${item.sku.specDesc}
- 编号:${item.sku.productCodeOfOrg}-${item.sku.skuCode}
{if item.sku.packDesc}
- 包装:${item.sku.packDesc}
{/if}
|
{/if}
{if item.itemType != 'package'}
{if item.sku.stockTag.amount >0 && item.sku.stockTag.amount>= item.amount}
有货
{else}
库存不足
仅剩${item.sku.stockTag.amount}${item.sku.packUnits}
{/if}
{elseif item.itemType == 'package'}
{if item.package.stockAmount == 0 && item.package.stockState == "充足"}
{elseif item.package.stockAmount >0 && item.package.stockAmount>= item.amount}
有货
{else}
库存不足
仅剩${item.package.stockAmount}套
{/if}
{/if}
|
{if (item.itemType != 'package' && item.sku.modCount>1 && item.amount%item.sku.modCount!=0)}
每包装${item.sku.modCount}${item.sku.packUnits}不拆零
{/if}
|
{if item.itemType == 'package'}
套
{elseif item.itemType == 'bulkBuy'}
团
{/if}
¥
${item.price|formatNum:block.priceDec}
|
¥${item.payment|formatNum:block.paymentDec}
|
{if item.itemType == 'product'||item.itemType == 'bulkBuy'}
收藏
{/if}
删除 |
{if item.rewards.length>0}