工艺改进

This commit is contained in:
chenjianan
2019-05-30 09:47:21 +08:00
parent edbae2fce8
commit ab3c50f7f7
2 changed files with 46 additions and 4 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({