销售结算接口
This commit is contained in:
@ -11,9 +11,21 @@ enum Api {
|
||||
PageAdd = '/magic-api/dayPlan/pngSettleSalesHdrSelectPage',
|
||||
date = '/magic-api/dayPlan/pngSettleSalesHdrSelectDateTo',
|
||||
DtlList = '/magic-api/dayPlan/pngSettleSalesHdrDtlList',
|
||||
LngPngSettleHdrCancel = '/dayPlan/pngSettleHdr/cancel',
|
||||
|
||||
|
||||
|
||||
}
|
||||
export async function cancelLngPngSettleHdr(ids: string[], mode: ErrorMessageMode = 'modal') {
|
||||
return defHttp.post<boolean>(
|
||||
{
|
||||
url: Api.LngPngSettleHdrCancel,
|
||||
data: ids,
|
||||
},
|
||||
{
|
||||
errorMessageMode: mode,
|
||||
},
|
||||
);
|
||||
}
|
||||
export async function getLngPngSettleHdrDtlList(params, mode: ErrorMessageMode = 'modal') {
|
||||
return defHttp.get<LngPngSettleHdrPageModel>(
|
||||
|
||||
Reference in New Issue
Block a user