<{if !$view}>损益确认<{else}>盘点表明细<{/if}>

盘点名称:<{$detail.inventory_name}>
盘点单编号:<{$detail.inventory_bn}> 盘点日期:<{$detail.inventory_date|date_format:"%Y-%m-%d"}>
盘点仓库:<{$detail.branch_name}> 盘点类别:<{if $detail.inventory_type=='1'}>自定义<{else}>全盘<{/if}>
差异金额:<{$detail.difference|cur}> 盘点人:<{$detail.inventory_checker}>
<{foreach from=$items item=items key=keys}> <{/foreach}>
基础物料名称 基础物料编码 规格 单位 货位 帐面数量 实际数量 盈(+)亏(-)记录 单价 品质情况 错误日志
<{$items.name}> <{$items.bn}> <{$items.spec_info}> <{$items.unit}> <{$items.pos_name}> <{$items.accounts_num}> <{$items.actual_num}> <{$items.shortage_over}> <{$items.price|cur}> <{$items.memo}> <{$items.error_log|default:'-'}>
小计: - - - - <{$subtotal.accounts_num}> <{$subtotal.actual_num}> <{$subtotal.shortage_over}> - -
总计: - - - - <{$total.accounts_num}> <{$total.actual_num}> <{$total.shortage_over}> - -
复核人:<{$detail.second_checker}> 财务负责人:<{$detail.finance_dept}> 仓库负责人:<{$detail.warehousing_dept}>
<{if $detail.import_status=='0'}> 盘点正在导入队列,请稍候... <{button type="button" class="btn btn-primary" onclick="javascript:history.go(-1);" label="返回" }> <{else}> <{if !$view}> <{button type="submit" id="confirm_btn" class="btn btn-primary" label="确认" }> <{button type="button" class="btn btn-primary" onclick="javascript:history.go(-1);" label="取消" }> <{else}> <{button type="button" class="btn btn-primary" onclick="javascript:history.go(-1);" label="返回" }> <{/if}> <{/if}>