设备
This commit is contained in:
@@ -125,7 +125,7 @@ export function orderAssignmentList(query) {
|
||||
// 获得所有客户列表
|
||||
export function customerList() {
|
||||
return request({
|
||||
url: '/base/core-customer/listAll',
|
||||
url: 'base/core-customer/listAll',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
@@ -155,4 +155,13 @@ export function orderFinish(query) {
|
||||
method: 'post',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
// 作废订单
|
||||
export function orderVoid(data) {
|
||||
return request({
|
||||
url: 'base/order/invalid',
|
||||
method: 'put',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user