This commit is contained in:
qsh
2024-09-04 17:59:58 +08:00
4 changed files with 152 additions and 17 deletions

View File

@@ -24,3 +24,8 @@ export const getMallSettleDetail = async (id) => {
export const batchSaveSettle = async (data) => {
return await request.post({ url: '/admin-api/crm/sign-settlement/batch/save', data })
}
// 修改结算
export const updateSettle = async (data) => {
return await request.post({ url: '/admin-api/crm/sign-settlement/update/money', data })
}