查询
重置
导出Excel
{{
scope.row.itemTable == 'adm_device_definition'
? scope.row.devCategoryCode_dictText
: scope.row.medCategoryCode_dictText
}}
{{ formatQuantity(scope.row) }}
{{ scope.row.quantity + ' ' + scope.row.minUnitCode_dictText }}
{{ Number(scope.row.purchasePrice || 0).toFixed(3) + ' 元' }}
{{ Number(scope.row.salePrice || 0).toFixed(3) + ' 元' }}
{{ Number(scope.row.totalPurchasePrice || 0).toFixed(3) + ' 元' }}
{{ Number(scope.row.totalSalePrice || 0).toFixed(3) + ' 元' }}
{{ scope.row.doseFormCode_dictText || '-' }}
{{ scope.row.approvalNumber || '-' }}
{{ formatDateStr(scope.row.productionDate, 'YYYY-MM-DD') }}
{{ formatDateStr(scope.row.expirationDate, 'YYYY-MM-DD') }}
停供
取消停供
追溯码
进价合计金额:{{ salePriceTotal.toFixed(4) }}
零售价合计金额:{{ priceTotal.toFixed(4) }}