出库单号
{{ formData.bizNo }}
物品类型
{{ getGoodsListsLabel(formData.extInfo.assetType) }}
出库场景
{{ outputSceneState.filter(item => item.value == formData.bizType)[0].text }}
来源单据
{{ formData.sourceBizNo }}
出库登记人
{{ formData.extInfo.createUserName }}
领料人
{{ formData.fromUser}}
领料部门
{{ formData.extInfo.verifyDeptName }}
状态
{{ statusLabelList[formData.verifyStatus]}}
备注
{{ formData.remark}}
出库明细
物品名称
{{ item.categoryName }}
物品编码
{{ item.categoryCode }}
包装规格
批次号
{{ item.batchNo }}
是否拆包
{{ item.isUnpack ? '是' : '否' }}
数量
{{ item.packingQuantity }}
包装单位
{{ item.packingUnit }}
仓库
{{ item.warehouseName }}
供应商
{{ item.supplierName }}
计量数量
{{ item.measureQuantity }}
计量单位
{{ item.measureUnit }}
重量
{{ item.weight }}
重量单位
{{ item.weightUnit }}
包装列表
序号
{{ idx + 1 }}
包装编码
{{ ite.packageNo }}
包装数量({{ ite.packingUnit }})
{{ ite.packingQuantity }}
计量数量({{ ite.measureUnit }})
{{ ite.measureQuantity }}
物料代号
{{ ite.materielDesignation }}
客户代号
{{ ite.clientCode }}
刻码
{{ ite.engrave }}
重量({{ ite.weightUnit }})
{{ ite.weight }}
质检状态
{{ qualityResults[ite.status] }}
采购日期
{{ ite.purchaseDate }}
生产日期
{{ ite.productionDate }}