This commit is contained in:
linfso 2025-03-16 11:35:23 +08:00
parent 64781c279e
commit b5a7ff4830
2 changed files with 10 additions and 0 deletions

View File

@ -9,6 +9,15 @@ export function listEmisCommissionDtl(query) {
})
}
// 查询组批次提成明细列表
export function listBatchEmisCommissionDtl(query) {
return request({
url: '/emis/emisCommissionDtl/listBatch',
method: 'get',
params: query
})
}
// 查询员工提成明细表详细
export function getEmisCommissionDtl(id) {
return request({

View File

@ -296,6 +296,7 @@ export default {
feeType: null,
money: null,
billMonth: null,
billType:"1",
billCode: null,
feeRemark: null,
empCode: null,