diff --git a/src/api/wms/customerStatementMain/index.ts b/src/api/wms/customerStatementMain/index.ts index bd60e0972..2f182e977 100644 --- a/src/api/wms/customerStatementMain/index.ts +++ b/src/api/wms/customerStatementMain/index.ts @@ -96,7 +96,10 @@ export const publish = async (id: number) => { export const confirmationShare = async (id: number) => { return await request.get({ url: `/wms/customer-statement-main/confirmationShare?id=` + id}) } - +// 根据对账单主id点击确认不分摊 +export const confirmationNoShare = async (id: number) => { + return await request.get({ url: `/wms/customer-statement-main/confirmationNoShare?id=` + id }) +} // 客户对账单查询客户代码 export const getCustomerList = async () => { return await request.get({ url: `/wms/customer-statement-main/confirmationShare`})