@extends('layouts.base') @section('title', "核销记录") @section('content')
核销记录
核销列表
核销时间:
[[cancel.start]] - [[cancel.end]]
[[item.start]]-[[item.end]]    
[[item]]
一次性消费
项目名称
使用次数
核销人员
[[item]]
1
[[clerk_member_name]]
多次消费
项目名称
使用次数
核销人员
[[key]]
[[item]]
[[clerk_member_name]]
一次性消费
项目名称
已使用次数
剩余次数
[[item.name]]
[[data.belongs_to_member_card.once_write_off==1?1:0]]
[[data.belongs_to_member_card.once_write_off==0?1:0]]
多次消费
项目名称
已使用次数
剩余次数
[[item.name]]
[[item.write_off_num]]
[[item.rest_num]]
@endsection