后期需求已修改
This commit is contained in:
@@ -265,6 +265,15 @@ export function orderGetDetail(id) {
|
||||
});
|
||||
}
|
||||
|
||||
// 批量更新订单的delivery_id字段
|
||||
export function updateOrderDeliveryId(data) {
|
||||
return request({
|
||||
url: '/order/updateDeliveryId',
|
||||
method: 'POST',
|
||||
data,
|
||||
});
|
||||
}
|
||||
|
||||
// 批量导入订单
|
||||
export function orderBatchImport(data) {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user