发票申请bug修复
This commit is contained in:
		
							parent
							
								
									b63550c178
								
							
						
					
					
						commit
						05f9725165
					
				| 
						 | 
				
			
			@ -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 });
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue