| | |
| | | }) |
| | | } |
| | | |
| | | // /productionMaster/deleteProductionInventory |
| | | // 删除主表 |
| | | export function deleteProductionInventory(data) { |
| | | return request({ |
| | | url: '/productionMaster/deleteProductionInventory', |
| | | method: 'delete', |
| | | data: data |
| | | }) |
| | | } |
| | | |
| | | // /productionMaster/delPM |
| | | // 删除主表 |
| | | export function delPM(data) { |
| | | return request({ |
| | | url: '/productionMaster/delPM', |
| | | method: 'delete', |
| | | data: data |
| | | }) |
| | | } |
| | | |
| | | // /coalInfo/coalInfoList |
| | | // 查询煤种列表 |
| | | export function getCoalInfoList(query) { |
| | | return request({ |
| | | url: '/coalInfo/coalInfoList', |
| | | method: 'get', |
| | | params: query |
| | | }) |
| | | } |