导入总图

This commit is contained in:
liushuai
2019-04-13 14:47:13 +08:00
parent 1125c5add9
commit 5b5dc6d614
8 changed files with 315 additions and 137 deletions

View File

@@ -47,14 +47,14 @@ export function basicPartsData(project_check, project, machine_check, machine, g
}
})
}
export function purchasePartsData(num, type, pageCurrent, pageSize) {
export function purchasePartsData(num, pageCurrent, pageSize) {
return request({
url: '',
method: 'post',
data: {
type: '1',
name: 'PDM_零件明细表_标准件和外购件_查询数据',
param: `组件流水号=${num}&标准件类型=${type}`,
param: `组件流水号=${num}`,
pagination: pageCurrent + '&' + pageSize
}
})