更新
This commit is contained in:
@@ -22,6 +22,17 @@ export function initBuyer() {
|
||||
}
|
||||
})
|
||||
}
|
||||
// 初始化接收人
|
||||
export function initPerson() {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '1',
|
||||
name: '采购管理_接收人员_查询数据'
|
||||
}
|
||||
})
|
||||
}
|
||||
// 查询供应商
|
||||
export function searchSupplier(check1, value1, check2, value2, check3, value3, check4, value4, check5, value5, check6, value6, check7, value7, check8, value8, check9, value9, check10, value10, check11, value11, check12, value12) {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user