This commit is contained in:
zhangdingyu
2019-05-30 15:45:02 +08:00
11 changed files with 754 additions and 10 deletions

View File

@@ -1,5 +1,17 @@
import request from '@/utils/request'
// 查询零件(包含借用件)
export function getPartnames3(num1, num2) {
return request({
url: '',
method: 'post',
data: {
type: '1',
name: '车间生产管理工艺_零件工艺计划_编制工艺_按人员机床组号或图号查',
param: '工艺人员编号=' + num1 + '&机床组号或图号=' + num2
}
})
}
// 典艺查询<高精原有数据>
export function searchProcess11(num) {
return request({