提交 f88453f3 authored 作者: matian's avatar matian

fix:修改不允许开具发票时,弹框不显示

上级 e80a4b28
...@@ -336,7 +336,11 @@ export default { ...@@ -336,7 +336,11 @@ 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') {
this.ticketVisible = true this.ticketVisible = true
} else {
this.$message.error('当前不可开发票')
}
}, },
// 作废发票 // 作废发票
disabledTicket(row) { disabledTicket(row) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论