#include "../../inc/layout.html"> <@layout title="盘点明细表" js="scm/stockCheck/rpt.js">
调拨明细表
日期:{{query.start_date}}至{{query.end_date}}制表人:{{user.realname}} 制表日期:${(now?string('yyyy年MM月dd日'))}
| 行号 | 单据日期 | 盘点单号 | 负责人 | 仓库 | 商品编号 | 商品名称 | 规格型号 | 计量单位 | 系统库存 | 实际库存 | 盈亏 |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$index+1}} | {{el.bill_date}} | {{el.billsn}} | {{el.head_name}} | {{el.depot_name}} | {{el.sn}} | {{el.product_name}} | {{el.model}} | {{el.unit|custParame}} | {{el.amount}} | {{el.amount2}} | {{el.amount2-el.amount}} |