{extend name="public/container"} {block name="content"}
{volist name="list" id="vo"} {/volist}
名称 分类 编号 规格 数量 单价 总价 重量 分类 单位
{$vo.title} {$vo.name} {$vo.code} {$vo.specifications} {$vo.number} {$vo.unit_price} {$vo.ot_price} {$vo.weight} {if condition="$vo['type'] eq 1"} 顶板 {elseif condition="$vo['type'] eq 2"/} 侧板 {elseif condition="$vo['type'] eq 3"/} 拉筋 {elseif condition="$vo['type'] eq 4"/} 底板 {elseif condition="$vo['type'] eq 5"/} 立柱 {elseif condition="$vo['type'] eq 6"/} 辅拉 {elseif condition="$vo['type'] eq 7"/} 保温 {elseif condition="$vo['type'] eq 8"/} 槽钢 {elseif condition="$vo['type'] eq 9"/} 扶梯管 {else/} 错误分类 {/if} {$vo.company}
{include file="public/inner_page"}
{/block}