This commit is contained in:
van
2026-04-06 11:15:08 +08:00
parent db7687e7df
commit 679e0dd3af
3 changed files with 63 additions and 15 deletions

View File

@@ -257,6 +257,15 @@ export function recalcProfitBatch(ids) {
})
}
/** 本页订单:利润未手动的按规则重算,仅变化时落库(刷新列表后调用) */
export function syncAutoProfitBatch(ids) {
return request({
url: '/system/jdorder/tools/sync-auto-profit',
method: 'post',
data: { ids }
})
}
// 生成录单格式文本Excel可粘贴格式
export function generateExcelText(query) {
return request({