Commit 259d9fac authored by dragondean@qq.com's avatar dragondean@qq.com

自编号报表详情部分数据对接

parent b6d46151
......@@ -795,3 +795,12 @@ export function orderDetailSummary(orderId){
method: 'get'
})
}
// 自编号的订单费用汇总
export function orderSummaryByContainerNumber(params){
return request({
url: '/ecw/orderCount/containerNumber/orderSummary',
method: 'get',
params
})
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment