This commit is contained in:
Vergil
2020-04-17 17:06:30 +08:00
3 changed files with 89 additions and 10 deletions

View File

@@ -109,6 +109,21 @@ export function searchprocedure(num) {
}
})
}
// 投产数量查询
export function searchproceductnum(num) {
return request({
url: '',
method: 'post',
data: {
UserID: state.state.user.id,
ModularID: router.currentRoute.path,
type: '1',
name: '质检管理_投产数量_查询数据',
param: '工艺计划流水号=' + num
}
})
}
// 操作工查询
export function searchoperators(num) {
return request({