自制件出入库记录

This commit is contained in:
Vergil
2020-03-17 15:28:11 +08:00
parent 016d575e23
commit b2ec2e4192
3 changed files with 5 additions and 6 deletions

View File

@@ -40,8 +40,7 @@ export function getTable(num1, num2, num3, num4, num5, num6, pageCurrent, pageSi
ModularID: router.currentRoute.path,
type: '1',
name: '车间生产管理工艺_库存管理_基本件库存查询',
param: '机床流水号_check=' + num1 + '&机床流水号=' + num2 + '&组件流水号_check=' + num3 + '&组件流水号=' + num4 + '&零件图号_check=' + num5 + '&零件图号=' + num6,
Pagination: pageCurrent + '&' + pageSize
param: '机床流水号_check=' + num1 + '&机床流水号=' + num2 + '&组件流水号_check=' + num3 + '&组件流水号=' + num4 + '&零件图号_check=' + num5 + '&零件图号=' + num6 + `&PageCurrent=${pageCurrent}&PageSize=${pageSize}&PageCount=1111=int=output&ItemCount=1111=int=output`
}
})
}