jsk
This commit is contained in:
parent
3131b07dca
commit
e344d0e85a
|
|
@ -140,6 +140,37 @@ export function getGoodsInquiryInfoApi(data) {
|
|||
}
|
||||
})
|
||||
}
|
||||
//获取报价供应商详情-查看报价
|
||||
export function getGoodsInquirySupplierInfoApi(data) {
|
||||
return request({
|
||||
url: '/smart-canteen/ims_inquiry/qouteInfo',
|
||||
method: 'post',
|
||||
headers: {
|
||||
//"merchant-id":"378915229716713472",
|
||||
}
|
||||
})
|
||||
}
|
||||
//获取报价供应商详情-查看报价对比
|
||||
export function getGoodsInquiryQuoteInfoApi(data) {
|
||||
return request({
|
||||
url: '/smart-canteen/ims_inquiry/qouteInfo',
|
||||
method: 'post',
|
||||
headers: {
|
||||
//"merchant-id":"378915229716713472",
|
||||
}
|
||||
})
|
||||
}
|
||||
// 选中供应商-查看报价
|
||||
export function editInquirySupplierApi(data) {
|
||||
return request({
|
||||
url: '/smart-canteen/ims_inquiry/supplier',
|
||||
method: 'post',
|
||||
headers: {
|
||||
//"merchant-id":"378915229716713472",
|
||||
},
|
||||
data: data
|
||||
})
|
||||
}
|
||||
// 新增采购询价
|
||||
export function addGoodsInquiryApi(data) {
|
||||
return request({
|
||||
|
|
@ -173,6 +204,7 @@ export function editGoodsQuotationApi(data) {
|
|||
data: data
|
||||
})
|
||||
}
|
||||
// 根据询价ID和供应商ID-获取供应商报价详情(可用于询价管理中点击已报价供应商获取报价详情)
|
||||
export function getGoodsInquiryDetailInfoApi(data) {
|
||||
return request({
|
||||
url: '/smart-canteen/ims_quote/detail',
|
||||
|
|
|
|||
Loading…
Reference in New Issue