| | |
| | | setting: PropTypes.object, // 页面设置 |
| | | formlist: PropTypes.any, // 表单信息 |
| | | card: PropTypes.any, // 按钮信息 |
| | | inputSubmit: PropTypes.any // 回车提交事件 |
| | | inputSubmit: PropTypes.func, // 回车提交事件 |
| | | updRecord: PropTypes.func // 更新信息 |
| | | } |
| | | |
| | | state = { |
| | |
| | | } |
| | | }, 100) |
| | | } |
| | | this.props.updRecord && this.props.updRecord(this.record) |
| | | } |
| | | |
| | | getMutilOptions = (requireOptions) => { |
| | |
| | | this.record.control = '' |
| | | _fieldval.control = '' |
| | | } |
| | | |
| | | this.props.updRecord && this.props.updRecord(this.record) |
| | | } else if (key === 'funcType') { |
| | | if (value === 'print') { |
| | | _fieldval.label = '打印' |
| | |
| | | } |
| | | } else if (key === 'intertype') { |
| | | this.record.sysInterface = 'false' |
| | | |
| | | this.props.updRecord && this.props.updRecord(this.record) |
| | | } else if (key === 'sysInterface') { |
| | | if (value === 'true') { |
| | | _fieldval.interface = window.GLOB.mainSystemApi || '' |