初次投产,工艺任务分配

This commit is contained in:
zhangdingyu
2019-01-11 17:03:35 +08:00
parent 2013c675e4
commit 94af6a9e9d
4 changed files with 28 additions and 51 deletions

View File

@@ -13,14 +13,14 @@ export function getEntryNameValue() {
})
}
// 机床名称
export function getToolNum(num) {
export function getToolNum() {
return request({
url: '',
method: 'post',
data: {
type: '1',
name: '车间生产管理工艺_传递后_机床名称_查询数据',
param: '项目流水号=' + num + '=int&是否传递=1=int'
name: '车间生产管理工艺_传递后_机床名称_根据机床查询',
param: '是否传递=1'
}
})
}