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