{{ feeSourceLabel(row.dataSource) }}
visible && loadCommonCargoOptions()"
@change="value => handleAdjustCargoNameChange(row, value)"
>
{{ formatDetailCell(row, column.prop) }}
visible && loadCargoTypeOptions()"
@change="value => handleAdjustCargoTypeChange(row, value)"
/>
{{ formatDetailCell(row, column.prop) }}
visible && loadCommonCargoOptions()"
@change="value => handleAdjustSpecificationChange(row, value)"
>
visible && loadPriceUnitOptions()"
>
handleAdjustDecimalInput(row, 'transportQuantity', value)"
/>
handleAdjustDecimalInput(row, 'unitPrice', value)"
/>
handleAdjustDecimalInput(row, 'mileage', value)"
/>
handleAdjustDecimalInput(row, 'freightAmount', value, 'freight')"
/>
handleAdjustFeeItemInput(row, column.feeItemName, value)"
/>
{{
Number(row.adjustAmount || 0) !== 0
? fixedTwoDecimals(row.afterAmount)
: fixedTwoDecimals(row.originalAmount)
}}
{{ formatDetailCell(row, column.prop) }}