This commit is contained in:
qsh
2024-09-04 17:36:06 +08:00
parent a72db9307d
commit 0673721ad7
4 changed files with 150 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 })
}