车间排产

This commit is contained in:
Vergil
2020-03-21 10:17:05 +08:00
parent 995a6806ae
commit 973c2b9178
2 changed files with 16 additions and 15 deletions

View File

@@ -24,8 +24,7 @@ export function getParts(num1, num2, pageCurrent, pageSize) {
ModularID: router.currentRoute.path,
type: '1',
name: '车间生产管理工艺_车间排产_零件查询',
param: `零件图号_check=${num1}&零件图号=${num2}`,
Pagination: pageCurrent + '&' + pageSize
param: `零件图号_check=${num1}&零件图号=${num2}&PageCurrent=${pageCurrent}&PageSize=${pageSize}&PageCount=1111=int=output&ItemCount=1111=int=output`
}
})
}