{{ getStatusText(formData.status, formData.isQualified) }}
¥{{ formData.totalPrice || 0 }}
¥{{ formData.paymentPrice || 0 }}
¥{{ (formData.totalPrice || 0) - (formData.paymentPrice || 0) }}
入库明细({{ formData.items?.length || 0 }}项)
{{ item.productName || '-' }}
{{ item.productBarCode }}
{{ item.warehouseName }}
[{{ item.locationCode }}]
批次号:
{{ item.batchNo }}
规格:
{{ item.productSpec }}
单价:
¥{{ item.productPrice || 0 }}
数量:
{{ item.count || 0 }}
单位:
{{ item.productUnitName || '-' }}
税率:
{{ item.taxPercent }}%
税额:
¥{{ item.taxPrice || 0 }}
金额:
¥{{ item.totalPrice || 0 }}
库存:
{{ item.stockCount || 0 }}
备注:{{ item.remark }}
暂无入库明细
采购入库审核
是否合格
返回方式
{{ opt.label }}
返回备注
取消
确定