This commit is contained in:
liushuai
2019-06-10 20:00:12 +08:00
parent 9381072e5f
commit ab0eec8d73
6 changed files with 39 additions and 11 deletions

View File

@@ -48,4 +48,14 @@ export function selecttable(check1, value1, check2, value2, check3, value3, chec
}
})
}
export function searchPic(num) {
return request({
url: '',
method: 'post',
data: {
type: '1',
name: '质检管理_图片_查询数据',
param: '质检流水号=' + num
}
})
}