|
|
|
@ -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) {
|
|
|
|
|