技术中心

This commit is contained in:
liushuai
2019-02-19 09:08:44 +08:00
parent a8207be227
commit 83516538ca
5 changed files with 225 additions and 95 deletions

View File

@@ -242,18 +242,6 @@ export function searchMachine(project) {
}
})
}
export function searchMachine2(project) {
return request({
url: '',
method: 'post',
data: {
type: '1',
name: 'PDM_零件明细表_外购件和标准件_数据导入保存_机床_查询数据gj',
param: `项目=${project}`
}
})
}
// 查询组号
export function searchGroupNum(project, name) {
return request({