id: {{ d.GoodsId }},权重: {{ d._score }},销量: {{ d.sale_number }}

{{ d.activity_discount.discount_mark_title == '折扣' ? d.activity_discount.price_discount + '折' : d.activity_discount.discount_mark_title }}

{{ d.tagActivity.tagName }}

优选型号:

{{ d.activity_freight.province_freight | showPostageBadge }}

{{ d.ModelName }}

品牌:{{ d.BrandName }}

封装: {{ d.boxing }}

描述:

{{ d.Desc }}

供应商型号: {{ d.OtherModelName }}

ECCN编码:

{{ d.eccn.eccnCode }}

说明:美国出口管制分类ECCN编码

{{ d.eccn.eccnCode }}

{{ d.eccn.webDisplay }}

库存: {{ d.Stock[0] }}(在途)(批号: {{ d.BatchNumber }})

国内 ({{ d.delivery.cn_min + '-' + d.delivery.cn_max + '工作日' }})

香港 ({{ d.delivery.hk_min + '-' + d.delivery.hk_max + '工作日' }})

价格明细:

香港价格:¥{{ (+item2[1]).toFixed(5) }}

国内价格:¥{{ (+item2[3]).toFixed(5) }}

国内折后价:¥{{( (+item2[2]).toFixed(5) | add: (-d.eccn[0].eccnPrice) | add: (+item2[5]) if item2[5] > 0 else (+item2[3]) >= (+item2[3]) * (1 + (item2[5]/100)) | round:2 | toFixed(2))}}

已含关税

-+

起订:{{ d.minBuyNum }} 倍数:{{ d.increment }}

金额:{{ d.goodsType == 1? '¥' : '$' }}{{ setPrice(d).total }}

{{ supplierGoodsTip[d.GI.name].stock_tip + supplierGoodsTip[d.GI.name].pay_tip }}

重构后的内容如下:

已含关税。

-+

起订:{{ d.minBuyNum }}。倍数:{{ d.increment }}。

金额:如果商品类型是1,则为人民币符号(¥),否则为美元符号($)。金额为 {{ setPrice(d).total }}。

库存提示为 {{ supplierGoodsTip[d.GI.name].stock_tip }},支付提示为 {{ supplierGoodsTip[d.GI.name].pay_tip }}。

加入购物车、立即购买、立即订货和询价均可使用。