{capture name="header"}> <{css app="ome" src="ome.css"}> <{/capture}>
| <{t}>物料编码<{/t}> | <{t}>商品名称<{/t}> | <{t}>商品金额<{/t}> | <{t}>商品规格<{/t}> | <{t}>商品属性<{/t}> | <{t}>库位<{/t}> | <{t}>基本计量单位<{/t}> | <{t}>应收数量(基本单位)<{/t}> | <{t}>实收数量(基本单位)<{/t}> | <{t}>辅助计量单位<{/t}> | <{t}>应收数量(辅助单位)<{/t}> | <{t}>实收数量(辅助单位)<{/t}> | <{t}>批次号<{/t}> | <{t}>生成日期<{/t}> | <{t}>有效期至<{/t}> | <{t}>备注<{/t}> |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| <{t}><{$item.goods_bn}><{/t}> | <{t}><{$item.goods_name}><{/t}> | <{$item.price}> | <{$item.specifications}> | <{$item.goods_attr}> | <{$item.storage_code}> | <{$item.basic_calc_unit}> | <{$item.plan_qty|default:'-'}> | <{$item.actual_qty}> | <{$item.assist_calc_unit}> | <{$item.plan_qty_assist|default:'-'}> | <{$item.actual_qty_assist}> | <{$item.batch_code}> | <{$item.product_date}> | <{$item.expire_date}> | <{$item.item_remark}> |