配货清单


订单号:{$order_no}

下单时间:{$create_time}


{foreach:items=Api::run('getOrderGoodsRowByOrderId',array('id'=>$id))} {set:$goodsRow = JSON::decode($item['goods_array'])}

商品货号:{$goodsRow['goodsno']}

{$goodsRow['name']} {$goodsRow['value']} {foreach:items=Api::run('getBrandByGoodsId',array('id'=>$item["goods_id"])) item=$brandRow} 【{$brandRow['name']}】 {/foreach} x {$item['goods_nums']} ¥{$item['goods_price']}

小计:¥{echo:$item['goods_price'] * $item['goods_nums']}


{/foreach}

收货地址:{$address}

收货人:{$accept_name}

手机:{$mobile}

{if:$telphone}

电话:{$telphone}

{/if}

配送方式:{foreach:items=Api::run('getDeliveryById',array('distribution'=>$distribution))}{$item['name']}{/foreach}

{if:$postscript}

订单附言:{$postscript}

{/if}

订单备注:{$note}

签字:________________