1
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user