更新
This commit is contained in:
@@ -56,6 +56,13 @@ const getRefineryProduct = id => {
|
||||
return request.get(`oil-refinery/oilRefineryProduct/get/${id}`)
|
||||
}
|
||||
|
||||
const get = id => {
|
||||
return request.get(`/oil-refinery/xoilRefineryAccount/getByRefineryId?refineryId=${id}`)
|
||||
}
|
||||
//导出
|
||||
const exportRefineryOrders = params => {
|
||||
return request.postBlob('/oil-refinery/xoilRefineryOrder/exportRefineryOrders', params)
|
||||
}
|
||||
export default {
|
||||
getByPage,
|
||||
findDeliveryByOrderId,
|
||||
@@ -70,5 +77,7 @@ export default {
|
||||
orderUpdate,
|
||||
getlnfoByld,
|
||||
getRecordsByActld,
|
||||
getRefineryProduct
|
||||
getRefineryProduct,
|
||||
get,
|
||||
exportRefineryOrders
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user