成组配套查询
This commit is contained in:
@@ -40,6 +40,19 @@ export function searchTable(check1, machine, check2, groupNum, pageCurrent, page
|
||||
}
|
||||
})
|
||||
}
|
||||
export function getTable(check1, machine, check2, groupNum, pageCurrent, pageSize) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
UserID: state.state.user.id,
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '1',
|
||||
name: '车间生产管理工艺_基本件成组配套_查询数据_新',
|
||||
param: '机床流水号_check=' + check1 + '=int&机床流水号=' + machine + '=int&组件流水号_check=' + check2 + '=int&组件流水号=' + groupNum + `&PageCurrent=${pageCurrent}&PageSize=${pageSize}&PageCount=1111=int=output&ItemCount=1111=int=output`
|
||||
}
|
||||
})
|
||||
}
|
||||
export function searchTable22(check1, machine, check2, groupNum, check3, year, check4, month, check5, time) {
|
||||
return request({
|
||||
url: '',
|
||||
|
||||
Reference in New Issue
Block a user