加工顺序调整

This commit is contained in:
zhangdingyu
2019-03-02 16:17:51 +08:00
parent 64730157f6
commit 3c30469b33
2 changed files with 23 additions and 7 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',