#include "../../inc/layout.html"> <@layout title="收发明细表" js="scm/storageBill/rpt.js">
收发明细表
日期:{{query.start_date}}至{{query.end_date}}制表人:{{user.realname}} 制表日期:${(now?string('yyyy年MM月dd日'))}
| 行号 | 单据日期 | 盘点单号 | 业务类型 | 负责人 | 仓库 | 商品编号 | 商品名称 | 规格型号 | 计量单位 | 入库数量 | 入库结余 | 出库数量 | 出库结余 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$index+1}} | {{el.bill_date}} | {{el.billsn}} | {{el.type|type}} | {{el.head_name}} | {{el.depot_name}} | {{el.sn}} | {{el.product_name}} | {{el.model}} | {{el.unit|custParame}} | {{el.amount_in}} | {{el.balance_in}} | {{el.amount_out}} | {{el.balance_out}} |
| 合计 | {{amount_in_total}} | {{amount_out_total}} | |||||||||||