This commit is contained in:
chenjianan
2019-05-15 15:17:15 +08:00
parent 45b91a958b
commit 82590a9718
7 changed files with 2162 additions and 11 deletions

View File

@@ -71,3 +71,15 @@ export function searchtable2(num) {
}
})
}
// 在制零件工艺修改
export function returnEdit(num) {
return request({
url: '',
method: 'post',
data: {
type: '2',
name: '车间生产管理工艺_在制零件工艺调整_修改工艺',
param: '工艺计划流水号=' + num
}
})
}