This commit is contained in:
Vergil
2020-04-20 14:59:39 +08:00
parent 126b272afd
commit fdf7585c21
4 changed files with 300 additions and 118 deletions

View File

@@ -231,3 +231,18 @@ export function selectleaders(department) {
}
})
}
// 领料单查询
export function searchList222(pageCurrent, pageSize, listPeople_check) {
return request({
url: '',
method: 'post',
data: {
UserID: state.state.user.id,
ModularID: router.currentRoute.path,
type: '1',
name: '车间装配管理_领料单明细_查询数据_新2',
param: '图号=' + listPeople_check,
Pagination: pageCurrent + '&' + pageSize
}
})
}