加工顺序调整

This commit is contained in:
zhangdingyu
2019-03-13 09:49:08 +08:00
parent 484d071831
commit 604ffa26f2
2 changed files with 32 additions and 3 deletions

View File

@@ -69,3 +69,15 @@ export function getTable2(stepNumber) {
}
})
}
// 正在加工零件
export function searchParts(stepNumber) {
return request({
url: '',
method: 'post',
data: {
type: '1',
name: '车间生产管理工艺_加工顺序调整_查询正在加工零件工序',
param: '终端编号=' + stepNumber
}
})
}