采购合同
This commit is contained in:
@@ -36,3 +36,15 @@ export function doneContract(...params) {
|
||||
}
|
||||
})
|
||||
}
|
||||
// 查询询价单基础信息维护
|
||||
export function searchBaseInfo(id) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '1',
|
||||
name: '采购管理_询价单基础信息_查询数据',
|
||||
param: '人员编号=' + id
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user