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