审批通过
驳回
导出
打印单据
{{ detailsList[0]?.busNo || '-' }}
{{ detailsList[0]?.sourceLocationName || '-' }}
{{ 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.totalSourceQuantity), scope.row) }}
{{ formatQuantity(scope.row.itemQuantity, scope.row) }}
{{ scope.row.totalPrice?.toFixed(2) + ' 元' }}
{{ proxy.formatDateStr(scope.row.startTime, 'YYYY-MM-DD') }}
{{ proxy.formatDateStr(scope.row.endTime, 'YYYY-MM-DD') }}