|
|
@ -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`}) |
|
|
|