This commit is contained in:
liushuai
2018-12-22 16:26:10 +08:00
parent 64d549cd89
commit 6f6d4d6b57
11 changed files with 88 additions and 119 deletions

View File

@@ -108,7 +108,7 @@ export function specificationQueryWB(projectCheck, project, machineCheck, machin
method: 'post',
data: {
type: '1',
name: 'PDM_零件明细表_外购件和标准件_规范数据查询_gj2',
name: 'PDM_零件明细表_外购件和标准件_规范数据查询_gj',
param: `项目名字_check=${projectCheck}&项目名字=${project}&机床名字_check=${machineCheck}&机床名字=${machine}&组号_check=${groupCheck}&组号=${group}`
}
})
@@ -141,7 +141,7 @@ export function unSpecificationQueryWB(projectCheck, project, machineCheck, mach
method: 'post',
data: {
type: '1',
name: 'PDM_零件明细表_外购件和标准件_不规范数据查询gj2',
name: 'PDM_零件明细表_外购件和标准件_不规范数据查询gj',
param: `项目名字_check=${projectCheck}&项目名字=${project}&机床名字_check=${machineCheck}&机床名字=${machine}&组号_check=${groupCheck}&组号=${group}`
}
})
@@ -278,6 +278,18 @@ export function searchGroupNum1(project, name) {
}
})
}
// 一键删除
export function allDelete(project, machine, group) {
return request({
url: '',
method: 'post',
data: {
type: '2',
name: 'PDM_零件明细表_一键删除',
param: `项目=${project}&机床=${machine}&组号=${group}`
}
})
}
// 传递零件
export function transferMX(num1, name, num2, remark, mark, num3, num4, num5, num7, type, transmit, num6, id) {
return request({