md
This commit is contained in:
parent
64781c279e
commit
b5a7ff4830
@ -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({
|
||||
|
||||
@ -296,6 +296,7 @@ export default {
|
||||
feeType: null,
|
||||
money: null,
|
||||
billMonth: null,
|
||||
billType:"1",
|
||||
billCode: null,
|
||||
feeRemark: null,
|
||||
empCode: null,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user