{{ $select.selected.name }}
{{ $select.selected.name }}
{{$item.name}}
部门 代表 商业 计算金额
{{row.business_unit_idName == null ? '-' : row.business_unit_idName}} {{row.from_owneridName == null ? '-' : row.from_owneridName}} {{row.fromaccountidName == null ? '-' : row.fromaccountidName}} {{row.total_price == null ? 0 : row.total_price|toFixNumber:2}}
部门 代表 商业 终端客户 品种 数量 开票价格 开票金额
{{row.business_unit_idName == null ? '-' : row.business_unit_idName}} {{row.from_owneridName == null ? '-' : row.from_owneridName}} {{row.fromaccountidName == null ? '-' : row.fromaccountidName}} {{row.toaccountidName == null ? '-' : row.toaccountidName}} {{row.drugidName}} {{row.saleto_count|toFixNumber:1}} {{row.invoice_price|toFixNumber:2}} {{row.total_price|toFixNumber:2}}