加工工时补录正在加工零件

This commit is contained in:
bryan sun
2019-10-30 18:43:59 +08:00
23 changed files with 1832 additions and 1398 deletions

View File

@@ -11,13 +11,14 @@ export function getPerson() {
}
})
}
export function getParts(pageCurrent, pageSize) {
export function getParts(num1, num2, pageCurrent, pageSize) {
return request({
url: '',
method: 'post',
data: {
type: '1',
name: '车间生产管理工艺_车间排产_零件查询',
param: `零件图号_check=${num1}&零件图号=${num2}`,
Pagination: pageCurrent + '&' + pageSize
}
})