zth
sunzehua 2 weeks ago
parent 30205bbf3c
commit 13ca72aa7a

@ -579,7 +579,7 @@ const detailForm = [
}, },
}, },
{ {
field: 'isSetRed', field: 'isSetRedName',
label: '是否冲红', label: '是否冲红',
component: 'Input', component: 'Input',
dynamicDisabled: true, dynamicDisabled: true,
@ -804,10 +804,10 @@ function getDetail() {
res.data.isLockedName = '否' res.data.isLockedName = '否'
} }
if (res.data.isSetRed) { if (res.data.isSetRed) {
res.data.isSetRed = '是' res.data.isSetRedName = '是'
res.data.invoiceType = '红票' res.data.invoiceType = '红票'
} else { } else {
res.data.isSetRed = '否' res.data.isSetRedName = '否'
res.data.invoiceType = '正票' res.data.invoiceType = '正票'
} }
if (res.data.invoiceNO) { if (res.data.invoiceNO) {

Loading…
Cancel
Save