张诺
3 天以前 7c86b549b27bd54f6bd5de81c13f8242f91c87ff
src/api/salesOutbound/index.js
@@ -24,4 +24,20 @@
        method: 'get',
        params: query
    })
}
// 查询煤种
export function officialList(query) {
    return request({
        url: '/officialInventory/officialList',
        method: 'get',
        params: query
    })
}
// 查询煤种
export function delSalesRecord(query) {
    return request({
        url: '/salesRecord/delSalesRecord',
        method: 'delete',
        data: query
    })
}