From 95c6f55dee39344ddcdafa4c094e916aca3eb60f Mon Sep 17 00:00:00 2001 From: DaxPay Date: Sun, 24 Nov 2024 17:15:53 +0800 Subject: [PATCH] =?UTF-8?q?refactor(daxpay):=20=E4=BC=98=E5=8C=96=E5=88=86?= =?UTF-8?q?=E8=B4=A6=E5=8A=9F=E8=83=BD=E7=9B=B8=E5=85=B3=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改 AllocationGroupEdit 和 AllocationReceiverEdit组件,使用 unref 获取 appId值 - 更新 AllocationReceiver.api.ts,添加 reqTime 字段- 调整 PayOrder.api.ts 中的分账接口,使用 id 替代 orderNo - 优化 PayOrderList 组件中的分账逻辑 - 移除 MchAppList 组件中的分账配置选项 - 更新 DevelopTradePay 组件,增加是否分账的开关 - 在 ChannelConstList 组件中添加支持分账的列 --- .../allocation/group/AllocationGroupEdit.vue | 7 ++++-- .../allocation/group/AllocationGroupList.vue | 2 +- .../receiver/AllocationReceiver.api.ts | 2 ++ .../receiver/AllocationReceiverEdit.vue | 6 +++-- .../receiver/AllocationReceiverList.vue | 10 ++++---- .../constant/channel/ChannelConstList.vue | 6 +++++ .../common/develop/trade/DevelopTradePay.vue | 8 +++++++ .../daxpay/common/merchant/app/MchAppList.vue | 6 ++--- .../daxpay/common/order/pay/PayOrder.api.ts | 4 ++-- .../daxpay/common/order/pay/PayOrderList.vue | 23 +++++++++---------- 10 files changed, 47 insertions(+), 27 deletions(-) diff --git a/src/views/daxpay/common/allocation/group/AllocationGroupEdit.vue b/src/views/daxpay/common/allocation/group/AllocationGroupEdit.vue index 9ede7452..67343e23 100644 --- a/src/views/daxpay/common/allocation/group/AllocationGroupEdit.vue +++ b/src/views/daxpay/common/allocation/group/AllocationGroupEdit.vue @@ -67,7 +67,7 @@