This commit is contained in:
liushuai
2019-06-24 16:40:50 +08:00
parent ff9817fa13
commit b0b3f80bb1
3 changed files with 107 additions and 12 deletions

View File

@@ -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]}`
}
})
}