领料单
This commit is contained in:
parent
8f4978da01
commit
fec33d62de
|
|
@ -28,10 +28,11 @@ export function updateApplyInfo(data) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// 领料申请-详情信息
|
// 领料申请-详情信息
|
||||||
export function getApplyInfo(id) {
|
export function getApplyInfo(id,query) {
|
||||||
return request({
|
return request({
|
||||||
url: '/material/lease_apply_info/' + id,
|
url: '/material/lease_apply_info/' + id,
|
||||||
method: 'get'
|
method: 'get',
|
||||||
|
params: query
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue