From a12a17df214116f0f0e66ff0b6c52d676b2634dc Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 2 Dec 2025 01:45:22 +0800 Subject: [PATCH] 1 --- .../DistributionMarkTouserConfig.vue | 650 ++++++++++++++++++ src/views/system/jdorder/orderList.vue | 14 +- 2 files changed, 663 insertions(+), 1 deletion(-) create mode 100644 src/views/system/jdorder/components/DistributionMarkTouserConfig.vue diff --git a/src/views/system/jdorder/components/DistributionMarkTouserConfig.vue b/src/views/system/jdorder/components/DistributionMarkTouserConfig.vue new file mode 100644 index 0000000..57ddfc4 --- /dev/null +++ b/src/views/system/jdorder/components/DistributionMarkTouserConfig.vue @@ -0,0 +1,650 @@ + + + + + + diff --git a/src/views/system/jdorder/orderList.vue b/src/views/system/jdorder/orderList.vue index 2ead6dc..12e0276 100644 --- a/src/views/system/jdorder/orderList.vue +++ b/src/views/system/jdorder/orderList.vue @@ -64,6 +64,7 @@ 导出 腾峰文档配置 推送监控 + 接收人配置 一键发货到腾峰 @@ -440,6 +441,9 @@ + + + @@ -449,13 +453,15 @@ import { fillLogisticsByOrderNo, getTokenStatus, getTencentDocAuthUrl, testUserI import ListLayout from '@/components/ListLayout' import TencentDocAutoWriteConfig from './components/TencentDocAutoWriteConfig' import TencentDocPushMonitor from './components/TencentDocPushMonitor' +import DistributionMarkTouserConfig from './components/DistributionMarkTouserConfig' export default { name: 'JDOrderList', components: { ListLayout, TencentDocAutoWriteConfig, - TencentDocPushMonitor + TencentDocPushMonitor, + DistributionMarkTouserConfig }, data() { return { @@ -499,6 +505,7 @@ export default { // H-TF订单自动写入配置 showAutoWriteConfig: false, showPushMonitor: false, + showTouserConfig: false, // 批量同步loading状态 batchSyncLoading: false, // 批量标记后返到账loading状态 @@ -1165,6 +1172,11 @@ export default { this.$message.success('H-TF订单自动写入配置已更新') }, + /** 分销标识接收人配置更新后的回调 */ + handleTouserConfigUpdated() { + this.$message.success('分销标识接收人配置已更新') + }, + /** 批量标记后返到账(赔付金额>0的订单) */ async handleBatchMarkRebateReceived() { try {