1
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
<!-- 桌面端按钮组 -->
|
||||
<div class="desktop-action-buttons desktop-only">
|
||||
<el-button type="success" size="small" icon="el-icon-setting" @click="showAutoWriteConfig = true" title="配置H-TF订单自动写入腾讯文档">腾峰文档配置</el-button>
|
||||
<el-button type="info" size="small" icon="el-icon-monitor" @click="showPushMonitor = true" title="查看推送监控和历史记录">推送监控</el-button>
|
||||
<el-button type="success" size="small" icon="el-icon-monitor" @click="showPushMonitor = true" title="查看推送监控和历史记录">推送监控</el-button>
|
||||
<el-button type="warning" size="small" icon="el-icon-user" @click="showTouserConfig = true" title="配置分销标识对应的企业微信接收人">接收人配置</el-button>
|
||||
<el-button type="primary" size="small" icon="el-icon-refresh-right" @click="handleBatchSyncLogistics" :loading="batchSyncLoading" title="批量同步物流链接到腾讯文档">一键发货到腾峰</el-button>
|
||||
<el-button type="success" size="small" icon="el-icon-check" @click="handleBatchMarkRebateReceived" :loading="batchMarkLoading" title="批量将赔付金额大于0的订单标记为后返到账(仅执行一次)">批量标记后返到账</el-button>
|
||||
@@ -2256,7 +2256,7 @@ export default {
|
||||
// 遍历选中的每一行,生成后返录表格式文本
|
||||
this.selectedRows.forEach(row => {
|
||||
// 前5列:空(发过运营、需要重发运营、已经重发、需要二次重发运营、二次重发)
|
||||
const emptyCols = ['', '', '', '', '']
|
||||
const emptyCols = ['']
|
||||
|
||||
// 单号:orderId
|
||||
const orderId = row.orderId || ''
|
||||
@@ -2299,7 +2299,6 @@ export default {
|
||||
|
||||
// 按顺序拼接:发过运营、需要重发运营、已经重发、需要二次重发运营、二次重发、单号、型号、返现金额(团长)、晒单金额(主图没标)、总共返现、确认收货日期、认领人、下单日期
|
||||
const text = [
|
||||
...emptyCols,
|
||||
orderId,
|
||||
modelNumber,
|
||||
leaderRebateAmount,
|
||||
|
||||
Reference in New Issue
Block a user