|
@ -130,5 +130,5 @@ export const updateAdjustmentAmount = async (id: number, masterId: number, amoun |
|
|
|
|
|
|
|
|
// 客户对账单直接创建开票申请查询子分页数据
|
|
|
// 客户对账单直接创建开票申请查询子分页数据
|
|
|
export const pageInvoice = async (id: number) => { |
|
|
export const pageInvoice = async (id: number) => { |
|
|
return await request.get({ url: `/wms/customer-statement-detail/pageInvoice?id=`+ id }) |
|
|
return await request.get({ url: `/wms/customer-statement-detail/pageInvoice?masterId=`+ id }) |
|
|
} |
|
|
} |
|
|