耗材管理查询表
打印时间:{{time_now}}
耗材类型 | 耗材名称 | 规格&单位 | 进货单价 | 生产商 | 入库数量 | 出库数量 | 剩余库存 |
{{getGoodType(item.good_type_id)}} | {{item.good_name }} | {{item.specification_name }} / {{item.packing_unit}} | {{item.buy_price}} | {{getManufacture(item.manufacturer)}} | {{getWareInfo(item.xt_warehouse_info)}}{{item.packing_unit}} | {{getAutoCount(item.id) + getOutCount(item.id)}} | {{getWareInfo(item.xt_warehouse_info) - getAutoCount(item.id) - getOutCount(item.id) + getCancelCount(item.id) }} |