盘点工单{{ infoData.workOrderCode }}
{{ _getStatus(item.status).name }}
数量:{{
(([1, 2].includes(item.status) ? '-' : '+') || '') + item.amount
}}
{{ item.name }}
{{ item.code }}
货位:
{{ item.warehouseName }}-{{ item.reservoirName }}-{{
item.goodsShelfName
}}-{{ item.goodsAllocationName }}
批次号:
{{ item.batch }}
类型:
{{ getDictValue('物品类型', item.productType) }}
{{ itm.label }}:
{{ item[itm.prop] }}
最小单元:
{{ item.unit }}/{{ item.minPackUnit }}