提交 47d83aac authored 作者: matian's avatar matian

fix:已退费不能开具发票

上级 9f31ed83
...@@ -336,7 +336,7 @@ export default { ...@@ -336,7 +336,7 @@ export default {
createPop(row) { createPop(row) {
this.row = row this.row = row
this.id = row.id this.id = row.id
if (row.can_add_invoice === '1') { if (row.can_add_invoice === '1' && row.refund_time === null) {
this.ticketVisible = true this.ticketVisible = true
} else if (row.refund_time !== null || row.can_add_invoice === '0') { } else if (row.refund_time !== null || row.can_add_invoice === '0') {
this.$message.error('当前不可开发票') this.$message.error('当前不可开发票')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论