<{t}>基本信息<{/t}>

<{if $parent_id}> <{foreach from=$parentCatInfo item=parentInfo}> <{/foreach}> <{else}> <{/if}>
<{t}>所属类目<{/t}>: <{$catInfo.lv1.cat_name}>><{$catInfo.lv2.cat_name}>><{$catInfo.lv3.cat_name}>
<{t}>店铺分类<{/t}>:<{$parentInfo['cat_name']}> > <{$childCatName}><{$childCatName}>
<{t}>商品标题<{/t}>: <{$title}>
<{t}>商品副标题<{/t}>: <{if $sub_title}><{$sub_title}><{else}><{$title}><{/if}>
<{t}>商品品牌<{/t}>: <{$brand_id|brandname}>
<{t}>商品库存<{/t}>: <{$store}><{$unit}>
<{t}>商品重量<{/t}>: <{$weight}> 千克(kg)
<{t}>计价单位<{/t}>: <{$unit}>
<{t}>运费模板<{/t}>: <{$templateName}>
<{t}>库存计数<{/t}>: <{if $sub_stock == '0'}>付款减库存<{/if}> <{if $sub_stock == '1'}>下单减库存<{/if}>
<{t}>发布平台<{/t}>: <{if $use_platform=='0' || !$use_platform}>全平台(pc+wap) <{elseif $use_platform=='1'}>pc端 <{elseif $use_platform=='2'}>移动端 <{/if}>

<{t}>店铺信息<{/t}>

<{if $examine_setting}> <{if $approve_status =='refuse'}> <{/if}> <{/if}>
<{t}>店铺名称<{/t}>: <{$shop_id|shopname}>
<{t}>审核状态<{/t}>: <{$approve_status|json2value:'{"pending":"待审核","onsale":"审核通过","refuse":"审核拒绝"}'}>
<{t}>驳回原因<{/t}>: <{$reason}>

<{t}>商品信息<{/t}>

<{foreach from=$sku item=spec}> <{/foreach}>
<{t}>商品规格<{/t}> <{t}>商品售价<{/t}> <{t}>商品原价<{/t}> <{t}>商品成本价<{/t}> <{t}>商品库存<{/t}> <{t}>商品货号<{/t}> <{t}>条形码<{/t}>
<{$spec.spec_info}> <{$spec.price|cur}> <{$spec.mkt_price|cur}> <{$spec.cost_price|cur}> <{$spec.store}> <{$spec.bn}> <{$spec.barcode}>

<{t}>审核记录<{/t}>

<{foreach from=$examineLog item=loginfo}> <{if $loginfo['approve_status'] =='onsale'}> <{/if}> <{if $loginfo['approve_status'] =='refuse'}> <{/if}> <{/foreach}>
<{t}>审核时间<{/t}> <{t}>审核结果<{/t}> <{t}>拒绝原因<{/t}>
<{$loginfo['time']|cdate:FDATE_STIME}>审核通过审核驳回<{$loginfo['reason']}>
<{if $examine_setting}> <{if $approve_status == "pending"}>
<{button id="action-agree" class="button" target="{update:'messagebox'}" label="审批通过"}> <{button id="action-refuse-dialog" class="button" label="审批驳回"}>
<{/if}> <{/if}>