质检
This commit is contained in:
@@ -59,3 +59,15 @@ export function searchPic(num) {
|
||||
}
|
||||
})
|
||||
}
|
||||
// 查询外协到货单明细
|
||||
export function searchTableDetail(...params) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '1',
|
||||
name: '质检管理_质检数据_查询数据',
|
||||
param: `检测类型=${params[0]}&质检流水号=${params[1]}`
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user