Browse Source

YT-2519客户对账单变更,详见需求描述

intex_online20250410
张立 4 days ago
parent
commit
ce494b96f0
  1. 5
      src/api/wms/customerStatementMain/index.ts

5
src/api/wms/customerStatementMain/index.ts

@ -96,7 +96,10 @@ export const publish = async (id: number) => {
export const confirmationShare = async (id: number) => { export const confirmationShare = async (id: number) => {
return await request.get({ url: `/wms/customer-statement-main/confirmationShare?id=` + id}) 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 () => { export const getCustomerList = async () => {
return await request.get({ url: `/wms/customer-statement-main/confirmationShare`}) return await request.get({ url: `/wms/customer-statement-main/confirmationShare`})

Loading…
Cancel
Save