This commit is contained in:
chenjianan
2019-03-04 19:04:09 +08:00
3 changed files with 24 additions and 9 deletions

View File

@@ -1,6 +1,17 @@
import request from '@/utils/request'
// 初始化 工位
// 初始化 人员和工位
export function getMachine() {
return request({
url: '',
method: 'post',
data: {
type: '1',
name: '车间生产管理工艺_加工顺序调整_查询工位及人员'
}
})
}
// 获取工位
export function getMachine2() {
return request({
url: '',
method: 'post',

View File

@@ -17,8 +17,7 @@ export function getMachines() {
method: 'post',
data: {
type: '1',
name: '车间生产管理工艺_传递后_机床名称_加工进度修改模块查询',
param: '是否传递=2=int&考核状态=6=int&工艺任务分配状态=2=int&定额任务分配状态=2=int&单件是否外协=1=int'
name: '车间生产管理工艺_传递后_机床名称_加工进度修改模块查询_MESWORK'
}
})
}