| | |
| | | data |
| | | }) |
| | | } |
| | | |
| | | // MES工单查询 |
| | | export function MesOrderBitchClosedSearch(data) { |
| | | return request({ |
| | | url: 'ProductionManagement/MesOrderBitchClosedSearch', |
| | | method: 'get', |
| | | params: data |
| | | }) |
| | | } |
| | | // MES工单批量关闭提交 |
| | | export function MesOrderBitchClosedSeave(data) { |
| | | return request({ |
| | | url: 'ProductionManagement/MesOrderBitchClosedSeave', |
| | | method: 'post', |
| | | data |
| | | }) |
| | | } |
| | | // MES工单批量反关闭 |
| | | export function MesOrderBitchAntiClosedSeave(data) { |
| | | return request({ |
| | | url: 'ProductionManagement/MesOrderBitchAntiClosedSeave', |
| | | method: 'post', |
| | | data |
| | | }) |
| | | } |