新增 后管财务中心运营商订单列表页

This commit is contained in:
Lemon
2023-07-06 17:38:30 +08:00
parent eb9e1fb0b1
commit 35efeb8993
11 changed files with 285 additions and 17 deletions

View File

@@ -59,3 +59,12 @@ export function manualSettlementOrder(data) {
data: data
})
}
// 获取运营商订单列表
export function getMerchantOrderList(data) {
return request({
url: '/order/getMerchantOrderList',
method: 'post',
data: data
})
}