修改
This commit is contained in:
parent
3327bece3c
commit
26df427f9a
@ -26,6 +26,14 @@ export function cashierOrder(id) {
|
||||
})
|
||||
}
|
||||
|
||||
// 根据id查询收银台订单列表新
|
||||
export function cashierOrderNew(id) {
|
||||
return request({
|
||||
url: '/business/cashierOrder/newSelect/'+id,
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
|
||||
// 根据订单号查询油品订单信息
|
||||
export function cashierOrderByOrderNo(data) {
|
||||
return request({
|
||||
|
Loading…
Reference in New Issue
Block a user