This commit is contained in:
zhangdingyu
2019-04-01 16:10:22 +08:00
parent 4b83cec6a0
commit 00352f0039
3 changed files with 31 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ export function getTable(num1, num2, num3, num4, num5, num6, pageCurrent, pageSi
method: 'post',
data: {
type: '1',
name: '车间生产管理工艺_库存管理_基本件库存查询',
name: '车间生产管理工艺_库存管理_基本件出库记录查询',
param: '机床流水号_check=' + num1 + '&机床流水号=' + num2 + '&组件流水号_check=' + num3 + '&组件流水号=' + num4 + '&零件图号_check=' + num5 + '&零件图号=' + num6,
Pagination: pageCurrent + '&' + pageSize
}