llj20200416文档V7修改
This commit is contained in:
@@ -150,6 +150,20 @@ export function confirmEdit(...param) {
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
export function deleterow(...param) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
UserID: state.state.user.id,
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '2',
|
||||
name: '车间生产管理_质检管理_删除处理',
|
||||
param: `质检流水号=${param[0]}&质检类型代码=${param[1]}&零部件流水号=${param[2]}&数量=${param[3]}`
|
||||
}
|
||||
})
|
||||
}
|
||||
// 质检管理_质量情况_查询数据
|
||||
export function selecttable(check1, value1, check2, value2, check3, value3, check4, value4, check5, value5, check6, value6, check7, value7, check8, value8, pageCurrent, pageSize) {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user