| | |
| | | </Form.Item> |
| | | </Col> : null} */} |
| | | {verify.type === 'billout' ? <Col span={24}> |
| | | <Form.Item label="测试地址"> |
| | | <Form.Item label={ |
| | | <Tooltip placement="bottomLeft" title="接口地址需通过nginx转发,默认地址为 /fcc/di/output/invoice/issue。"> |
| | | <QuestionCircleOutlined className="mk-form-tip" /> |
| | | 测试地址 |
| | | </Tooltip> |
| | | }> |
| | | {getFieldDecorator('interface', { |
| | | initialValue: verify.interface || '', |
| | | initialValue: verify.interface || '/fcc/di/output/invoice/issue', |
| | | rules: [ |
| | | { required: true, message: '请输入测试地址!' } |
| | | ] |
| | |
| | | {verify.type === 'billout' ? <Col span={24}> |
| | | <Form.Item label="正式地址"> |
| | | {getFieldDecorator('proInterface', { |
| | | initialValue: verify.proInterface || '', |
| | | initialValue: verify.proInterface || '/fcc/di/output/invoice/issue', |
| | | })( |
| | | <TextArea rows={2}/> |
| | | )} |