修改订单bug

This commit is contained in:
2023-11-09 15:01:50 +08:00
parent 3ada2c5d08
commit 3812eb38a9
11 changed files with 450 additions and 172 deletions

View File

@@ -137,4 +137,13 @@ export function bomUseNum(query) {
method: 'get',
params: query
})
}
// 完成订单
export function orderFinish(query) {
return request({
url: '/base/order/finish',
method: 'post',
params: query
})
}