This commit is contained in:
Leo
2025-11-15 23:59:39 +08:00
parent 1aa6d4ad3a
commit 00a02866e2

View File

@@ -1309,7 +1309,8 @@ export default {
confirmMsg += `文档: ${config.fileId}\n`
confirmMsg += `工作表: ${config.sheetId}\n`
confirmMsg += `起始行: 850\n`
confirmMsg += `处理行数: 200\n`
confirmMsg += `结束行: 2500\n`
confirmMsg += `处理行数: 1651行\n`
confirmMsg += '\n⚠ 注意:\n'
confirmMsg += '- 只更新订单的第三方单号字段,不会清除任何数据\n'
confirmMsg += '- 跳过物流链接为空的行\n'
@@ -1329,7 +1330,7 @@ export default {
// 调用反向同步API
const res = await reverseSyncThirdPartyOrderNo({
startRow: 850,
endRow: 1049 // 850 + 200 - 1
endRow: 2500 // 850行到2500行
})
if (res.code === 200) {