标题
发票 {{ i + 1 }}
inv.ticketType = ticketTypes[e.detail.value]">
{{ inv.ticketType || '选择票种' }}
inv.date = e.detail.value">
{{ inv.date || '发票日期(选填)' }}
inv.files = rows" @remove="(idx) => inv.files.splice(idx, 1)" />
+ 添加发票
报销说明
{{ f.label }}
values[f.key] = optionsOf(f)[e.detail.value]">
{{ values[f.key] || '请选择' }}
values[f.key] = e.detail.value">
{{ values[f.key] || '请选择日期' }}
values[f.key] = e.detail.value">
{{ values[f.key] || '请选择日期' }}
attachments = rows" @remove="(idx) => attachments.splice(idx, 1)" />
审批人
{{ approverLabel || '请选择审批人' }}
审批链
{{ suggestedLabel || '将按固定审批链流转' }}
提交申请