保存
待审核
初审通过
初审不通过
复核通过
不通过
已关闭
已确认
未确认
{{ scope.row.rebateOrderId }}
{{ scope.row.customerNumber }}
{{ scope.row.customerName }}
{{ scope.row.amount | numToFixed }}
{{ scope.row.rebateAmount | numToFixed }}
{{ scope.row.withholdAmount | numToFixed }}
{{ scope.row.handledAllowanceAmount | numToFixed }}
编辑
申请
审核
{{ scope.row.examineStatus == 'OK' ? '取消复核' : '复核' }}
详情
详情
{{
scope.row.customerIsConfirm == true && scope.row.examineStatus == 'OK_ONE'
? '编辑'
: scope.row.customerIsConfirm == false
? '确定'
: '详情'
}}