价格采购申请

This commit is contained in:
‘huanghaiixia’
2026-03-06 17:56:04 +08:00
parent 1b24d0284e
commit 1405bfebdf
7 changed files with 1192 additions and 68 deletions

View File

@ -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分页列表
*/