From 90f06593df68c50454e1af94b6904b14baf5be75 Mon Sep 17 00:00:00 2001 From: DaxPay Date: Tue, 21 May 2024 23:00:27 +0800 Subject: [PATCH 1/7] =?UTF-8?q?style=20=E6=98=BE=E7=A4=BA=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/payment/reconcile/diff/ReconcileDiff.api.ts | 2 +- src/views/payment/reconcile/diff/ReconcileDiffInfo.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/payment/reconcile/diff/ReconcileDiff.api.ts b/src/views/payment/reconcile/diff/ReconcileDiff.api.ts index 966273dd..d37dee74 100644 --- a/src/views/payment/reconcile/diff/ReconcileDiff.api.ts +++ b/src/views/payment/reconcile/diff/ReconcileDiff.api.ts @@ -61,5 +61,5 @@ export interface DiffInfo { // 本地订单字段值 localValue?: string // 网关订单字段值 - gatewayValue?: string + outValue?: string } diff --git a/src/views/payment/reconcile/diff/ReconcileDiffInfo.vue b/src/views/payment/reconcile/diff/ReconcileDiffInfo.vue index 24fe8bb5..7a871e07 100644 --- a/src/views/payment/reconcile/diff/ReconcileDiffInfo.vue +++ b/src/views/payment/reconcile/diff/ReconcileDiffInfo.vue @@ -42,7 +42,7 @@ From 5af7f39c87ef0bd55d5079e74d2a670c850ae2eb Mon Sep 17 00:00:00 2001 From: bootx Date: Sun, 26 May 2024 22:48:29 +0800 Subject: [PATCH 2/7] =?UTF-8?q?style=20=E6=98=BE=E7=A4=BA=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/payment/order/pay/PayOrder.api.ts | 2 ++ src/views/payment/order/pay/PayOrderInfo.vue | 9 ++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/views/payment/order/pay/PayOrder.api.ts b/src/views/payment/order/pay/PayOrder.api.ts index a3cf2522..8b9d9c60 100644 --- a/src/views/payment/order/pay/PayOrder.api.ts +++ b/src/views/payment/order/pay/PayOrder.api.ts @@ -88,6 +88,8 @@ export interface PayOrder extends BaseEntity { description?: any // 是否支持分账 allocation?: boolean + // 自动分账 + autoAllocation?: boolean // 支付通道 channel?: string // 支付方式 diff --git a/src/views/payment/order/pay/PayOrderInfo.vue b/src/views/payment/order/pay/PayOrderInfo.vue index a45f2ec5..ef745491 100644 --- a/src/views/payment/order/pay/PayOrderInfo.vue +++ b/src/views/payment/order/pay/PayOrderInfo.vue @@ -49,6 +49,12 @@ {{ orderExtra.notifyUrl || '无' }} + + {{ order.autoAllocation || '无' }} + + + {{ order.description }} + {{ orderExtra.clientIp }} @@ -70,9 +76,6 @@ {{ order.createTime }} - - {{ order.description }} -