刘帅私聊改动创建领料单和质检情况检测数量限制

This commit is contained in:
liulujia1
2020-04-17 15:18:38 +08:00
parent 3f52dd3212
commit 96b3664eb4
3 changed files with 88 additions and 9 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({