物料吹开

This commit is contained in:
Vergil
2020-04-20 16:21:52 +08:00
parent fdf7585c21
commit ef5121ac5f
3 changed files with 260 additions and 92 deletions

View File

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