发票申请bug修复

This commit is contained in:
lihao 2025-05-14 08:49:42 +08:00
parent b63550c178
commit 05f9725165
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ export default function (data) {
})
}
// 发票类型为“数电票(增值税专用发票)”或“数电票(普通发票)”时,字段“数电特殊票种”可编辑
if(getValue(formData, 'fplx') == '4'||getValue(formData, 'fplx') == '32'){
if(getValue(formData, 'fplx') == '31'||getValue(formData, 'fplx') == '32'){
this.props.form.setFormItemsDisabled(presetVar.formAreaId, { tspz: false });
}