价格采购申请
This commit is contained in:
@ -9,12 +9,22 @@ enum Api {
|
||||
Info = '/price/pricePurPngApp/info',
|
||||
LngPricePurPngApp = '/price/pricePurPngApp',
|
||||
|
||||
|
||||
udpagePage = '/magic-api/price/pricePurPngApp/udpage',
|
||||
|
||||
|
||||
DataLog = '/price/pricePurPngApp/datalog',
|
||||
}
|
||||
|
||||
export async function getLngPriceContractPurPng(params: LngPricePurPngAppPageParams, mode: ErrorMessageMode = 'modal') {
|
||||
return defHttp.get<LngPricePurPngAppPageResult>(
|
||||
{
|
||||
url: Api.udpagePage,
|
||||
params,
|
||||
},
|
||||
{
|
||||
errorMessageMode: mode,
|
||||
},
|
||||
);
|
||||
}
|
||||
/**
|
||||
* @description: 查询LngPricePurPngApp分页列表
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user