{{ t('productInbound.loading') }}
{{ t('productInbound.documentNo') }}
{{ textValue(detail.no) }}
{{ t('productInbound.inboundType') }}
{{ textValue(detail.inType) }}
{{ t('productInbound.inboundTime') }}
{{ formatDateTime(detail.inTime || detail.createTime) }}
{{ t('productInbound.operator') }}
{{ textValue(getStockUserName(detail)) }}
{{ t('productInbound.inboundQuantity') }}
{{ textValue(detail.totalCount) }}
{{ t('productInbound.reviewer') }}
{{ textValue(detail.auditUserName) }}
{{ t('productInbound.remark') }}
{{ textValue(detail.remark) }}
{{ t('productInbound.attachment') }}
{{ textValue(getAttachmentName(file, idx)) }}
{{ itemList.length }}
{{ t('productInbound.product') }}
{{ totalPalletCount }}
{{ t('productInbound.pallet') }}
{{ totalInputCount }}
{{ t('productInbound.packageCount') }}
{{ totalPieceCount }}
{{ t('productInbound.pieceCount') }}
{{ t('productInbound.inboundPackageCount') }}
{{ textValue(getItemInputCount(item)) }}
{{ t('productInbound.inboundPieceCount') }}
{{ textValue(getItemPieceCount(item)) }}
{{ t('productInbound.taskOrder') }}
{{ isRelatedTask(item) ? textValue(item.taskCode || item.taskName) : t('productInbound.no') }}
{{ t('productInbound.packagingScheme') }}
{{ textValue(item.packagingSchemeName) }}
{{ t('productInbound.palletPackageQuantity') }}
{{ textValue(item.palletPackageQuantity) }}
{{ t('productInbound.packageQuantity') }}
{{ textValue(item.packageQuantity) }}
{{ textValue(getPalletCode(pallet)) }}
{{ t('productInbound.packageUnit', { count: textValue(pallet.packageCount) }) }}
{{ t('productInbound.warehouse') }}
{{ textValue(getWarehouseDisplay(pallet, item)) }}
{{ t('productInbound.location') }}
{{ textValue(getAreaDisplay(pallet, item)) }}
{{ t('productInbound.pieceCount') }}
{{ textValue(getPalletPieceCount(pallet, item)) }}
{{ loading ? t('productInbound.loading') : t('productInbound.emptyItemList') }}
{{ t('productInbound.back') }}