From 13ca72aa7a5a32563cfd7bf45a89aef327b4c612 Mon Sep 17 00:00:00 2001 From: sunzehua Date: Fri, 8 Nov 2024 14:36:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E7=A5=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/operation/invoiceIssue/detail/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/operation/invoiceIssue/detail/index.vue b/src/views/operation/invoiceIssue/detail/index.vue index fa863fa3..2a61955e 100644 --- a/src/views/operation/invoiceIssue/detail/index.vue +++ b/src/views/operation/invoiceIssue/detail/index.vue @@ -579,7 +579,7 @@ const detailForm = [ }, }, { - field: 'isSetRed', + field: 'isSetRedName', label: '是否冲红', component: 'Input', dynamicDisabled: true, @@ -804,10 +804,10 @@ function getDetail() { res.data.isLockedName = '否' } if (res.data.isSetRed) { - res.data.isSetRed = '是' + res.data.isSetRedName = '是' res.data.invoiceType = '红票' } else { - res.data.isSetRed = '否' + res.data.isSetRedName = '否' res.data.invoiceType = '正票' } if (res.data.invoiceNO) {