{if:isset($set['name'])}{$set['name']}{/if}购物清单 |
客户:{$accept_name},地址:{$address},电话:{$mobile} |
订单号:{$order_no} | 订购日期:{echo:date('Y-m-d',strtotime($create_time))} | ||||
---|---|---|---|---|---|
商品名称 | 商品货号 | 单价 | 重量 | 数量 | 小计 |
{$goodsRow['name']}
{$goodsRow['value']} {foreach:items=Api::run('getBandByGoodsId',array('id'=>$item["goods_id"]))} 【{$item['name']}】 {/foreach} |
{$goodsRow['goodsno']} | ¥{$item['goods_price']} | {echo:common::formatWeight($item['goods_weight'])} | {$item['goods_nums']} | ¥{echo:$item['goods_price'] * $item['goods_nums']} |
商品总价:¥{$payable_amount} |
订单优惠:¥{echo:$promotions+$discount} |
运费价格:¥{$real_freight} |
订单价格:¥{$order_amount} |
订单附言:{$postscript} |
服务商:{if:isset($set['name'])}{$set['name']}{/if} | 电话:{if:isset($set['phone'])}{$set['phone']}{/if} |
邮箱:{if:isset($set['email'])}{$set['email']}{/if} | 网站:{if:isset($set['url'])}{$set['url']}{/if} |
订单号:{$order_no} 日期:{echo:date('Y-m-d',strtotime($create_time))} |
{if:isset($set['name'])}{$set['name']}{/if}配货清单 |
客户:{$accept_name} 电话:{$mobile} |
商品名称 | 商品货号 | 单价 | 数量 | 小计 |
---|---|---|---|---|
{$goodsRow['name']}
{$goodsRow['value']} {foreach:items=Api::run('getBandByGoodsId',array('id'=>$item["goods_id"]))} 【{$item['name']}】 {/foreach} |
{$goodsRow['goodsno']} | ¥{$item['goods_price']} | {$item['goods_nums']} | ¥{echo:$item['goods_price'] * $item['goods_nums']} |
订单附言:{$postscript} | 配送:{foreach:items=Api::run('getDeliveryById',array('distribution'=>$distribution))}{$item['name']}{/foreach} |
地址:{$address} | 收货人:{$accept_name} |
手机:{$mobile} | 电话:{$telphone} |
订单备注:{$note} |
签字: |