审批通过
驳回
打印单据
导出
{{ detailsList[0]?.busNo || '-' }}
{{ detailsList[0]?.purposeLocationName || '-' }}
{{ detailsList[0]?.itemType_dictText || '-' }}
{{ proxy.formatDateStr(detailsList[0]?.occurrenceTime, 'YYYY-MM-DD HH:mm:ss') || '-' }}
{{ scope.row.price.toFixed(2) + ' 元' }}
{{
formatQuantity(
Number(scope.row.totalQuantity) - Number(scope.row.itemQuantity),
scope.row
)
}}
{{ formatQuantity(scope.row.totalQuantity, scope.row) }}
{{ scope.row.totalPrice.toFixed(2) + ' 元' }}
{{ formatQuantity(scope.row.itemQuantity, scope.row) }}
{{
((scope.row.itemQuantity * scope.row.price) / scope.row.partPercent).toFixed(2) + '元'
}}
合计盈亏金额:{{ totalAmount ? totalAmount.toFixed(4) : 0 }}