初次投产,工艺任务分配
This commit is contained in:
@@ -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'
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user