Commit 0ba0e888 by Sweet Zhang

增加入账检核重新比对

parent 223a37bd
...@@ -412,3 +412,11 @@ export function exportPayRecord(data) { ...@@ -412,3 +412,11 @@ export function exportPayRecord(data) {
responseType: 'blob' responseType: 'blob'
}) })
} }
// 入账检核重新比对
export function compareCommissionEntry(data){
return request({
url: '/csf/api/commission/compare',
method: 'post',
data: data
})
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment