张诺
3 天以前 7619d415522ab3dc3299d6a2a9f5c9964a692d3f
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
    })
}