jsk
This commit is contained in:
parent
e344d0e85a
commit
ff23579535
|
|
@ -140,7 +140,7 @@ export function getGoodsInquiryInfoApi(data) {
|
|||
}
|
||||
})
|
||||
}
|
||||
//获取报价供应商详情-查看报价
|
||||
//获取报价供应商详情列表-查看报价
|
||||
export function getGoodsInquirySupplierInfoApi(data) {
|
||||
return request({
|
||||
url: '/smart-canteen/ims_inquiry/qouteInfo',
|
||||
|
|
@ -150,10 +150,10 @@ export function getGoodsInquirySupplierInfoApi(data) {
|
|||
}
|
||||
})
|
||||
}
|
||||
//获取报价供应商详情-查看报价对比
|
||||
//获取报价供应商详情对比-查看报价
|
||||
export function getGoodsInquiryQuoteInfoApi(data) {
|
||||
return request({
|
||||
url: '/smart-canteen/ims_inquiry/qouteInfo',
|
||||
url: '/smart-canteen/ims_inquiry/qouteCheckInfo',
|
||||
method: 'post',
|
||||
headers: {
|
||||
//"merchant-id":"378915229716713472",
|
||||
|
|
|
|||
Loading…
Reference in New Issue