询价报价
This commit is contained in:
parent
dfdef28161
commit
01ac3190ab
|
|
@ -23,7 +23,7 @@ export function getMaterialListApi(data) {
|
|||
//查询供应商列表 isPaging 0不分页 2分页
|
||||
export function supplierPageApi(data) {
|
||||
return request({
|
||||
url: '/smart-canteen/ims_inquiry_supplier/list',
|
||||
url: '/smart-canteen/ims_supplier/list',
|
||||
method: 'get',
|
||||
headers: {
|
||||
//"merchant-id":"378915229716713472",
|
||||
|
|
@ -119,15 +119,11 @@ export function delPurchaseContractApi(data) {
|
|||
export function goodsInquiryPageApi(data) {
|
||||
return request({
|
||||
url: '/smart-canteen/ims_inquiry/list',
|
||||
method: 'post',
|
||||
method: 'get',
|
||||
headers: {
|
||||
//"merchant-id":"378915229716713472",
|
||||
},
|
||||
data:data,
|
||||
params:{
|
||||
pageNum:data.pageNum,
|
||||
pageSize:data.pageSize
|
||||
}
|
||||
params:data
|
||||
})
|
||||
}
|
||||
//获取采购询价分页详情
|
||||
|
|
|
|||
Loading…
Reference in New Issue