货物名称
{{ goodsInfo.materialName }}
货物条码
{{ goodsInfo.barCode }}
货物图片
规格
{{ goodsInfo.materialStandard || "-" }}
批次号
{{ goodsInfo.batchNumber || "-" }}
生产日期
{{ goodsInfo.productionDate || "-" }}
库存
{{ goodsInfo.inventory ? (goodsInfo.inventory * 1).toFixed(0) : "0"
}}{{ goodsInfo.commodityUnit || "" }}
库位
{{ goodsInfo.position || "-" }}
创建时间
{{ goodsInfo.createTime }}
出入库明细
查看最近的出入库记录
出入库明细
{{ item.name }}
{{ item.materialName }}
货物规格:{{ item.materialStandard }}
{{ currentCrkId == "out" ? "出库" : "入库" }}时间:{{
item.warehousingTime || "-"
}}
{{ currentCrkId == "out" ? "出库" : "入库" }}数量:{{
(item.actualQuantityInStorage * 1).toFixed(0) || 0
}}{{ item.commodityUnit || "" }}