车间排产根据零件查询

This commit is contained in:
zhangdingyu
2019-10-30 18:05:22 +08:00
parent 5dc659c34f
commit e9801e3ae1
2 changed files with 7 additions and 2 deletions

View File

@@ -11,13 +11,14 @@ export function getPerson() {
}
})
}
export function getParts(pageCurrent, pageSize) {
export function getParts(num1, num2, pageCurrent, pageSize) {
return request({
url: '',
method: 'post',
data: {
type: '1',
name: '车间生产管理工艺_车间排产_零件查询',
param: `零件图号_check=${num1}&零件图号=${num2}`,
Pagination: pageCurrent + '&' + pageSize
}
})