修复代管订单押金赔付待打款金额
This commit is contained in:
@@ -184,7 +184,7 @@ function openArbitration(row: Dispute) {
|
||||
activeDispute.value = row
|
||||
result.value = editableArbitrationResult(row.arbitration_result)
|
||||
remark.value = row.arbitration_remark || ''
|
||||
amount.value = undefined
|
||||
amount.value = centToYuan(row.checkout_deposit_deduct_amount_cent ?? 0)
|
||||
actualCoinConsumedM.value = row.checkout_coin_consumed_m ?? undefined
|
||||
actualConsumableAmountYuan.value = centToYuan(
|
||||
row.checkout_consumable_amount_cent ?? row.extra_item_original_amount_cent ?? 0
|
||||
|
||||
@@ -31,6 +31,7 @@ export interface Dispute {
|
||||
checkout_id?: number
|
||||
checkout_coin_consumed_m?: number
|
||||
checkout_consumable_amount_cent?: number
|
||||
checkout_deposit_deduct_amount_cent?: number
|
||||
previous_checkout_status?: string
|
||||
arbitration_result: string
|
||||
arbitration_remark: string
|
||||
|
||||
Reference in New Issue
Block a user