{set:$order_id = IFilter::act(IReq::get('id'),'int');} {foreach:items=Api::run('getOrderGoodsServicefeeRowByOrderId',array('id'=>$order_id))} {/foreach}
商品名称 实际价格 商品数量 商品总额 手续费类型 手续费率 商户折扣率 手续费总额
{set:$goodsRow = JSON::decode($item['goods_array'])} {$goodsRow['name']}   {$goodsRow['value']}   {$goodsRow['goodsno']}   {foreach:items=Api::run('getBrandByGoodsId',array('id'=>$item["goods_id"])) item=$brandRow} 【{$brandRow['name']}】 {/foreach} ¥{$item['real_price']} {$item['goods_nums']} ¥{echo:$item['real_price'] * $item['goods_nums']} {echo:CountSum::servicefeeTypeText($item['type'])} {$item['rate']}% {echo:$item['discount']==100 ? "无" : $item['discount']."%"} ¥{$item['amount']}