1
This commit is contained in:
@@ -248,6 +248,15 @@ export function batchMarkRebateReceived() {
|
||||
})
|
||||
}
|
||||
|
||||
/** 按订单 id 批量重算售价(从型号配置回填)与利润 */
|
||||
export function recalcProfitBatch(ids) {
|
||||
return request({
|
||||
url: '/system/jdorder/tools/recalc-profit',
|
||||
method: 'post',
|
||||
data: { ids }
|
||||
})
|
||||
}
|
||||
|
||||
// 生成录单格式文本(Excel可粘贴格式)
|
||||
export function generateExcelText(query) {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user