| | |
| | | }) |
| | | } |
| | | // 不良处理,提交 |
| | | export function EditOrderNgStepSeave(data) { |
| | | export function EditOrderNgStepSeave(data, username) { |
| | | return request({ |
| | | url: 'ProductionManagement/EditOrderNgStepSeave', |
| | | url: 'ProductionManagement/EditOrderNgStepSeave?username=' + username, |
| | | method: 'post', |
| | | 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 |
| | | }) |