{{ item.productName || '-' }}
{{ (item.purchaseCount || item.totalCount || '-') + ' ' + (item.purchaseUnit || item.measuringUnit || '') }}
{{ item.singlePrice ? item.singlePrice + ' 元' : '-' }}
{{ item.totalPrice }} 元
-
{{ item.taxRate || item.taxRate === 0 ? item.taxRate + '%' : '-' }}
{{ item.supplierProductName || item.supplierProductCode || '-' }}
{{ item.supplierProductCode || '-' }}
{{ item.notaxSinglePrice ? item.notaxSinglePrice + ' 元' : '-' }}
{{ item.modelType || '-' }}
{{ item.specification || '-' }}
{{ getProvenanceLabel(item.provenance) || '-' }}
{{ item.deliveryDays || '-' }}
{{ item.guaranteePeriod || '-' }}
{{ getGuaranteeUnitLabel(item.guaranteePeriodUnitCode) || '-' }}
{{ item.remark || '-' }}
-