{{ partial("header/header") }} 物料
{{info['name']}}
周转信息
周转率:
{{info['turnoverRate']}}
库存概览
在库量 预扣量 可用量
本厂 {{inventory['ownInventory']['sum']}} {{inventory['ownInventory']['subSum']}} {{inventory['ownInventory']['resSum']}}
客来 {{inventory['otherInventory']['sum']}} {{inventory['otherInventory']['subSum']}} {{inventory['otherInventory']['resSum']}}
基本信息
物料编号
{{info['code']}}
所属物料组
{{info['material_groups_code']}}
物料单位
{{info['unit']}}
安全库存量
{{info['saftystock']}}
物料类型
{{info['type']}}
适用设备
{{info['equipments']}}
可替换物料
{{info['replace']}}
采购信息
最近一次采购价格
{{purchase['lastPrice']}}
最低采购单价
{{purchase['minPrice']}}
平均采购单价
{{purchase['avgPrice']}}
最近一次采购供应商
{{purchase['lastProvider']}}
最低采购价格供应商
{{purchase['minProvider']}}
创建人
{{info['createdby']}}
创建时间
{{info['created']}}
最后修改人
{{info['updatedby']}}
最后修改时间
{{info['updated']}}
{{ partial("foorter/footer") }}