盘点表明细

盘点名称:<{$detail.inventory_name}> 盘点单编号:<{$detail.inventory_bn}> 盘点日期:<{$detail.inventory_date|date_format:"%Y-%m-%d"}>
盘点仓库:<{$detail.branch_name}> 盘点类别: <{if $detail.inventory_type=='1'}>自定义<{/if}><{if $detail.inventory_type=='2'}>全盘<{/if}><{if $detail.inventory_type=='3'}>部分盘点<{/if}><{if $detail.inventory_type=='4'}>期初<{/if}> 业务日期:<{$detail.add_time|date_format:"%Y-%m-%d"}>
盘点人:<{$detail.inventory_checker}> 是否启用货位:<{if $detail.pos==0}>否<{else}>是<{/if}> 只显示盈亏数不等于0的数据 <{button label="导出" type="submit"}>
盘点确认人:<{$detail.confirm_op}>
<{foreach from=$items item=items key=keys}> bgcolor='#cccccc'<{/if}>> <{/foreach}>
货品名称 货号 规格 单位 帐面数量 实际数量 成本价 盈(+)亏(-)记录 盈(+)亏(-)金额 单价
<{$items.name}> <{$items.bn}> <{$items.spec_info}> <{$items.unit}> <{$items.accounts_num}> <{$items.actual_num}> <{$items.price}> <{$items.shortage_over}> <{$items.shortage_over_price}> <{$items.price|cur}>
合计: - - - <{$total.accounts_num|default:0}> <{$total.actual_num|default:0}> <{$total.price}> <{$total.shortage_over|default:0}> <{$total.shortage_over_price}>
复核人:<{$detail.second_checker}> 财务负责人:<{$detail.finance_dept}> 仓库负责人:<{$detail.warehousing_dept}>
<{if $items}> <{if $detail.confirm_status==1}> <{button type="button" class="btn btn-primary" label="预盈亏" }> <{/if}><{/if}> <{button type="button" class="btn" id="return-btn" label="关 闭" onclick="javascript:this.getParent('.dialog').retrieve('instance').close();"}>