This commit is contained in:
liushuai
2019-07-11 08:58:00 +08:00
parent 11b4e54901
commit 75990cd509
2 changed files with 41 additions and 7 deletions

View File

@@ -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({