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